@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial; 
	font-size: 14px;
	background: #ffffff;
}

#wrapper {
	width: 900px;
	position:absolute;
	left:50%;
	margin-left: -450px;
	
}

#header {
	width: 900px;
	height: 156px;
	background-image:url(images/header.jpg);
}

#menu {
	width:900px;
	height:35px;
	float:left;
	text-decoration:none;
	text-align:center;
	line-height:35px;
	margin-right: 10px;
	display:block;
}

#menu a {
	width: 160px;
	height: 35px;
	background-color: #999;
	float: left;
	text-decoration: none;
	margin-right: 10px;
	color: #FFF;
	font-weight: bold;
}
#menu a:hover {
	height: 35px;
	background-color: #333;
	float: left;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

#menu a.active {
	height:35px;
	background-color:#333;
	float:left;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}

#content {
	width:900px;
	background-color:#f3f3f3;
	height:550px;
}

#footer {
	width: 900px;
	text-align: center;
	font-size: 10px;
}
#footer a {
	width: 900px;
	text-align: center;
	text-decoration: none;
	color: #333;
	font-size: 10px;
}


