body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	background-image: url(img/page-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#logo {
	float: left;
}

#hdr {
	width: 1000px;
	display: block;
	height: 160px;
}
#hdra, #hdrb {
	display: block;
	float: right;
	width: 280px;
	margin-left: 20px;
}
#hdra p, #hdrb p {
	margin: 0px;
	padding: 0px;
}
.tnrules  {
	display: block;
	height: 50px;
	width: 240px;
	text-indent: -999px;
}
.tnplay {
	display: block;
	height: 50px;
	width: 240px;
	text-indent: -999px;
}
.tnwin {
	display: block;
	height: 50px;
	width: 240px;	
	text-indent: -999px;

}
.tnreg {
	display: block;
	height: 50px;
	width: 240px;	
	text-indent: -999px;

}
.tnresults {
	display: block;
	height: 50px;
	width: 240px;	
	text-indent: -999px;

}
.tnforum {
	display: block;
	height: 50px;
	width: 240px;	
	text-indent: -999px;

}
/* Rules */
.tnrules a:link, .tnrules a:visited {
	background-image: url(img/rules.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 240px;
	display: block;
}
.tnrules a:hover {
	height: 50px;
	width: 240px;
	display: block;
	background-image: url(img/on/rules.png);
	background-repeat: no-repeat;
}
/*Play*/
.tnplay a:link, .tnplay a:visited {
	background-image: url(img/play.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 240px;
	display: block;
}
.tnplay a:hover {
	height: 50px;
	width: 240px;
	display: block;
	background-image: url(img/on/play.png);
	background-repeat: no-repeat;
}
/*Win*/
.tnwin a:link, .tnwin a:visited {
	background-image: url(img/winners.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 240px;
	display: block;
}
.tnwin a:hover {
	height: 50px;
	width: 240px;
	display: block;
	background-image: url(img/on/winners.png);
	background-repeat: no-repeat;
}
/*Reg*/
.tnreg a:link, .tnreg a:visited {
	background-image: url(img/registration.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 240px;
	display: block;
}
.tnreg a:hover {
	height: 50px;
	width: 240px;
	display: block;
	background-image: url(img/on/registration.png);
	background-repeat: no-repeat;
}
/*Results*/
.tnresults a:link, .tnresults a:visited {
	background-image: url(img/results.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 240px;
	display: block;
}
.tnresults a:hover {
	height: 50px;
	width: 240px;
	display: block;
	background-image: url(img/on/results.png);
	background-repeat: no-repeat;
}
/*Forum*/
.tnforum a:link, .tnforum a:visited {
	background-image: url(img/forum.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 240px;
	display: block;
}
.tnforum a:hover {
	height: 50px;
	width: 240px;
	display: block;
	background-image: url(img/on/forum.png);
	background-repeat: no-repeat;
}
#content, #footer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#content li {
	margin-bottom: 15px;
}

#footer {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #41B651;
	margin-top: 20px;
}
h1 {
	line-height: normal;
}
#tag {
	display: block;
}
#tag h2 {
	padding: 0px;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 16px;
}
