.header {
	width: 999px;
	background: #ffffff;
	margin: 0px auto;
}
.navigation {
	width: 999px;
	height: 20px;
}
.navigation a {
	color: #34373e;
	text-transform: lowercase;
}
.navigation a:hover {
	color: #c9252c;
}
.navileft, .naviright {
	padding-left: 16px;
	padding-right: 16px;
}
.navilefr {
	float: left;
}
.naviright {
	float: right;
}
.head {
	width: 999px;
	height: 136px;
	background: #34373e url('/layout/head.jpg') no-repeat;
}
.logo {
	float: left;
	width: 125px;
	height: 90px;
	margin-left: 45px;
	margin-top: 23px;
}
.menu {
	width: 999px;
	height: 24px;
	font-size: 1.2em;
	letter-spacing: 2px;
	background: #212226 url('/layout/menu.jpg') no-repeat;
	color: #a8a8aa;
}
.menu a {
	font-weight: normal;
	color: #a8a8aa;
}
.menu a:hover {
	color: #e5e5e6;
}
	
.menu ul, .menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.menu li {
	float: left;
	padding: 3px;
	height: 18px;
}
.menu .menus {
	float: left;
	width: 16px;
	height: 24px;
	border-right: 1px solid #000000;
}
.menu .menue {
	float: left;
	width: 1px;
	height: 24px;
	border-left: 1px solid #50545e;
}
.menu .link {
	border-left: 1px solid #50545e;
	border-right: 1px solid #000000;
	padding-left: 10px;
	padding-right: 10px;
}
.description {
	float: right;
	width: 560px;
	padding-right: 20px;
	padding-top: 34px;
}
.description h1 {
 	font-size: 1em;
}
.description, .description h1, .description a {
	color: #878c96;
}
.description a:hover {
	color: #a7acb7;
}