@charset "utf-8";
/* CSS Document */


body {
	background-image: url(images/bg3.gif);
	margin-left: 0px;
	margin-top: 0px;
	background-color: #d5d7da;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#footerright {
	background-color: #000;
	float: right;
	width: 200px;
	height: 25px;
}
#navright {
	float: right;
	width: 200px;
	height: 25px;
	background-color: #F22F23;
	font-weight: bold;
	color: #FFF;
	line-height: 25px;
	text-align: center;
}
#mainbody {
	background-image: url(images/bodybg.gif);
	background-repeat: repeat-y;
	width: 760px;
}
#bodyright {
	float: right;
	width: 200px;
}
#bodyleft {
	float: left;
	width: 540px;
	padding: 10px;
}



#footer {
	background-color: #333;
	height: 25px;
}

#header {
	height: 90px;
	background-color: #000;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: right;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F22F23;
}
#headerimg {
	height: 220px;
}
.clearfloat {
	clear:both;
	height:0;
}
#nav {
	background-color: #333;
	height: 25px;
	line-height: 25px;
}


#nav a:link {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-right: 27px;
	padding-left: 28px;
	display: block;
	float: left;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCC;
}

#nav a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-right: 27px;
	padding-left: 28px;
	display: block;
	float: left;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCC;
}
#nav a:hover {
	background-color: #F22F23;

}


#searchbox a:link {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	text-align: center;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}

#searchbox a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	text-align: center;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
#searchbox a:hover {
	background-color: #F56C65;
}
