#container {
	width: 760px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffad01;
	font-size: 10px;
	left: 25px;
	margin-left: 200px;
	margin-top: 0px;
	border: medium solid #000000;
	height: auto;
}
#menu {
	background-image: url(images/header_02.jpg);
	background-repeat: no-repeat;
	width: 760px;
	height: 42px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0E3959;
	text-align: center;
	font-weight: bold;
	padding-top: 12px;
}
#footer {
	background-color: #0E3959;
	height: 50px;
	width: 760px;
	color: #ECE9D8;
	clear: both;
	float: left;
}

#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #ffad01;
	width: 760px;
}
body {
	background-color: #0e3959;
	background-position: center;
}
p {
	padding-left: 10px;
	padding-right: 10px;
}
h2 {
	padding-left: 10px;
}
a:link {
	color: #FF0000;
}
a:visited {
	color: #CC3399;
}
