@charset "utf-8";
/* CSS Document */

<style type="text/css">


#menu {
}
#leftcol {
	float: left;
	width: 475px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 475px;
}
#rightcol {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	width: 200px;
	font-variant: normal;
	text-transform: none;
	font-style: normal;
	line-height: normal;
}
#footer {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: none;
}
#wrapper {
	width: 725px;
	margin-top: 250px;
	margin-right: auto;
	margin-left: auto;
}
body {
	background-color: #003F68;
	background-image: url(images/bkg3.png);
	background-repeat: no-repeat;
	background-position: center 5px;
}

</style>
