@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #FF0000;
}
#wrapper #banner {
	background-image: url(../images/banner_bgr.png);
	background-repeat: repeat-x;
	clear: both;
	height: 240px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #banner #banner_main {
	clear: both;
	height: 240px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #content {
	background-image: url(../images/content_bgr.png);
	background-repeat: repeat-y;
	clear: both;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-bottom: 70px;
	text-align: justify;
}
#wrapper #content #content_main {
	clear: both;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	font-family: Arial, Helvetica, sans-serif;
	color: #858585;
}
#wrapper #content #content_main a {
	font-weight: normal;
	color: #003399;
	text-decoration: none;
}
#wrapper #content #content_main a:hover {
	text-decoration: underline;
}



#wrapper #footer {
	background-image: url(../images/footer_bgr.png);
	background-repeat: no-repeat;
	clear: both;
	height: 60px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: static;
}
#wrapper #footer #footer_main_left a {
	color: #FFFFFF;
	text-decoration: none;
}
#wrapper #footer #footer_main_left a:hover {
	text-decoration: underline;
}


#wrapper  #footer  #footer_main_left {
	height: 20px;
	width: 500px;
	padding-top: 20px;
	margin-left: 25px;
	float: left;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#wrapper #footer #footer_main_right {
	float: right;
	height: 20px;
	width: 300px;
	margin-right: 25px;
	padding-top: 20px;
	text-align: right;
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.font_red {
	font-weight: bold;
	color: #990000;
	font-size: 20px;
	font-style: normal;
}
.font_grey {
	color: #666666;
}
.flash_align_right {
	float: right;
	margin-right: 300px;
}
.img_align_right {
	float: right;
	margin-left: 20px;
}
.img_align_left {
	float: left;
	margin-right: 20px;
}
.font_italic {
	font-style: italic;
	text-indent: 20px;
	display: block;
}
