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


div#section_image {
	clear: both;
	padding-top: 10px;
}

div#content_main {
	clear: both;
	padding-top: 20px;
	width: 530px;
	margin-right:15px;
	white-space: normal;
	float: left;
	overflow: hidden;
	padding-bottom: 30px;
}


div#content_sub_ads {
	padding-top: 20px;
	width: 283px;
	float: right;
	text-align: right;
	overflow: hidden;
}

div#content_sub_ads img{
	padding-bottom: 5px;
}

div#content_main h1{
	font-size: 180%;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

div#content_main h2{
	font-size: 100%;
	font-color: #333;
	font-weight: bold;
	text-transform: uppercase;
	padding: 20px 0 10px 0;
}

div#content_main ul{
	padding-left: 30px;
	
}

div#content_main li{
	list-style: disc;
}

img.floatRight{
	float:right;
	margin: 4px;
	width: 150px;

}

