.border {
	border: 1px solid #000000;
	background:url(top.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #FFFFFF
	
}


#header ul {
	list-style: none;
	padding-right: 12px;
	padding-bottom: 4px;
	}
#header li {
	display: inline;
	}
#header li a {
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	font-weight: bold;
	color: silver;
	padding: 0 0 0 12px;
	}
#header li a:hover {
	color: #847248;
	}