body {
	margin: 0px; padding: 0px;
	text-align: center;
	background: #666666 url("images/body.png") repeat-y center top;
}
#container {
	width: 860px; 
	text-align: left;
	margin: 0 auto 0 auto;
	background-color: #fff;
	display: block;
}
#header {
	height: 154px; width: 860px;
	background: transparent url("images/header.jpg") no-repeat;
	float: left;
	display: block;
}
#nav {
	height: 30px; width: 860px;
	float: left;
	background: #333;
}
#nav div, #nav a {
	height: 30px;
	float: left;
}
#nav #navl {
	width: 50px;
	background: #333;
}
#nav a { height: 30px; padding: 7px 0px 0px 15px; }
#sidebar {
	width: 300px;
	float: left;
	margin: 27px 10px 20px 35px;
	overflow: hidden;
}
#content {
	width: 469px;
	float: left;
	margin: 27px 0 20px 0;
	color: #454545;
	overflow: hidden;
}
#footer {
	clear: both;
	background: transparent url("images/footer.png") repeat-x;
	height: 75px; width: 860px;
	color: #fff;
	text-align: center;
	line-height: 20px;
}
#footer div {
	padding: 16px 0 0 0;
	margin: 0px;
}
#head_new {
	background: transparent url("images/head_new.png") no-repeat;
}
#head_sponsor {
	background: transparent url("images/head_sponsor.png") no-repeat;
}
#head_popular {
	background: transparent url("images/head_popular.png") no-repeat;
	width: 152px; height: 23px;
	margin-top: 16px;
}
#sidebar h2 {
	margin: 0px; padding: 0px;
	width: 300px; height: 38px;
}
#sidebar h2 span { display: none; }
#sidebar ul {
	margin: 16px 0 20px 12px; 
	padding: 0px;
	color: #707070;
	list-style: none;
}
#sidebar li {
	font-size: 9px;
}
#sidebar a {
	margin-top: 6px;
	display: block;
	font-size: 11px;
	height: 13px;
	overflow: hidden;
}
.hidden {
	display: none;
}
#topnav {
	margin-left: 529px;
	width: 206px;
	padding-left: 10px;
	margin-bottom: -11px; /* IE FIX */
}
#topnav a {
	color: white;
	text-decoration: none;
	float: left;
	width: 17px; 
	height: 17px;
	margin: 10px 0 0 4px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	font-family: "Trebuchet MS";
}
#topnav a:hover {
	color: #054690;
}
#searchBox {
	clear: both;
	padding: 2px 0 0 18px;
	margin: 0px;
}
#topnav > #searchBox {
	clear: both;
	padding: 38px 0 0 6px;
	margin: 0px;
}
#searchInput {
	border: 1px solid black;
	font-family: verdana;
	font-size: 11px;
	width: 110px;
	height: 18px;
}
#searchButton {
	vertical-align: middle; *vertical-align: text-bottom;
}
#frmSearch .suggest_link {
	background-color: #ffffff;
	color: #478ae5;
	padding: 2px 6px 2px 6px;
}
#frmSearch .suggest_link_over {
	background-color: #478ae5;
	padding: 2px 6px 2px 6px;
	color: white;
}
#frmSearch #search_suggest {
	position: absolute; 
	background-color: #FFFFFF; 
	text-align: left; 
	margin: 7px 0 0 2px;		
}
#frmSearch textarea {
	height: 240px;
}
#frmSearch textarea, #frmSearch input {
	width: 300px;
}
#frmSearch td {
	vertical-align: top;
}
#frmSearch #submit {
	width: 100px;
}
.sponsor {
	color: #bbb;
	font-size: 9px;
}
.pagify {
	text-align: center;
	color: #ccc;
	margin-bottom: 10px;
	background-color: #eee;
	padding: 4px 0 4px 0;
}

p {
	line-height: 18px;
	text-align: justify;
}
#container, #container td {
	font-family: verdana;
	font-size: 11px;
}
a {
	color: #478ae5;
}
a:hover {
	text-decoration: none;
}
small, .small {
	font-size: 90%;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 0px;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 15px;
	margin: 30px 0 0 0;
	padding: 0px;
}
h3 {
	font-family: "Trebuchet MS";
	font-size: 17px;
	line-height: 18px;
	text-align: justify;
	margin: 0 0 30px 0;
	padding: 0px;
}
h4 {
	font-family: "Trebuchet MS";
	font-size: 15px;
    text-decoration: underline;
	margin: 30px 0 10px 0;
	padding: 0px;
}
#content ul li {
	padding-top: 3px;
}




.error {
	border: 1px dashed #ff0000;
	color: #ff0000;
	background: #ffffff url("images/error.gif") no-repeat;
	min-height: 40px;
	padding: 4px 4px 4px 54px;
}
.error a {
	color: #ff0000;
	text-decoration: underline;
}
.warn {
	border: 1px dashed #ffff00;
	color: #000000;
	background: #ffffff url("images/warning.gif") no-repeat;
	min-height: 40px;
	padding: 4px 4px 4px 54px;
}
.warn a {
	color: #ffff20;
	text-decoration: underline;
}