@charset "utf-8";
#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#top_space {
	height: 7px;
}
#masthead {
	height: 110px;
	background-color: #000000;
}
#space_1 {
	height: 5px;
}
#navigation {
	height: 40px;
	background-color: #000000;
	padding-top: 10px;
}
#space_2 {
	height: 5px;
	background-color: #000000;
}
#active_content {
	height: 290px;
	background-color: #000000;
}
#space_3 {
	height: 5px;
	background-color: #60646D;
}
#body_content {
	background-color: #1A1A1A;
	padding-top: 10px;
	padding-left: 15px;
}
#space_4 {
	height: 7px;
	background-color: #1A1A1A;
}
#footer {
	height: 50px;
}
#footer {
	background-color: #1A1A1A;
}

#logo {
	padding: 5px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	background-color: #000000;
}
#masthead_ad {
	padding: 5px;
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #000000;
}
.border_logo {
	border: medium solid #FF0000;
}
.masthead_ad_border {
	border: medium solid #000000;
}
#active_content_1 {
	height: 280px;
	width: 630px;
	float: left;
}
#active_content {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
}
#active_content_2 {
	float: right;
	width: 300px;
	height: 270px;
}
.border_active_content {
	border: medium solid #333333;
}
