

body
{
background-color:#587FBA;
}

#header

{
	
	width:900px;
	height:150px;
	background-color:#FFFFFF;
	margin-top:30px;

}

#wrapper
{

	overflow:auto;
	width:900px;
	height:auto;
	min-height:600px;
	z-index:1;
	background-color:#FFFFFF;
	margin-top:5px;
	
}

#content
{

	width:500px;
	height:auto;
	min-height:700px;
	z-index:2;
	float:right;
	background-color:#FFFFFF;
	background-image: url(hob.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding:20px;
	font-family: arial,helvetica,serif;
	position:relative;
	right:123px;
	margin: auto;
}

#menu

{

	width:230px;
	height:730px;
	z-index:2;
	float:left;
	background-color:#00356F;
	padding:5px;

}

#footer

{

	width:900px;
	height:150px;
	background-color:#FFFFFF;
	margin-bottom:30px;
	margin-top:5px;
	padding-top:8px;
}

h1
{
font-family: arial,helvetica,serif;
font-size:larger;
}

h2
{
font-family: arial,helvetica,serif;
font-size:medium;
}

.menu{margin:0; padding:0; width:226px; list-style:none;background:rgb(255,255,255);}
.menu li{padding:0; margin:0 0 1px 0; height:40px; display:block; }
.menu li a{text-align:left;height:40px; padding:0px 25px; font:16px Verdana, Arial, Helvetica, sans-serif; color:rgb(255,255,255); display:block; background:url('verMenuImages.png') 0px 0px no-repeat; text-decoration:none;}
.menu li a:hover{background:url('verMenuImages.png') 0px -40px no-repeat; color:rgb(255,255,255);}
.menu li a.active, .menu li a.active:hover{background:url('verMenuImages.png') 0px -80px no-repeat; color:rgb(255,255,255);}
.menu li a span{line-height:40px;}


