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

#container {
	width: 968px;
	background: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	margin-top: 0px;
	height: 590px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#banner{
	height: 40px;
	width: 563px;
	background-image: url(image/banner.jpg);
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 15px;
	padding-left: 405px;
}

#main_image{
	height: 376px;
	width: 968px;
	background-image: url(image/main.jpg);
}

#left_column {
	float: left;
	width: 316px;

}

#column_container {
	width: 652px;
	float: left;
}

#right_column {
	float: right;
	width: 316px;
}

#center_column {
	width: 316px;
	margin-left: 10px;
}

#footer {
	width: 968px;
	height: 30px;
	background-image: url(image/footer.jpg);
	margin-top: 120px;
	margin-bottom: 90px;
}

#main_text h3{
	font-size: 120%;
	color:#000000
}

#main_text h4{
	font-size: 100%;

}

#main_text p{
	font-size: 90%

}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #999999;
	margin: 0;
	padding: 0;
}

