@charset "utf-8";
@import url("base.css");
#header {
	float: left;
	width: 964px;
	background: url(../images/border1.png) repeat-x bottom;
	padding-bottom: 9px;
}
#text_container {
	background: #fffffc url(../images/content_bg_top.jpg) no-repeat left top;
	float: left;
	width: 964px;
	padding-top: 18px;
}
#text {
	float: left;
	width: 964px;
	color: #515151;
}
#text_bottom {
	background: url(../images/content_bg_bottom.jpg) no-repeat;
	float: left;
	height: 85px;
	width: 964px;
}
#text a {
	color: #9c6038;
	text-decoration: none;
}
#text a:hover {
	text-decoration: underline;
}

div.cols2 {
	float: left;
	width: 650px;
	margin-top: 12px;
	margin-left: 22px !important;
	margin-left: 11px;
}
div.cols2 p {
	font: 12px/22px Georgia, "Times New Roman", Times, serif;
	color: #515151;
	text-align: left;
	margin-top: 18px;
}
div.cols2 p.r {
	text-align: right;
}
div.cols2 p.r2 {
	font: 11px/16px Arial, Helvetica, sans-serif;
	margin-left: 210px;
}


div.cols2 h1 {
	font: normal 15px/22px Georgia, "Times New Roman", Times, serif;
	color: #515151;
	text-align: left;
	margin-top: 18px;
}
div.cols2 h2 {
	font: italic normal 12px Georgia, "Times New Roman", Times, serif;
	color: #515151;
	margin-top: 18px;
}
