@charset "utf-8";
body {
	font-family:Georgia, "Times New Roman", Times, serif;
}

.bodytext {
	padding: 15px;
	width:858px;
	margin:0 auto;
	background-color:#F3F3F3;
	background-image:url(images/body_back_image.jpg);
	background-repeat:repeat-x;
	min-height:440px;
}
.bodytext2 {
	font-size:12px;
	padding: 15px;
	width:858px;
	margin:0 auto;
	background-color:#F3F3F3;
	background-image:url(images/body_back_image2.jpg);
	background-repeat:repeat-x;
	min-height:430px;
}
.bodytext img {
	padding:20px;
}
.innertext {
	line-height:22px;
	font-size:120%;
	padding:10px;
}
.innertext img {
	border:1px solid #666;
	margin:5px;
	padding:1px;
}

.bodycenter {
	width:800px;
	min-height:275px;
	margin: 0 auto;
	background-color:#FFF;
}
.header {
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	height: 138px;
}
.mainmenu {
	background-image: url(images/menu_back.jpg);
	background-repeat: no-repeat;
	padding-top:10px;
	height: 45px;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}
.mainmenu a {
	padding:7px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top:15px;
	color:#000000;
	text-decoration:none;
}
.mainmenu a:hover {
	text-decoration:underline;
}
.footer {
	background-image: url(images/footer_back.jpg);
	background-repeat: no-repeat;
	padding:8px;
	height: 90px;
	color:#FFFFFF;
	text-align:center;
	font-size:70%;
}
.footer_text {
	margin-top:25px;
	}
.footer_text a:link {
	color:#FFFFFF;
	text-decoration:underline;
}
.footer_text a:visited {
	color:#FFFFFF;
}
.footer_text a:recent {
	color:#FFFFFF;
}
	
