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


* {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-weight: lighter;
	letter-spacing: 0.1em;
	text-align: center;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #039;
	font-weight: normal;
	background-color: #FFF;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#page {
	display: block;
	width: 960px;
	color: #039;
	float: left;
	text-align: center;
}
#header {
	display: block;
	float: left;
	height: 140px;
	width: 960px;
	background-image: url(../Images/headerBg_960-120.jpg);
	background-position: center bottom;
	background-color: #FFF;
	background-repeat: no-repeat;
}
#mainMenu {
	display: block;
	float: left;
	font-size: 15px;
	color: #039;
	letter-spacing: 0.8px;
	background-image: url(../Images/mainMenu960_30.png);
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-right: 140px;
	padding-left: 140px;
	width: 680px;
}
#mainContent {
	display: block;
	width: 960px;
	color: #06C;
	background-color: #FFF;
	float: left;
}
#mainMenu ul li {
	display: block;
	float: left;
}
#mainMenu ul li a {
	line-height: 30px;
	font-weight: normal;
	color: #039;
	text-decoration: none;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	height: 30px;
	float: left;
}
#mainMenu ul li a:hover {
	color: #FFF;
	background-color: #9CF;
}
#footer {
	background-color: #FFF;
	display: block;
	float: left;
	height: 30px;
	width: 960px;
	text-align: center;
	line-height: 30px;
	background-image: url(../Images/footer960_30.png);
}
