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

* {	margin:0px;	padding:0px;	border:0px;}

#wrapper {
	height: auto;
	margin: 0 auto 0 auto;
	position: relative;
	width: 1300px;
}

#header {
	height: 204px;
	width: 1300px;
	position: absolute;
	margin-left: 25px;
	z-index: 2;
}

#navMenu{
	width: 612px;
	margin-left: 394px;
	position: absolute;
	top: 220px;
	z-index: 2;
}
#navMenu ul{ list-style-type: none;}
#navMenu ul li{
	list-style-type: none;
	float: left;
	height: auto;
	width: 100px;
	background-color: #0C3;
	border: 1px solid #FFF;
}
#navMenu ul li:hover {	background-color: #0F0;}
#navMenu ul li a{
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	display: block;
	color: #FFF;
	font-weight: bold;
}
#navMenu ul li a:hover {	color: #cc0000;}

#mainBody{
	width:1300px;
	height:AUTO;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	padding-top: 300px;
	float: left;
}
#economy1{
	position:absolute;
	left:25px;
	top:400px;
	width:auto;
	height:auto;
}
#economy2{
	position:absolute;
	left:25px;
	top:780px;
	width:200px;
	height:200px;
	background-color: #00F;
	float: right;
}
#wrapper #mainBody ul li {	list-style-type: circle;	list-style-position: inside;}

#mainBody h1  {	font-family: Verdana, Geneva, sans-serif;	font-size: 40px;	text-align: center;	color: #0C3;	font-weight: bolder;}
#mainBody h2  {	font-family: Verdana, Geneva, sans-serif;	font-size: 16px;	text-align: left;	color: #0C3;	font-weight: bold;}
