html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #383838;
	text-align: center;
}

body {
	text-align: left;
	width: 703px;
	color: #383838;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

html > body {
	background-repeat: repeat;
	background-position: center;
}

div#container {
	width: 703px;
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(images/bg.gif);
	background-color: #F2F2F2;
}

ul#topnav {
	margin: 0;
	padding: 0;
	height: 33px;
	background-image: url(images/top_nav_right_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

ul#topnav li {
	list-style-type: none;
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}

ul#topnav li.bigtab {
	height: 24px;
	width: 125px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #f15f10;
	background-image: url(images/top_nav_large_tab.gif);
	background-repeat: no-repeat;
	background-color: #527616;
	padding: 9px 0 0 0;
}

ul#topnav li a.smalltab:link, ul#topnav li a.smalltab:visited {
	height: 23px;
	width: 125px;
	text-align: center;
	font-size: 14px;
	color: #515151;
	text-decoration: none;
	display: block;
	background-color: #4A7412;
	background-image: url(images/top_nav_small_tab.gif);
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
}

ul#topnav li a.smalltab:hover, ul#topnav li a.smalltab:active {
	color: inherit;
	height: 23px;
	width: 125px;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 14px;
	display: block;
	background-color: #4E7616;
	background-image: url(images/top_nav_small_tab_hover.gif);
	background-repeat: no-repeat;
}

ul#statsbar {
	background: #282828 url(images/stats_bar.gif) no-repeat;
	height: 39px;
	width: 703px;
	margin: -3px 0 0 0;
	padding: 0;
	color: #fff;
}

body > ul#statsbar {
	margin: 0;
}

ul#statsbar li {
	list-style-type: none;
	float: left;
	display: block;
	margin: 0;
	padding: 11px 0 0 0;
}

ul#statsbar li#comments {
	padding-left: 35px;
}

#statsbar li#hits {
	padding-left: 45px;
}

#statsbar li#online {
	padding-left: 45px;
}

div#left  {
	width: 500px;
	float: left;
	background-color: #fff;
	color: inherit;
}

div#left h2 {
	font-size: 12px;
	font-weight: normal;
	background-color: inherit;
	color: #fff;
	margin: 0;
	padding: 12px 0 0 15px;
	background-image: url(images/left_content_header.gif);
	height: 25px;
	width: 485px;
}

ul#leftnav { 
	margin: 0;
	padding: 0;
}
	
ul#leftnav li {
	list-style-type: none;
	display: block;
	margin: 0;
	background-image: url(images/left_nav_link_bg.gif);
}

ul#leftnav li a:link, ul#leftnav li a:visited {
	background-color: inherit;
	color: #000;
	text-decoration: none;
	display: block; 
	height: 22px;
	padding: 6px 0 0 20px;
}

ul#leftnav li a:hover, ul#leftnav li a:active {
	background-image: url(images/left_nav_link_bg_hover.gif);
	display: block;
	height: 22px;
}

#news {
	margin: 0;
	padding: 10px;
}

div#right {
	width: 703px;
	float: right;
	background-color: #F2F2F2;
}

div#right h2 {
	font-size: 12px;
	font-weight: normal;
	color: #f9ffff;
	margin: -3px 0 0 0;
	background: #fff url(images/main_content_header.gif) no-repeat;
	height: 25px;
	width: 470px;
	padding: 12px 0 0 15px;
}

div#container > div#right h2 {
	margin: 0;
}

div#maincontent {
	width: 703px;
}
div#maincontent p {
	margin: 0;
	padding: 10px 10px 10px 5px;
}

a:link,a:visited {
	color: #004794;
	text-decoration: none;
}

a:hover, a:active {
	color: #383838;
}

h3 {
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 5px 5px;
	width: 475px;
	background: #f0f0f0;
}

p#footer {
	clear: both;
	width: 701;
	height: 26px;
	padding: 10px 0px 0px 0px;
	border: 1px solid #fff;
	border-top: 0;
	color: #fff;
	text-align: center;
	margin: 0;
	background-color: #517617;
}
