#container {
	width: 780px;
	text-align: left;
	background: #fdfdfd url("/images/Content_Background.jpg") repeat-y center;
	margin: 0 auto;
}
#content {
	width: 510px;
	float: right;
	
	text-align: left;
}
#footer {
	clear: both;
	margin-top: 0px;
	width: 780px;
	font-size:70%; 
	border-top: 1px solid #8f8f8f;
	text-align: center;
	padding-top: 4px;
	background-color: #373737;
	color: #c4c4c4;
}
#sidebar {
	float: left;
	width: 250px;
	padding-top: 20px;
	color: #373737;
}
