@charset "utf-8";
/* CSS Document */

body, h1, h2, h3, h4, h5, h6, p {
	margin:0px;
}

body {
	background:#e7e8e3;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
	background-color:#648b9e;
}

#Container {
	margin:auto;
	width:800px;
	background-color:#fcf8ec;
}

#header	 {
	height:86px;
	width:800px;
}

#logo {
	width:250px;
	height:86px;
	float:left
}

#adbanner {
	background:url(../imagez/adbanner.jpg) no-repeat;
	height:86px;
	width:550px;
	float:right;
}

#flash{
	
	height:257px;
	width:800px;
}

#body {
	width:800px;
}

#body .left{
	width:223px;
	float:left;
}

#body .center{
	width:355px;
	margin-left:243px;
	margin-top:0px
}

#body .right{
	width:192px;
	float:right;
}

#intro {
	margin-top:15px;
}

#bottom {
	width:800px;
	height:33px;
	margin-top:10px;
}

#bottom li {
	display:inline;
	padding-right:7px;
	padding-left:7px;
	border-right:1px solid #000000;
}

a {
	color:#854c00;
	text-decoration:none;
}

a:hover{
	color:#575757;
	text-decoration:underline;
}

#bottom li a{
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#854c00;
	text-decoration:none;
}

#bottom li a:hover{
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#575757;
	text-decoration:underline;
}

#footer {
	width:800px;
	height:30px;
	font-size:10px;
}

#footer a{
	color:#575757;
	text-decoration:none;
}

#footer a:hover{
	color:#575757;
	text-decoration:underline;
}

.brd {
	border:2px solid #a9ad99;
}

#marq {
	margin-top:10px;
}

.combo {
	width:150px;
	height:20px;
	margin-top:10px;
	font-size:11px;
	background-color:#ffffff;
	color:#000000;
	border:px solid #ffffff;
}

.inp {
	height:20;
	width:130px;
	margin-top:2px;
	margin-bottom:5px;
	font-size:11px;
	background-color:#ffffff;
	color:#000000;
	border:px solid #ffffff;
}
.adminlinks{
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
.adminlinks a:hover{
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#FF9900;
	text-decoration:none;
	font-weight:bold;
}
.textheading
{
		font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#FF9900;
	text-decoration:none;
	font-weight:bold;

}