@charset "utf-8";
body {
	background-color:#fff;
	margin:0;
	background-repeat:repeat;
	background-image: url(../bg2.jpg);
}
#container {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	width: 800px;
	margin: 0 auto;
	background-color:996666;
}
#header {
	height: 300px;
	width: 800px;
	background-color: #fff;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #900;
	background-image:url(../Images/header3.jpg);
	background-repeat:no-repeat;
}
#main {
	background-color: 996666;
	width:800px;
}
#navigation {
	background-color: 996666;
	padding: 5px;
	float: left;
	width: 200px;
}
#content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: d1d3d4;
	padding: 5px;
	float: right;
	width: 580px;
}
#footer {
	background-color: #333;
	height: 45px;
	width: 800px;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

clear {clear:both;}
#navigation ul {
	list-style-type: none;
	margin: 0px;
	display: block;
	padding: 0px;
}
#navigation li {
	background-color: #333;
	color: #fff;
	margin: 5px;
	padding: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	list-style-type: none;
	font-weight: bold;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:hover {
	color: #CCCCCC;
	background-image: url(../linkdot.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:80px;
	display:block;
}
#footer a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.title {
	font-size: 14px;
	font-weight: bold;
}
