body
{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div#container
{
	position: relative;
	margin: 0 auto;
	width: 689px;
	height: auto;
	border-left: solid 1px #9AA120;
	border-right: solid 1px #9AA120;
	background-color: #FBF7F6;
}
.clear
{
	clear: both;
}
div#header
{
	width: 689px;
	height: 136px;
}
div#header_left
{
	width: 332px;
	height: 136px;
	float: left;
	background-color: #D5DD50;
}
div#header_left_content
{
	width: 283px;
	height: 96px;
	padding: 14px;
	padding-top: 8px;
	margin-top: 15px;
	background-image: url(images/layout_07.gif);
	background-repeat: no-repeat;
	float: right;
}
div#header_right
{
	width: 357px;
	height: 136px;
	float: right;
	background-image:url(images/layout_05.gif);
	background-repeat: no-repeat;
}
div#middle
{
	width: 689px;
	height: auto;
}
div#middle_left
{
	width: 398px;
	height: auto;
	min-height: 216px;
	padding-top: 50px;
	padding-left: 22px;
	background-image: url(images/layout_08.gif);
	background-repeat: no-repeat;
	float: left;
}
div#middle_right
{
	width: 269px;
	height: 226px;
	float: right;
}
div#middle_right_content
{
	width: 229px;
	height: 186px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(images/layout_11.gif);
	background-repeat: no-repeat;
}
div#bottom1
{
	width: 647px;
	height: 264px;
	padding-left: 22px;
	padding-right: 20px;
	background-color: #FBF7F6;
	float: left;
}
div#bottom2
{
	width: 689px;
	height: 24px;
	background-image: url(images/layout_16.gif);
	background-repeat: no-repeat;
	float: left;
}
#navBar {
	list-style:none;
	margin:5px 0;
	padding:0;
}

#navBar a {
	text-decoration:none;
	padding:5px;
	width:210px;
	display:block;
	color:#666;
	border-bottom:1px dashed #9C7;
}

#navBar a:hover {
	background:#E2E58D;
	color:#666;
}
