@import"layout.css";
#content {
	width: 1000px;
	height: 500px;
	position: relative;
}
#content #lcontent {
	width: 250px;
	float: left;
	background-color: #FFF;
	height: 500px;
	border-right-width: 1px;
	border-right-style: groove;
	border-right-color: #D2D2D2;
}
#lcontent #why {
	height: 220px;
	width: 250px;
}
#why #why_border {
	height: 40px;
	width: 250px;
	background-image: url(../images/septr_top.png);
}
#why_bordertxt {
}


#content #rcontent {
	width: 749px;
	float: right;
	background-color: #FFF;
	height: 500px;
	position: relative;
}
#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_txt {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	margin-top: 20px;
	padding: 1px;
}
#rcontent_txt a ,a:link,a:visited {
	color: #903;
}
#rcontent_txt a:hover {
	text-decoration: underline;
	color: #FC3;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#why_bordertxt {
	height: 20px;
	width: 149px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	margin-left: 80px;
	margin-top: 4px;
	position: absolute;
	left: 1px;
}
#why_content {
	width: 250px;
	position: relative;
	height: 300px;
	margin-top: 20px;
	overflow: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	margin-left: 75px;
}
#why_content1 {
	height: 150px;
	width: 250px;
	margin-top: 20px;
}

