

h1
{
display: none;
}
#header .description 
{
display: none;
}

body
{
background: url('hhm3.jpg') repeat;
background-size: 100%;
}


ul.menu 
{
background: #593a23;
left: 0px;
width: 920px;
}

ul.menu li a 
{
font-family: Arial;

color: white;
background: #593a23; 
font-weight: bold;
font-size: small;
}

ul.menu li a:hover{
background: #7dc3ab !important; /* hover background menu item color */
color: #ffffff !important; /* text color when hovered */
}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover,
ul.menu li.current_page_ancestor a,
ul.menu li.current_page_ancestor a:hover {
	color: white;
	background: #7dc3ab;
	text-decoration: none;
	}


#footer
{
color: white;
background-color: #593a23;
width: 951px;
height: 50px; 
position: relative; 


}

#footer .description
{
display: none;
}

#primary
{
float: right;
width: 700px;
margin: 0px;
}

.secondary 
{
float: left;
}



#page
{
padding: 0 0 0px;
width: 951px; /* Width of entire blog */
_width: 951px; /* Check in IE and adjust accordingly */
}

#header 
{
		height: 300px;
}

#sidebar-1
{
background-color: white;
float: left;

padding: 0 0 0 10px;
}
