#page-top .masthead {
	height: 198px;
	background-image: url(../images/masthead_homepage.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#page-bottom .content {
	padding-left: 153px;
	padding-top: 24px;
	padding-right: 20px;
	padding-bottom: 20px;
	width: 725px;
	overflow: auto;
}

.content .left {
	float: left;
	width: 450px;
}
.content .right {
	float: right;
	width: 250px;
}

.content .box {
	border: solid 2px #D0A055;
	margin-top: 7px;
}
.content .box .top {
	background-image: url(../images/bkgd_sidebox.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	background-color: #D0A055;
	text-align: right;
	padding: 7px 7px 4px 7px;
	border-bottom: solid 1px #D0A055;
}
.content .box .bottom {
	padding: 7px;
}
.content .box .bottom p {
	margin: 0px;
	padding: 0px;
}
.learn_more {
	text-align: right;
	margin-top: 12px;
}
.learn_more a:link {
	color: #98070C;
	text-decoration: none;
}
.learn_more a:visited {
	color: #98070C;
	text-decoration: none;
}
.learn_more a:hover {
	color: #98070C;
	text-decoration: underline;
}
.learn_more a:active {
	color: #98070C;
	text-decoration: none;
}
