@charset "UTF-8";
/* CSS Document */
body {
	background-color: #000066;
	font-family: Tahoma, Geneva, sans-serif; 
	font-size: 12px;

}
.wrap {width: 800px; margin: 0 auto; background-color:#FFF; min-height: 700px;}
.header {}
.middle {float: right; width: 625px;}
.left {float: left; width: 165px; text-align: center; padding: 5px 5px 5px 5px;}
.content {
	width: 500px;
	height: 475px;
	overflow: scroll;
	float: left;
	padding: 10px 10px 0px 10px;
	text-align: center;
}
h1 { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 18px; color: #000066; text-decoration: underline;}
a { font-size: 12px; color: #000066; text-decoration: underline;}
.footer {width: 800px; background-color: #FFF; margin: 0 auto 10px auto; text-align: center;}

