body {
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../bg/header-bg.png);
	background-color: #939F6F;
	margin: 0px;
	padding: 0px;
}
#head-back {   
	width: 100%;  
	height: 180px;
	margin: 0px;
	padding: 0px; 
	background-image: url(../bg/logo.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
}
#head-front { 
	height: 180px;
	width: 100%;
	margin: 0px;
	padding: 0px; 
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../bg/header-left.png);
	float: left;
}
#head-menu {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 139px;
	margin-bottom: auto;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	background-color: #484E36;
	background-position: 0 0px;
	background-repeat: no-repeat;
	background-image: url(../bg/headmenu-left.png);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-color: #C0C0C0;
	border-style: solid;
}
ul {
	text-align: right;
	margin: 0px;
	margin-right: 20px;
	padding: 0px;
	list-style-type: none;
}
li {
	margin: 2px;
	display: inline;
}
a {
	font-size: 20px; 
	color: #C0C0C0;
	font-weight: normal;
	font-style: normal;
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;  
	margin-right: 0px;
	margin-left: 10px;
}
a:hover {
	text-decoration: none;
	color: #B71311;
}
p {
	vertical-align: middle;
	float: left;
	text-align: left;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: auto;
	margin-top: 3px;
	text-decoration: none;
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #C0C0C0;
	font-size: 14px;
}