* {margin 0; padding 0;}

body {
	font-family: Garamond, serif;
	color: #666666;
	text-align: center;
	background-color: #0051C4;
	line-height: 1.2em;
}

#container {
	width: 800px;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0 auto;
	border-color: #999999;
	border-style: groove;
	border-width: 8px;
}

#header {
	height: 200px;
	width: 100%;
	background-color: #FFFFFF;
	border-bottom-color: #666666;
	border-bottom-style: double;
	border-bottom-width: 8px;
}
#lefthead {
	width: 48%;
	float: left;
}

#righthead {
	text-align: right;
	padding-right: 10px;
	padding-top: 25px;
}
h1 {
	padding-top: 0px;
	margin-top: 0px;
}
#copy {
	background-color: #FFFFFF;
	text-align: center;
	width: 100%;
	height: 380px;
}
#colA {
	width: 30%;
	float: left;
	text-align: left;
	background-color: #FFFFFF;
}
#colB {
	float: left;
	background-color: #FFFFFF;
	width: 70%;
}
.inside {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#footer {
	width: 100%;
	background-color: #FFFFFF;
	text-align: center;
	border-top-color: #666666;
	border-top-style: double;
	border-top-width: 8px;
	clear: both;
	padding-top: 20px;
	padding-bottom: 10px;
}
