body {
	text-align: center;
	background-color:#DDFFFF;
}
#main {
	width: 806px;
	margin:auto;
	border: 1px solid #000000;
	background-color:#FCECFC;
}
#header h1 {
	margin-top:0px;
}
#header {
	margin: 2px;
	width: 800px;
	border: 1px solid #000000;
	background-color:#6699FF;
}
#site {
	float: right;
	background-color:#6699FF;
	width: 800px;
	margin: 1px 2px 3px auto;
	border: 1px solid #000000;
	padding-bottom:10px;
	text-align:center;
}
#copyright {
	clear:both;
	margin: 2px;
	background-color:#6699FF;
	width: 800px;
	border: 1px solid #000000;
	font-weight: bold;
}
#copyright a {
	color: #000000;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}
