body{
	font-family: "Arial";
	font-size: 12px;
	background-color: #e2e2e2;
	margin: 0px;
}
.container{
	margin:0px;
}
.header{
	background-color: #696969;
	width:800px;
	height:90px;
}

.header_background{
	background-image: url(images/header_background.png);
	width:770px;
	height:130px;
	text-align:left;
	padding-left: 30px;
}

.logo{
	background-image: url(images/logo.png);
	width:375px;
	height:85px;
}

div.menu{
	padding-top: 56px;
	width: 620px;
}

div.active{
	background-image: url(images/active_background.png);
	width: 103px;
	height:24px;
	float:left;
	padding-top: 10px;
}
div.active a{
	font-weight: bold;
	font-size: 14px;
	color: #8a8c93;
	text-decoration: none;
}

div.inactive{
	background-image: url();
	width: 103px;
	height:24px;
	float:left;
	padding-top: 10px;
}

div.inactive a{
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

ul.menu{	
	margin:0px;
	border:0px;
	padding: 0px;
}

ul.menu li{
	display: inline;
}

ul.item{
	font-size: 12px;
	color: #656972;
	font-family: "Arial";
}

ol.item{
	font-size: 12px;
	color: #656972;
	font-family: "Arial";
}

p{
	font-size: 12px;
	color: #656972;
	font-family: "Arial";
}
div.content{
	overflow: auto;
	width: 800px;
	background-color: #fff;
}

div.footer{
	clear:both;
	width: 800px;
	height:35px;
	background-color: #696969;
}

div.left{
	text-align:left;
	float:left;
	width: 360px;
	padding: 20px;
}

div.right{
	text-align:left;
	float:left;
	width: 360px;
	padding: 20px;
}

div.footer div.left, div.footer div.left a{
	color:#fff; padding:6px; font-size:11px; text-decoration:none;
}

div.footer div.right{
	color:#fff; float:right;text-align:right; padding:6px;font-size:11px;
}

div.footer div.right a{
	color:#fff; font-size:11px;text-decoration:none;
}
