@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}
body {
	-webkit-text-size-adjust: none;
	height: 100%;
	font-family: Calibri, Optima;
	color: #000;
	margin: 0px;
	background-image: url(../images/background.jpg);
}
#container {
	min-height: 100%;
	width: 968px;
	margin: 0 auto 0 auto;
	background-image: url(../images/background.jpg);
}
#main {
	overflow: auto;
	padding-bottom: 100px;
}
a:link {
	color: #06F;
}
a:visited {
	color: #06F;
}
a:hover {
	color: #06F;
}
a:active {
	color: #06F;
}
#header01 {
	width: 908px;
	height: 80px;
	float: left;
	margin-top: 20px;
	margin-left: 30px;
}
#header02a {
	background-color: #CCC;
	margin: 120px auto 0 auto;
}
#header02a ul {
	margin: 0;
	list-style-type: none;
	padding-top: 25px;
	padding-bottom: 10px;
	padding-left: 34px;
	padding-right: 34px;
}
#header02a ul li {
	float: left;
	list-style-type: none;
	text-align: center;
	width: 300px;
}
#header02a a {
	font-size: 18px;
	color: #000;
	text-decoration: none;
	display: inline;
}
#header02b {
	background-color: #CCC;
}
#header02b ul {
	margin: 0;
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-left: 34px;
	padding-right: 34px;
}
#header02b ul li {
	float: left;
	list-style-type: none;
	text-align: center;
	width: 300px;
}
#header02b a {
	font-size: 18px;
	color: #000;
	text-decoration: none;
	display: inline;
}
img.left {
	display: block;
	margin-left: 0px;
	margin-right: auto;
}
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.right {
	display: block;
	margin-left: auto;
	margin-right: 0px;
}
span.current_page {
	color: #943634;
}
#footer {
	position: relative;
	width: 968px;
	margin: -60px auto 0 auto;
	clear: both;
}
#footer p {
	font-size: 14px;
	text-align: center;
	padding-top: 5px;
	line-height: 2.0;
}