@charset "UTF-8";

#mainarea {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#mainarea #main {
	float: left;
	width: 620px;
	margin-left: 10px;
}


#mainarea #side {
	float: right;
	width: 326px;
	text-align: right;
	margin-right: 4px;
	margin-left: 10px;
	margin-bottom: 30px;
	margin-top: 65px;
}

#top #mainarea #main p {
	margin-left: 15px;
	margin-bottom: 50px;
	width: 585px;
}


#top #mainarea h4 {
	display: block;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2D2C7;
	margin-bottom: 18px;
}

#main h3 {
	background-image: url(../../shared/images/bar_orange.jpg);
	background-repeat: no-repeat;
	background-position: 2px bottom;
	height: 30px;
	margin-bottom: 35px;
}

#mainarea #main_second {
	float: left;
	width: 520px;
	margin-left: 10px;
}


#mainarea #side_second {
	float: right;
	width: 427px;
	text-align: right;
	margin-right: 4px;
	margin-left: 10px;
	margin-bottom: 30px;
	margin-top: 65px;
}

#main_second h3 {
	background-image: url(../../shared/images/bar_orange.jpg);
	background-repeat: no-repeat;
	background-position: 2px bottom;
	height: 30px;
	margin-bottom: 35px;
}