@charset "utf-8";
body {
	background-color: #999999;
}

* {
	margin: 0px;
	padding: 0px;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapper #header {
	background-image: url(../images/Header_01.jpg);
	height: 169px;
}
#wrapper #header img {
	padding-top: 20px;
	padding-right: 25px;
	padding-left: 40px;
}

#wrapper #navigation {
	height: 26px;
	font-size: 12px;
	padding-left: 20px;
	background-image: url(../images/Nav_Bar_01.gif);
	background-repeat: no-repeat;
}
#wrapper #Contents {
	background-image: url(../images/Background_Body.gif);
	background-repeat: repeat-y;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
	padding-bottom: 10px;
}

#wrapper #Contents a {
	color: #000000;
	text-decoration: underline;
}
#wrapper #Contents a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


#wrapper #Contents .gallery {
	background-position: center;
	padding-top: 15px;
}

#wrapper #Contents p {
	font-size: 12px;
	color: #333333;
	text-align: justify;
}
#wrapper #Contents h1 {
	font-size: 18px;
	font-style: italic;
}
#wrapper #Contents h2 {
	font-size: 14px;
	font-style: italic;
	color: #000000;
}
#wrapper #Contents h3 {
	color: #000000;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
#wrapper #Contents h4 {
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
	font-style: italic;
}
#wrapper #Contents h5 {
	color: #006600;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}





#wrapper #footer {
	background-image: url(../images/Footer_01.gif);
	background-repeat: no-repeat;
	height: 62px;
	font-size: 8px;
	text-align: center;
	vertical-align: text-bottom;
	padding-top: 14px;
	clear: both;
}
#wrapper #Contents img {
	padding-right: 5px;
	padding-left: 5px;
}

#wrapper #Contents #Page_txt1 #webcal {
	padding-top: 20px;
	padding-left: 16px;
}
#wrapper #Contents #Page_title {
	padding-bottom: 10px;
}
#wrapper #Contents #Page_left {
	width: 585px;
	padding-right: 7px;
	float: left;
	position: inherit;
}
#wrapper #Contents #Page_right {
	height: auto;
	width: 246px;
	background-color: #BCB8B1;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000000;
	padding: 5px;
	float: right;
	position: inherit;
}

#wrapper #Contents #Page_bottom {
	clear: both;
}

