@import "layout.css";
#content {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	position: relative;
	height: 350px;
}
#content #lcontent {
	width: 250px;
	border-right-width: 1px;
	border-right-style: groove;
	border-right-color: #CCC;
	float: left;
	position: absolute;
	background-color: #FFF;
	height: 350px;
}

#content #rcontent {
	width: 749px;
	float: right;
	height: 350px;
}


#rcontent_border {
	height: 28px;
	width: 300px;
	position: relative;
	background-image: url(../images/septr_orange_bg.png);
	background-repeat: repeat-x;
}

#rcontent_bordertxt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	margin-top: 2px;
	position: absolute;
	margin-left: 90px;
}
#rcontent_contentbox {
	height: 300px;
	width: 675px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

#rcontent_contentbox p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}
#features_bordertxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	width: 64px;
	height: 10px;
	margin-top: 5px;
	margin-left: 75px;
	position: absolute;
}
#rcontent_solbox {
	height: 200px;
	width: 675px;
}
#content #lcontent #features #features_border {
	background-image: url(../images/septr_top.png);
	height: 50px;
	width: 250px;
}
#rcontent_linktxtbox {
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #333;
}
#rcontent_linktxtbox a:hover {
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #06F;
}

