body {
	margin: 0;
	padding: 0;
}
#top {
	background: #eee;
	height: 135px;
	background: url(/images/top_bg.png);
	text-align: left;
}
#date {
	float: right;
	position: relative;
	top: -25px;
	right: 15px;
	font-weight: bold;
	color: #9C0000;
}
#left {
	background: #dedede;
	position: absolute;
	left: 0;
	top: 135px;
	width: 190px;
}
#center {
	margin-top: 0;
	margin-left: 205px;
	margin-right: 205px;
}
#right {
	background: #dedede;
	position: absolute;
	right: -1px;
	top: 135px;
	width: 190px;
}
#footer {
	background: url(/images/background2.png);
	text-align: center;
	height: 25px;
}
#footer .footer {
	position: relative;
	top: 10px;
}
.heading {
	margin-top: 0;
}
#tagline {
	font-style: italic;
	font-size: 12pt;
	color: #660000;
	background: url(/images/background3.png) repeat-x;
	text-align: center;
	height: 33px;
}
#tagline img
{
	margin: 7px 0 3px 0;
}
#tagline2 {
	background: url(/images/mid_bg.png) repeat-x;
	height: 7px;
	padding: 0;
	margin: 0;
}
#tagback {
	background: url(/images/tagline_background.png);
}
