@charset "utf-8";
/* CSS Document */

div#content_right
{
	/*border: 1px solid blue;*/
	height: 670px;
	margin-top: 30px;
	background-image: none;
	
}

div#middle_content
{
	margin:0 auto;
	width: 908px;
	margin-top: 2px;
	height: auto;
	background-image: url(../img/content_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

div#content_left
{
	height: auto;
}

div#content_left li
{
	margin-left: 40px;
	font-size: 0.9em;
	list-style: disc;
	line-height: 1.5em;
}

div#content_left h4
{
	margin-left: 10px;
 	font-weight: bold;
}

div#list_1, div#list_2, div#list_3, div#list_4
{
	width: 152px;
	float: left;
}

div#list_1 li, div#list_2 li, div#list_3 li, div#list_4 li
{
	margin-left: 32px;
}

