@charset "utf-8";
/* CSS Document */

#MenuHolder {
	font: bold 13px Arial;
	width: auto;
	height: 40px;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
}

#MenuHolder ul {
	width: 395px; /*width of menu*/
	height: 40px;
	border: 1px solid #748d64; /*green border*/
	border-width: 1px 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	background-color: #black;
	background-image: url(menu_up.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	margin-left: 0px;

}
#MenuHolder li {
	padding-left: 0px;
	margin-left: 0px;
	display: inline;
}
#MenuHolder ul li a{
	color: #000000;
	text-decoration: none;
	border-right: 1px solid #748d64;
	height:22px; /*Green border between menu categories*/
	padding-top: 12px;
	padding-right: 11px;
	padding-bottom: 5px;
	padding-left: 11px;
	float: left;
}
#MenuHolder ul li a:visited{
	color: #000000;
}


#MenuHolder ul li a:hover, #MenuHolder ul li .current{
	color: #000000 !important; /*shift text down 1px for selected and active item*/
	background: black url(menu_down.jpg) center center repeat-x;
	padding-top: 13px;
	padding-bottom: 0px;
	margin-top: 0px;
	height: 28px;
}
#wrapper {
	width: 395px;
	height: 300px;
}
#wrapper #header {
	height: 100px;
	width: 395px;
	background-color: #FFFFFF;
	background-image: url(headerback.jpg);
}
#wrapper #header h1 {
	text-align: right;
	padding-top: 38px;
	color: #3247A2;
	font-size: 20px;
	padding-right: 20px;
}
body {
	background-color: #CCCCCC;
}
