@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	background-repeat: repeat-x;
	background-color: #990000;
	background-image: url(/images/background.png);
	background-attachment: fixed;
}
#top {
	width: 650px;
	background-repeat: no-repeat;
	margin: auto;
	font-size: 10pt;
	text-align: right;
	background-image: url(/images/top.png);
	height: 39px;
}

#headerBG {
	background-image: url(/images/middle.png);
	text-align: center;
	width: 650px;
	margin: auto;
}
#header_text {
	padding-right: 50px;
	padding-top: 15px;
}


#middle {
	background-image: url(../images/middle.png);
	width: 650px;
	margin: auto;
}
#content {
	margin: auto;
	width: 555px;
	background-image: url(../images/center_bg.png);
	border: 1px solid #000000;
	padding: 10px;
}
#navigation {
	text-align: center;
	line-height: 45px;
	height: 45px;
	position: relative;
	bottom: -5px;
}
#text_content {
	font-size: 14pt;
	text-align: left;
	padding: 10px;
}


#bottom {
	background-image: url(/images/bottom.png);
	margin: auto;
	height: 77px;
	width: 650px;
	text-align: center;
	font-size: 12pt;
	line-height: 35px;
	color: #000000;
}
h2 {
	margin: 0px;
	color: #CC0000;
}
.green_text {
	color: #009900;
}


p {
	margin: 0px;
}
.bold_text {
	color: #CC0000;
}
a:link {
	color: #CC0000;
}
a:visited {
	color: #CC0000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
.pic_border {
	border: 1px solid #000000;
}
#gallery_div {
	text-align: center;
}
#gallery_div img {
	border: 1px solid #000;
}

.sub_text {
	font-size: 12pt;
	font-style: italic;
}
.cont_block {
	border: 1px solid #990000;
	margin-top: 20px;
	height: 118px;
	background-image: url(/images/cont_block_bg.png);
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.cont_block img {
	margin-right: 10px;
}
#navigation a {
	padding: 10px;
	color: #C00;
	text-decoration: none;
}
#navigation a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #900;
}
