/* CSS Document */

#container {
	width: 1000px;
	color: blueviolet;
	background-color: thistle;
	font-size: 14pt;
	font-family: arial, helvetica, sans-serif;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

	
#banner {
	width: 1000px;
	height: 150px;
	margin-top: 0;
	margin-bottom: 10px;
	text-align: center;
}
#sidebar {
	width: 300px;
	overflow: hidden;
	float: left;
	padding: .5em;
	padding-left: 1em;
	font-weight: bold;
	font-size: 13pt;
}
#main {
	float: right;
	width: 650px;
	background-color: thistle;
}
#main table {
	text-align: center;
	vertical-align: middle;
}
.news {
	width: 70%;
	background-color: thistle;
}

#footer {
	height: 50px;
	clear: both;
	color: blueviolet;
	margin-top: .2em;
	text-align: center;
}
.middle {
	vertical-align: middle;
}
