@charset "utf-8";
body {
	background-color: #006699;
	text-align: center;
}
#container {
	background-color: #FFFFFF;
	width: 780px;
}
#container #main #content {
	width: 498px;
	border: 3px double #024394;
}
#container #footer {
	height: 40px;
	width: 780px;
	font-family: Tahoma, "MS Sans Serif";
	color: #2083c4;
	font-size: 14px;
	border-bottom-width: 3px;
	border-bottom-style: groove;
	border-bottom-color: #024394;
}
#container #footer #contact {
	width: 750px;
	text-align: right;
	margin-right: 10px;
	float: right;
	color: #024394;
	font-size: 13px;
	font-family: "MS Sans Serif", sans-serif, Tahoma;
}


#container #head {
	height: 100px;
	width: 780px;
}
#container #main {
	width: 780px;
	text-align: left;
	font-family: Tahoma, "MS Sans Serif";
	font-size: 15px;
	color: #024394;
}
#container #main a {
	color: #024394;
	text-decoration: none;
}
#container #main a:hover {
	color: #990066;
}
