* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #acf;
	font-weight: bold;
}
a:hover {
	color: #0ff;
}
a img {
	border: none;
}
body {
	font: 12px arial;
	background: #4777b0;
	color: #fff;
}
#wrapper {
	width: 800px;
	height: 640px;
	margin: 0 auto;
	background: url(../img/wrapper1.jpg) no-repeat;
	overflow: hidden;
	position: relative;
}
#container {
	position: absolute;
	top: 0px;
	left: 330px;
	width: 670px;
	height: 593px;
}
#menu {
	position: absolute;
	top: 25px;
	left: 175px;
	width: 560px;
	height: 30px;
}
#menu ul {
	list-style: none;
}
#menu li {
	float: left;
}
#menu a {
	display: block;
	width: 98px;
	text-align: center;
	margin-right: 4px;
	font: bold 14px "times new roman";
	padding: 10px 5px 10px 5px;
	color: #fff;
}
#menu a:hover {
	color: #000;
}
#maintext {
	position: absolute;
	top: 125px;
	left: 230px;
	width: 440px;
	height: 430px;
	overflow: auto;
	padding:15px 5px 5px 5px;
}
#footer {
	position: absolute;
	top: 605px;
	left: 230px;
	width: 450px;
	font: bold 15px "times new roman";
	color: #000;
}
#footerleft {
	float: left;
}
#footer a {
	color: #000;
}
#footerright {
	float: right;
}
p { padding: 10px 0px; }
h1, h2, h3, h4, h5, h6 { padding: 10px 0px; }
h1 { font: bold 24px arial; }
h2 { font: bold 20px arial; }
#maintext ul {
	padding: 10px 40px;
}
