html * { margin: 0; padding: 0; }

body {
	background: #c6c6c6 url('../images/bg.jpg') top left repeat-x;
	margin: 0;
	padding: 0;
	color: #000;
	font: normal 14px Arial, Verdana;
	line-height: 20px;
}

p {
	padding: 0;
	margin-bottom: 12px;
}

a, a:visited {
	color: #c4a22d;
}

a:hover {
	color: #a0821a;
}

ul, ol {
	margin: 0 0 0 50px;
	padding: 0;
}

ul li, ol li {
	margin: 0 0 5px 0;
}

h1 {
	color: #c4a22d;
	font-size: 24px;
	font-weight: normal;
	padding: 0 0 0 25px;
	margin: 0 0 10px 0;
	background: url('../images/bg_h1.jpg') top left no-repeat;
}

h2 {
	color: #c4a22d;
	font-weight: normal;
	font-size: 20px;
	padding: 0 0 0 25px;
	margin: 0 0 10px 0;
	background: url('../images/bullet.jpg') top left no-repeat;
}

#header {
	width: 958px;
	height: 214px;
	background: url('../images/bg_header.jpg') top left no-repeat;
}

	#top_menu {
		height: 34px;
		text-align: right;
		margin: 0 auto;
		width: 907px;
		padding: 0 18px;
	}
	
	#logo_area {
		height: 139px;
		background: url('../images/bg_logo.jpg') top left no-repeat;
		margin: 0 auto;
		width: 940px;
	}

	#navbar {
		padding: 4px 31px 0 31px;
		height: 37px;
		margin: 0 auto;
		float: right;
	}

		#navbar ul {
			list-style: none;
		}

		#navbar ul li {
			float: left;
		}
		
		#navbar ul li a, #navbar ul li a:visited {
			display: block;
			background: url('../images/bg_nav_link.jpg') top right no-repeat;
			width: 72px;
			height: 30px;
			border: solid 1px #fff;
			font-size: 11px;
			font-weight: bold;
			color: #fff;
			line-height: 13px;
			text-decoration: none;
			padding: 1px 4px 0 4px;
			margin: 0 0 0 2px;
		}
		
		#navbar ul li a:hover {
			background: #333;
		}

#wrapper {
	width: 958px;
	margin: 0 auto;
	background: #fff;
}

#main_wrapper {
	background: url('../images/bg_main_wrapper.jpg') top left repeat-y;
	width: 940px;
	padding: 0 9px;
}

#main_wrapper2 {
	background: #f7f7f7 url('../images/bg_main_wrapper2.jpg') top left repeat-x;
	width: 896px;
	padding: 11px 22px 20px 22px;
}

#sidebar {
	float: left;
	width: 185px;
}

	#side_menu {
		border: solid 1px #393e4b;
		background: #fff;
		margin: 0 0 30px 0;
	}

		#side_menu ul {
			list-style: none;
			padding: 10px 15px;
			margin: 0;
		}
		
		#side_menu li {
			padding: 0 0 5px 0;
			margin: 0;
		}
		
		#side_menu a, #side_menu a:visited {
			font-size: 13px;
			font-weight: bold;
			color: #c4a22d;
		}
		
		#side_menu a:hover {
			color: #a0821a;
		}
		
		#side_menu h2 {
			text-align: right;
			background: #4e5565 url('../images/bg_side_menu.jpg') top left no-repeat;
			color: #fff;
			font-size: 16px;
			margin: 0;
			padding: 4px 10px 5px 0;
			font-weight: bold;
		}
		
	#pools {
		margin: 0 0 11px 0;
	}
	
	#cbs {
		text-align: center;
		font-size: 11px;
	}

#content_wrapper {
	float: right;
}

#banner {
	width: 687px;
	height: 169px;
	border: solid 1px #393e4b;
	margin: 0 0 11px 0;
	background: #fff url('../images/banner.jpg') top left no-repeat;
}

#content {
	width: 647px;
	padding: 20px;
	border: solid 1px #393e4b;
	background: #fff;
}

#wrapper_bottom {
	background: url('../images/bg_wrapper_bottom.jpg') top left no-repeat;
	height: 17px;
	width: 958px;
	margin: 0 auto;
}

#footer {
	width: 908px;
	height: 45px;
	padding: 20px 25px;
	margin: 0 auto;
	background: url('../images/bg_footer.jpg') top left no-repeat;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}

	#footer a, #footer a:visited {
		color: #fff;
		text-decoration: none;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}

	#footer_left {
		float: left;
	}
	
	#footer_right {
		float: right;
	}

.clear { clear: both; }

#stats { display: none; }