#mainer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	clear: both;
	padding-top: 10px;
}
#lefter {
	float: left;
	width: 250px;
	padding-left: 10px;
}
#mainer #lefter #item-nav #lnavbar {
	height: 56px;
	background-image: url(../../Images/proleft-bar.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#mainer #lefter #item-nav #lnavbox a {
	height: 47px;
	display: block;
	background-image: url(../../Images/lmenu-arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px;
	font-size: 14px;
	font-weight: bold;
	text-indent: 50px;
	line-height: 47px;
}


#mainer #righter {
	float: right;
	width: 705px;
	font-size: 14px;
	padding-right: 25px;
	line-height: 1.6em;
	text-indent: 2em;
	padding-top: 10px;
}
#mainer #righter #common-bar {
	background-image: url(../../Images/common-bar.jpg);
	background-position: left top;
	height: 25px;
	font-size: 14px;
	color: #FFF;
	padding-left: 18px;
	padding-top: 6px;
	margin-bottom: 2px;
}

#mainer #righter #mainbox {
	border: 1px solid #E0E0E0;
	padding: 18px;
}


#mainer #righter #mainbox p {
	line-height: 2em;
}
#mainer #righter #mainbox div {
	line-height: 2em;
}

