@charset "utf-8";
body {
	background-color: #0D014D;
}
#wrapper {
	margin: auto;
	height: auto;
	width: 900px;
	overflow: hidden;
	background-image: url(../images/indexback.jpg);
}

#menuwrapper {
	height: 30px;
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#menuwrapper ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 800px;
}
#menuwrapper li {
	height: 25px;
	width: 200px;
	display: block;
	float: left;
	text-align: center;
	padding-top: 5px;
	background-color: #40A0AC;
	color: #FFFFFF;
	background-image: url(../images/btn.jpg);
}
#menuwrapper a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	display: block;
	height: 25px;
}
#content {
	height: 480px;
	margin-top: 20px;
	margin-right: 40px;
	margin-left: 40px;
	width: 820px;
}
#menuwrapper li:hover {
	height: 25px;
	width: 200px;
	display: block;
	float: left;
	text-align: center;
	padding-top: 5px;
	background-color: #40A0AC;
	color: #FFFFFF;
	background-image: url(../images/btnhover.jpg);
}

#footer {
	height: 45px;
	width: 800px;
	text-align: center;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}

