@charset "UTF-8";
#wrapper {
	width: 935px;
	position: relative;
	margin: auto;
	padding: 0px;
	top: 0px;
}
#masthead {
	height: 510px;
	width: 935px;
	position: absolute;
	top: 0px;
}
#right_column {
	float: right;
	width: 335px;
}
#footer {
	clear: both;
	height: 125px;
	width: 935px;
	background-color: #656261;
}
#inner_wrapper {
	width: 935px;
	position: absolute;
	top: 509px;
	background-image: url(images/background_inner.gif);
	background-repeat: repeat-y;
}
.main_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #666666;
	padding-right: 25px;
	text-align: left;
}
.style2 {
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	background-position: left;
}
#left_column {
	float: left;
	width: 596px;
}
