body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	background-image:url(/images/body_bg.jpg);
	background-repeat:repeat-x;
	background-color: #313131;
	line-height: 18px;
	text-align: justify;
}
.shadow {
	width: 907px;
	background-image:url(/images/bg_shadow.png);
	background-repeat:repeat-y;;
	margin: auto;
}
.container {
	width: 895px;
	margin: auto;
}
.header {
	width: 895px;
	height: 136px;
	background-image:url(/images/header.jpg);
	background-repeat: no-repeat;
}
.menu {
	height: 30px;
	width: 895px;
	line-height: 30px;
	vertical-align: middle;
	background-image:url(/images/menu_bg.jpg);
	background-repeat:repeat-x;
}
.menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-left: 20px;
}
.menu ul li {
	float: left;
	margin-right: 20px;
}
.menu ul li a {
	color: #ffffff;
	text-indent: 20px;
	background-image: url(/images/menu_item.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
	display: block;
	text-decoration: none;
}
.content {
	min-height: 400px;
	width: 875px;
	background-image:url(/images/content_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color: #ffffff;
	overflow: auto;
	padding: 10px;
}
.footer {
	width: 895px;
	background-image:url(/images/footer_bg.jpg);
	background-repeat:repeat-x;
	background-color: #231f20;
	font-size: 11px;
	color: #ffffff;
	line-height: 18px;
	padding-top: 20px;
	overflow: auto;
	padding-bottom: 20px;
}
.footer_vgz {
	width: 200px;
	float: right;
	margin-right: 20px;
}
.footer_text {
	width: 470px;
	margin-left: 20px;
}
.footer_l {
	width: 150px;
	margin-right: 10px;
	float: left;
}
.footer_m {
	width: 150px;
	margin-right: 10px;
	float: left;
}
.footer_r {
	width: 150px;
	float: left;	
}
