html, body {
	background-color: #cccccc;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
* {
	margin: 0;
	padding: 0;
	border: none;
}
#bodyblock {
	width: 800px; 
	position: relative; 
	top: -3px;
	left: -3px; 
	background-color: #cccccc;	
	margin:  0 auto;
	border-right: 1px solid #666; 
	border-bottom: 1px solid #666; 
	color: #666; 
}
.shadow {
	width: 800px;
	margin: 0 auto;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background: #666;
}
#header {
	height: 200px;
	background-color: #cccccc;
}
.logo {
	float: left;
}
#content-right {
	width: 400px;
	float: left;
	background-color: #cccccc;
	text-align: justify;
}
#content-left {
	width: 400px;
	float: left;
	background-color: #cccccc;
	text-align: justify;
}
#footer {
	width: 800px;
	clear: both;
	height: 25px;
	background-color: #c0c0c0;
}
		/*styles award*/
		#award {
	background-image: url(website%20images/tanback.gif);
	text-align: center;
	width: 400px;
		}
		#l-col_top {
			height: 200px;
			width: 390px;
		}
		#l-col_bottom {
			height: 75px;
			width: 390px;
		}
#content_block {
	background-color: #cccccc;
	width: 800px;
	overflow: hidden;
}

