body {
	background-color: #003300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#container {
	width: 960px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #000;
}
div.head {
	width:960px;
	height:167px;
}
/* menu */
#menu {
	clear: both;
	width: 960px;
	margin: 0;
	height: 45px;
	background: url(../images/menu_bg.jpg) right no-repeat;
}

#menu ul {
	padding: 0 0 0 10px;
	margin: 0 auto;
	height: 45px;
	list-style: none;
}

#menu ul li {
	float:left;
	padding-right: 5px;
}

#menu li a {
	float: left;
	display: block;
	color: #fff;
	font-size: 12px;
	height: 45px;
	line-height: 40px;
	text-align: center;
	padding: 0px 0 0 0px;
	text-decoration: none;	
}
#menu  li a b {
	float: left;
	display: block;
	padding: 0px 24px 0 24px;
}
#menu  li.current a, #menu  li a:hover {
	color: #b4c927;
	text-decoration: none;
	background: url(../images/menu_hover_right.jpg) right top no-repeat; 
}
#menu  li.current a b, #menu li a:hover b {
	color: #b4c927;
	text-decoration: none;
	background: url(../images/menu_hover_left.jpg) left top no-repeat;
}
/* end of menu */


#properties {
	width: 920px;
	margin: 0 auto;
}
h1 {
	color: #003300;
	font-weight: normal;	
}

/* footer */
#footer {
	font-size: 11px;
	clear: both;
	color: #333;
	width: 960px;
	margin-top: 30px;
	padding: 20px 0px 20px 0;
	text-align: center;
	background: #ced1c8;
}
#footer a, #footer a:visited, #footer a:active {
	color: #333;
}
#footer a:hover {
	text-decoration: none;
	color: #000;	
}
/* end of footer */
#content_top {
	width: 920px;
	height: 15px;
	margin: 0 auto;
	background: url(../images/content_top.jpg) no-repeat;
}
#content_bottom {
	width: 920px;
	height: 15px;
	margin: 0 auto;
	background: url(../images/content_bottom.jpg) no-repeat;
}

#content_mid {
	background: url(../images/content_bg.jpg) repeat-y;
	width: 890px;
	margin: 0 auto;
	padding: 5px 15px;
	color: #fff;
}
#content_sides {
	width: 920px;
	margin: 0 auto;
}
#content_links {
	width: 920px;
	margin: 0 auto;
}
#content_links a, #content_links a:visited, #content_links a:active {
	font-size: 16px;
	color: #006600;
}
#content_links a:hover {
	text-decoration: none;
}
.imgborder {
	border: 1px solid #000;
}