@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
}
h2, h3, h4 {
	font-family: 'Palatino Linotype', Georgia, 'Times New Roman', serif;
	font-weight: normal;
}
h2 {
	font-size: 36px;
	color: #000;
	padding: 30px 0 0;
}
h3 {
	font-size: 24px;
	color: #333;
	padding: 30px 0 0;
}
h4 {
	float: right;
	text-align: right;
	color: #fff;
	font-style: italic;
	line-height: 68px;
	font-size: 24px;
	text-shadow: 1px 1px 1px #666;
}

h5 {
	font-size: 14px;
	color: #666;
	text-transform: uppercase;
	padding: 20px 0 0;
}

a {
	text-decoration: underline;
	color: #b26203;
}
a:hover {
	text-decoration: none;
}

p {
	font-size: 12px;
	padding: 10px 0 0;
	line-height: 24px;
	color: #666;
	text-align: justify;
}
iframe, img {
	display: block;
	margin: 10px 0 0;
}
.border {
	border: 1px solid #999;
}
.nopadding {
	padding: 0;	
}
/*header rules*/
#headerwrap {
	width: 100%;
	height: 68px;
	background: #000;
	border-bottom: 1px solid #e3963e;
}
	#header {
		width: 1020px;
		height: 90px;
		margin: 0 auto;
	}
		#header h1 a {
			display:block;
			width:330px;
			height:68px;
			float: left;
			background: url(../images/logo.png) left top no-repeat;
			text-indent:-9999px;
			cursor: pointer;
		}
			#header h1 a:hover {
				background: url(../images/logo.png) left bottom;
			}
			
/*leaderboard*/
#leaderboardwrap {
	width: 100%;
	height: 385px;
	background: #d77605 url(../images/leaderboardwrap_bg.png) repeat-x;
	border-bottom: 1px solid #b26203;
}
	#leaderboard {
		width: 1020px;
		height: 385px;
		margin: 0 auto;
		background: url(../images/leaderboard_bg.jpg);
	}
		#leaderboard h2 {
			text-align: center;	
			text-shadow: 1px 1px 1px #fff;eca555
		}
		#leaderboard p {
			color: #fff;
			font-size: 16px;
			line-height: 30px;
			text-align: center;
			padding: 30px 250px 0;
			text-shadow: 1px 1px 1px #000;
		}
		
		ul	{
			margin:0 auto;
		}

		li	{
			margin-left:80px;
			color: #fff;
			font-size: 16px;
			line-height: 22px;
			text-align: left;
			padding: 5px 250px 0;
			text-shadow: 1px 1px 1px #000;
		}
		
/*mainbody rules*/
#mainwrap {
	width: 100%;
	height: auto;
	background: #fff url(../images/mainwrap_bg.png) repeat-x;
	clear: both;
}
	#main {
		width: 1020px;
		height: 585px;
		margin: 0 auto;
	}
	#content225 {
		float: right;
		width: 225px;
		height: 100%;
		margin-left: 30px;
	}

/*footer rules*/
#footerwrap {
	width: 100%;
	height: 68px;
	clear: both;
	overflow: hidden;
	border-top: 1px solid #b26203;
	background: #000;
}
	#footer {
		width: 1020px;
		height: 68px;
		margin: 0 auto;
		text-align: center;
	}
	
	#footer p {
		float: left;
		color: #fff;
		padding-top: 20px;
		width: auto;
		font-size: 11px;
	}
		#footer p.right {
			float: right;
			text-align: right;
		}
		
	#footer a {
		color: #fff;
		text-decoration: none;
	}
		#footer a:hover {
			color: #d77605;
			text-decoration: none;
		}
