@import "null.css";
@import "common.css";


#totalLeftContent {
	width: 100%;
	background: #e0b110;
	
}
#totalLeftContent .content {
	width: 990px;
	margin: 0px auto;
	background: #e0b110;
	padding-bottom: 23px;
}
#boxes_right {
	width: 100%;
	background: #f0f0f0;
	border-top: 1px solid white;
}
#boxes_right .content {
	width: 990px;
	margin: 0px auto;
	background: #f0f0f0;
	border-top: 1px solid white;
	margin-top: -1px;
	padding-top: 37px;
	padding-bottom: 29px;
}

.box h4 {
	padding: 0px;
	margin: 0px;
}
.FP_fulltextBox {
		margin-left: 304px;
}
#navigation {
	width: 610px;
	padding-left: 360px;
	padding-top: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #292929;
	padding-bottom: 2px;
}
#navigation a {
	padding-right: 12px;
	background: url('../../images/sip.gif') no-repeat right center;
	margin-right: 3px;
	font-weight: bold;
	color: white;
}

#content {
	width: 630px;
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	background: url('../../images/main-content-bg.gif') no-repeat left top white;
	min-height: 340px;
	position: relative;
}
#content .mainContentCleaner {
	height: 15px;
	width: 630px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: url('../../images/main-content-bg-bottom.gif') no-repeat left top white;
}
#content .bodyOfMainContentCleaner {
	height: 15px;
}
#bodyOfMainContent {
	padding: 20px;
	padding-bottom: 10px;
	padding-top: 13px;
}
#bodyOfMainContent h1 {
	padding-bottom: 15px;
}
#boxes_left {
	float: left;
	width: 307px;
}


#boxes_right .box {
	width: 610px;
	padding-right: 20px;
	float: right;
}
#boxes_right .box h4 {
	font-weight: normal;
	font-size: 30px;
	line-height: 30px;
	padding-bottom: 30px;
}
#boxes_right .box.small {
	width: 320px;
	float: left;
	padding-left: 20px;
}
#boxes_right .box.small h4 {
	font-size: 24px;
	line-height: 24px;
	padding-top: 6px;
	width: 250px;
}
#boxes_right .box.small .boxContent {
	width: 250px;
} 
