body {
	background-color: #ccc;
}

#wrapper {
	border: 1px solid #336;
	background-color: #fff;
	width: 800px;
	height: 625px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	}

#header {	
	background-color: #fff;
	width: 267px;
	height: 70px;
	margin-top: 15px;	
	margin-left: 100px;	
	padding-left: 385px;
	}

	
#content {
	border-top: 2px solid #336;
	background-color: #fff;
	width: 632px;
	height: 180px;
	margin-top: 15px;
	margin-left: 60px;
	padding-top: 15px;
	padding-left: 55px;
	font-family: "Lucida Console";
	color: #339;
}
	
	#content2 {
	background-color: #fff;
	width: 682px;
	height: 45px;
	margin-left: 60px;
	padding-top: 40px;
	text-align: center;
	font-family: "Lucida Console";
	font-size: 12pt;
	color: #339;
	}
	
	#content3 {
	background-color: #fff;
	width: 522px;
	height: 210px;
	margin-left: 60px;
	padding-top: 15px;
	padding-left: 160px;
	font-family: "Lucida Console";
	font-size: 12pt;
	color: #339;
	}
	

#box {	
	border: 1px solid #4967a4;	
	background-color: #fff;
	width: 662px;
	height: 50px;
	margin-bottom: 25px;
	margin-left: 150px;
	padding-top: 10px;
	text-align: center;
	}
	
		
	h1 {
font-size: 12pt;
font-weight: bold;
 }
 
 h2 {
font-size: 8pt;
font-weight: bold;
 }
 
 
a:link {
	color: #f60;	
	text-decoration: underline;
		}
	
	a:visited {
	color: #339;	
	text-decoration: underline;
	}
	
	
		#footer {
	text-align: center;
	font-size: 8pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 10px;
	 }
