@charset "utf-8";
/* CSS Document */

#Header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	background-color: #FC9;
	width: 830px;
	float: left;
	margin-bottom: 0px;
}
#Content {
	float: left;
	width: 550px;
	margin-right: 10px;
	clear: none;
}
#CommunityMenu {
	float: right;
	width: 210px;
	clear: none;
}
#SpecialFocus {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background-color: #000;
	width: 830px;
	float: left;
	clear: none;
}
#container {
	width: 830px;
	margin-right: auto;
	margin-left: 200px;
	background-color: #FFF;
	clear: left;
	float: left;
}
#Ads {
	width: 160px;
	float: left;
	margin-right: 10px;
	background-color: #930;
	text-align: left;
	position: relative;
}
#Related1 {
	width: 250px;
	margin-right: 10px;
	margin-left: 15px;
	text-align: center;
	float: left;
	clear: none;
}
#Related2 {
	float: left;
	width: 250px;
	text-align: center;
	clear: none;
	margin-left: auto;
	margin-top: 0px;
	margin-right: 15px;
}
#Related3 {
	float: none;
	width: 250px;
	text-align: center;
	clear: none;
	margin-left: 550px;
}
#Footer {
	clear: both;
	background-color: #F93;
	padding: 10px;
	float: left;
}

