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

#rcontent_border {
	background-image: url(../images/septr_orange_bg.png);
	background-repeat: repeat-x;
	height: 29px;
	width: 300px;
	position: relative;
}
#rcontent_bordertxt {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	margin-top: 2px;
	position: absolute;
	margin-left: 110px;
}
#rcontent_contentbox {
	height: 350px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}

#content #lcontent #features #features_border {
	background-image: url(../images/septr_top.png);
	height: 50px;
	width: 250px;
}

#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;
}

