@charset "utf-8";
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-top: 110px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#title {
	height: 50px;
	width: 713px;
	margin-right: auto;
	margin-left: auto;
}

#main {
	width: 713px;
	margin-right: auto;
	margin-left: auto;
}
#main #left {
	float: left;
	width: 40px;
	padding-top: 60px;
}
#main #center {
	width: 713px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #660000;
	border-left-color: #660000;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #660000;
}
#main #right {
	width: 40px;
	float: left;
}
#menu1 {
	height: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../images/menu1_1.jpg);
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
}
#menu2 {
	height: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../images/menu2_1.jpg);
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
}
#menu3 {
	height: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	background-image: url(../images/menu3_1.jpg);
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
}
#menu1 ul, #menu2 ul, #menu3 ul {
	text-align: center;
	display: inline;
	margin-left: -5px;

}
#menu1 li, #menu2 li, #menu3 li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}
.clear {
	display: block;
	clear: both;
}

#menu1 a, #menu2 a, #menu3 a {
	text-decoration: none;
	color: #000000;
}
#maintext {
	background-image: url(../images/bkg_blue.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
}
.float_left {
	float: left;
}
h2 {
	font-size: 1.3em;
}

