body,td,th {
	font-family: Trebuchet MS, Verdana,Tahoma,Arial,sans-serif;
	font-size: 12pt;
}

body {
	background-color: #a29575;
	background-image: url(http://www.webpagedesignclub.com/images/bak.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.header {
	height:232px;
	background-image: url(http://www.webpagedesignclub.com/images/header.gif);
	background-repeat: no-repeat;
	width:800px;
	margin:0 auto 0 auto;
}

.main {
	background-image: url(http://www.webpagedesignclub.com/images/main.gif);
	width:800px;
	margin:0 auto 0 auto;
}

.footer {
	height:138px;
	background-image: url(http://www.webpagedesignclub.com/images/footer.gif);
	background-repeat: no-repeat;
	width:800px;
	margin:0 auto 0 auto;
}

a:link {
	color: #0033FF;
}
a:visited {
	color: #0033FF;
}
a:hover {
	color: #CC0000;
}
a:active {
	color: #990033;
}

.border {
	border: 1 solid #000066;
}

.tblr {
	font-family: Trebuchet MS, Verdana,Tahoma,Arial,sans-serif;
	font-size: 12px;
	text-align: center;
}

.tblh {
	font-family: Trebuchet MS, Verdana,Tahoma,Arial,sans-serif;
	font-size: 16px;
	text-align: center;
}


.normaltext td p {
	font-family: Trebuchet MS, Verdana,Tahoma,Arial,sans-serif;
	font-size: 12px;
}

.lcdstyle{ /*Example CSS to create LCD countdown look*/
background-color:black;
color:yellow;
font: bold 18px MS Sans Serif;
padding: 3px;
}

.lcdstyle sup{ /*Example CSS to create LCD countdown look*/
font-size: 80%
}

