#header{

	height: 38px;
	margin: 0px auto 0px auto;
}

#header_logo{
	float: left;
	margin-top: 8px;
	margin-left: 5px;
}

#header_menu{
	float: right;
	margin-top: 23px;

}



#header_menu ul{
	float: left;
	list-style: none;
	margin: 0px;
  


}

#header_menu ul li{
	float: left;
	margin-left: 15px;
}

#header_menu span{
display: none;
}



#header_menu li#h_home{
	background: url(../img/header/h_menu_home.gif) no-repeat; 
	width: 49px;
	height: 10px;
}

#header_menu li#h_home a{
	background: url(../img/header/h_menu_home.gif) no-repeat; 
	width: 49px;
	height: 10px;
	display: block;
}


#header_menu li#h_home a:hover{
	background: url(../img/header/h_menu_home_on.gif) no-repeat;
	width: 49px;
	height: 10px;
	display: block;
}

#header_menu li#h_brycen_link{
	background: url(../img/header/h_menu_brycen_link.gif) no-repeat; 
	width: 152px;
	height: 10px;
}

#header_menu li#h_brycen_link a{
	background: url(../img/header/h_menu_brycen_link.gif) no-repeat; 
	width: 152px;
	height: 10px;
	display: block;
}

#header_menu li#h_brycen_link a:hover{
	background: url(../img/header/h_menu_brycen_link_on.gif) no-repeat; 
	width: 152px;
	height: 10px;
	display: block;
}


#header_menu li#h_contact{
	background: url(../img/header/h_menu_contact_on.gif) no-repeat;
	width: 75px;
	height: 10px;

}


#header_menu li#h_contact a{
	background: url(../img/header/h_menu_contact.gif) no-repeat;
	width: 75px;
	height: 10px;
	display: block;

}

#header_menu li#h_contact a:hover{
	background: url(../img/header/h_menu_contact_on.gif) no-repeat; 
	width: 75px;
	height: 10px;
	display: block;
}










#footer{
	margin: 15px auto 10px auto;
	width: 770px;
	border-top: 1px solid #CCCCCC; 
}

#f_logo{
	margin-top: 5px;
	text-align: right;
}

#f_copy{
	text-align: right;
	margin-top:10px;
}




