@charset "utf-8";
/* CSS Document */

#wrapper #banner {
	clear: both;
	height: 290px;
	margin-right: auto;
	margin-left: auto;
	background-color: #f0f0f0;
	margin-top: 10px;
}
#wrapper #banner #banner_top {
	clear: both;
	height: 60px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #banner #banner_bottom {
	clear: both;
	height: 210px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #content {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background-color: #f0f0f0;
}
#wrapper #content #content_main {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 880px;
	padding-bottom: 20px;
	position: relative;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: justify;
	height: 450px;
}
#wrapper #content #content_main a:hover {
	color: #FF0000;
}

#wrapper #footer {
	clear: both;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #footer #footer_main {
	background-image: url(../images/footer-bgr.gif);
	background-repeat: no-repeat;
	clear: both;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: center;
	padding-top: 90px;
	font-size: 13px;
	height: 60px;
}

body {
	margin: 0px;
	background-color: #f0f0f0;
}
.img_align_right {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
}
.font_big {
	font-size: 25px;
	font-weight: bold;
	color: #FF6600;
}
#wrapper #content #content_main a {
	color: #990000;
}
.img_align_right_2 {
	float: right;
	margin-left: 5px;
}
