@charset "utf-8";
/* CSS Document */

#image_main {
	height:229px;
	background-image:url(../images/general.jpg);
}


#main_content_left {
	float:left;
	width:635px;
	height:auto;
	padding-bottom:20px;
	font-size:16px;
}

#main_content_left h1 {
	float:left;
	width:635px;
	height:auto;
	background-image:url(../images/sub_black.png);
	background-repeat:repeat-x;
	background-position:bottom;
	font-size:23px;
	color:#282828;
	text-transform:uppercase;
	padding-bottom:20px;
	margin-bottom:20px;
	font-weight:normal;
}

#main_content_right {
	float:right;
	width:325px;
	height:auto;
	padding-bottom:20px;
	font-size:14px;
	color:#282828;
}

#main_content_right h1 {
	float:left;
	width:325px;
	height:auto;
	background-image:url(../images/sub_grey.png);
	background-repeat:repeat-x;
	background-position:bottom;
	font-size:23px;
	color:#282828;
	text-transform:uppercase;
	padding-bottom:20px;
	margin-bottom:20px;
	font-weight:normal;
}
