div#container {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E4E2F1;
}
body {
	font-size: 0.8em;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/gradient_bkg.jpg);
	background-repeat: repeat-x;
	background-color: #CECAE5;
}
div#header {
	background-image: url(../images/header_new.jpg);
	background-repeat: no-repeat;
	height: 150px;
}
div#content_sub {
	float: right;
	width: 270px;
	padding: 1em;
	text-align: center;
}
div#content_main {
	padding: 1em;
	float: left;
	width: 350px;
}
div#site_info {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A29BC4;
	font-size: 75%;
	text-align: center;
}
div#site_info a:link, div#site_info a:visited {
	color: #330033;
	text-decoration: none;
}
div#site_info a:hover {
	text-decoration: underline;
}

div#content_main h4 {
	font-size: 1.3em;
	font-weight: normal;
}
div#content_main h3 {
	font-size: 1.5em;
	font-weight: normal;
}
div#content_main h5 {
	font-size: 1.2em;
	font-weight: normal;
}
img#radio {
	float: right;
	margin-left: 1em;
	border: 1px solid #663399;
}
tbl#radio {
	border: 1px solid #660033;
}
