body {
	margin: 0px;
	font-family: sans-serif, arial;
	font-size: 10px;
	background-color: #cccccc;
}
#wrapper {
	width: 900px;
	margin: 0px auto;
	border-left: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
	background-color: #ffffff;
}
#header {
	width: 900px;
	height: 60px;
	background-image: url(images/hd_bg.jpg);
	background-repeat: repeat-x;
	margin-bottom: 8px;
}
#date {
	font-size: 10px;
	color: #ffffff;
	float: right;
	margin-top: 8px;
	margin-right: 10px;
}
#footer {
	clear: both;
	background-color: #333333;
	color: #ffffff;
	margin-top: 10px;
	padding: 5px; 
}
a.tblink:link {
	color: #666666;
	text-decoration: none;
}
a.tblink:visited {
	color: #666666;
	text-decoration: none;
}
a.tblink:hover {
	color: #666666;
	text-decoration: underline;
}
a.tblink:active {
	color: #666666;
	text-decoration: none;
}