body {
	font: 11px Verdana, Geneva, sans-serif normal;
	background: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
}
#container {
	width: 956px;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
}
#sidebar {
	float: left;
	width: 236px;
	background-image: url(img/design/navibg.jpg);
	background-color: #000;
	background-repeat: no-repeat;
	background-position: left 106px;
}
#mainContent {
	padding: 0px 20px 20px 20px;
	float: left;
	width: 680px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
p {
	margin: 0;
	padding: 0px 0px 15px 0px;
}
a:link, a:visited, a:active {
	text-decoration: underline;
	color: #C64934;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}