
body, html {
	color: #000; 
	background: #008080; 
	margin: 0; 
	padding: 0; 
	width: 100%; 
	height: 100%;
	font: 11px/17px Geneva, Arial, Helvetica, sans-serif;
}

#container {
	margin: 0 auto;
	background: url(images/bg.jpg) repeat-y; 
	width: 800px;
	padding: 0 20px;
	min-height:1200px;
	height:auto !important;
	height:1200px;
}


#header {
	margin: 0;
	width: 800px;
	padding: 0;
}

#content {
	text-align: left;
	margin: 0;
	padding: 0;
	width: 800px;
	height: 400px;
}

#footer {
	margin: 0;
	width: 800px;
	font-size: 10px;
	padding: 0;
}

#search {
	padding: 0 0 0 10px;
}

#login {
	padding: 0 0 10px 10px;
}

.side {
	width: 200px;
	float: left;
}

.main {
	width: 550px;
	padding: 5px 20px 0 0;
	float: right;
}

.menu {
	padding: 10px;
}

.nav {
	background: url(images/nav_bg_up.jpg) repeat-x;
	width: 580px;
	height: 47px;
	float: left;
	font: 13px/15px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: -3px 0 0 0;
}


.nav ul, .nav li {
	height: 47px;
	list-style:none;
	margin:0; 
	padding:0;
	font-size: 11px;
}

.nav li { 
float:left; 
text-align: center;
}

.nav a:link, .nav a:visited {
	height: 30px;
	display: block;
	background: url(../../pages/page-not-found.html) repeat-x;
	padding: 17px 2px 0 2px;
	border-right: 1px solid #a96528;
	border-left: 1px solid #ffcc67;
	width: 110px;
	color: #000;
}

.nav a:hover {
 	background: url(../newsept-default/images/nav_bg_light.jpg) repeat-x;
 	height: 30px;
	display: block;
	padding: 17px 2px 0 2px;
	border-right: 1px solid #a96528;
	border-left: 1px solid #ffcc67;
	width: 110px;
	color: #9b0000;
}

.menu_2 {
	font: 13px/15px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
}

.menu_2 ul, .menu_2 li {
	list-style:none;
	margin:0; 
	padding: 0;
}

.menu_2 ul {
}

.menu_2 a:link, .menu_2 a:visited {
	display: block;
	background: #fbf7c3;
	padding: 5px 5px 5px 10px;
	width: 185px;
	border-left: 1px solid #a96528;
	border-right: 1px solid #a96528;
	font-weight: bold;
}

.menu_2 a:hover {
 	background: #ffcc67;
	display: block;
	padding: 5px 5px 5px 10px;
	width: 185px;
	color: #9b0000;
	border-left: 1px solid #a96528;
	border-right: 1px solid #a96528;
	font-weight: bold;
}

.menu ul, .menu li {
	margin: 3px 10px; 
	padding: 0;
}

.logo {
	float:left;
	padding: 0;
	width: 580px;
	background: url(../newsept-default/images/logo_bg.jpg) repeat-x;
}

.head_img {
	float:right;
	padding: 0 3px 0 0;
	width: 217px;
	margin:-254px 0 0 1px;
}

.random_img {
	margin: 0;
	border-top: 1px solid #a96528;
	border-bottom: 1px solid #a96528;
}

.random_img img{
	width: 200px;
}

.search_string input{
	width: 110px;

}

.search_string {
	float: left;
}

.side_quote {
	font: 15px/19px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:  #a96528;
	padding: 10px;
	}

.bottom_quote {
	font: 15px/19px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:  #a96528;
	padding: 10px 0;
}

.main h6 {
	font: 15px/19px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:  #a96528;
	padding: 0 10px;
	float: right;
	width:  60%;
	margin: 0;
	display: inline;
}

.results_table{
	border-top: 1px solid #a96528;
}

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

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

p {
	font: 12px/18px;
	text-align: left;
	margin: 0 0 10px;
}


h1 {
	font-size: 22px;
	font-weight: bold;
	line-height: 25px;
	text-align: left;
	margin: 5px 0 2px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	margin: 5px 0 2px;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	margin: 5px 0 2px;
}

h4, h5 {
	font: 12px/18px;
	font-weight: bold;
	line-height: 14px;
	margin: 5px 0 2px;
}

img {
	border-width: 0
}

.small {
	font-size:11px;
	color: #005dac;
}
.error {
		color: #ee001e;
}