
#header-top
{
	float:left;
	width: 798px;
	background-color: #EFEBD0; 
	text-align: right; 
	background-image: none; 
	background-repeat: no-repeat; 
	background-position: top; 
	padding: 4px 0 4px 0;
}

#header-message
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em; 
	color: #241E1E; 
	line-height: 2.2em; 
	margin-right: 8px;
}
#header-navigation
{
	text-align: left;
	background-color: #c6c1a0; 
	border-color: #c6c1a0; 
	border-width: 1px 0 1px 0; 
	border-style: solid;
}

ul.header-links
{
	margin:0 6px 0 6px;
	list-style-type:none; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: .8em; 
	color: #000000;
}

ul.header-links li a, ul.header-links li a:visited 
{
	text-decoration:none; 
	font-weight: normal; 
	color:#000000; 
	line-height: 2em;
	width: 100%;
}
ul.header-links li a:hover
{
	color: #000000;
}

