@charset "utf-8";

html, body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FF0000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

div#container {
	width: 970px;
	position:relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#header {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 294px;
	background-image: url(images/header_background.png);
}
div#logo {
	height: 216px;
}
#logo span {
	display: none;
}

div#menu {
	height: 78px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 185px;
}

div#menu a {
	text-indent: -10001px;
	display: block;
	width: 160px;
	height: 78px;
	float: left;
}



div#middle {
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-image: url(images/middle_background.png);
	background-repeat: repeat-y;
	background-position: center;
}
div#content {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 145px;
	margin-bottom: 0px;
	margin-left: 145px;
	padding-top: 25px;
	padding-right: 160px;
	padding-bottom: 25px;
	padding-left: 25px;
	background-image: url(images/content_background.png);
	background-repeat: no-repeat;
	color: #6c0000;
}
div#content a {
	color:#990000;
}
.heading  {
	display: none;
}
.heading_text {
	background-image: url(images/heading_text.png);
	height: 55px;
	width: 438px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.about {
	background-image: url(images/about.png);
	height: 51px;
	width: 141px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



div#footer {
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	position:relative;
	margin-bottom: 0px;
	background-image: url(images/footer_background.png);
	height: 104px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
div#sidebar {
	position: absolute;
	height: 1219px;
	width: 394px;
	top: 0px;
	left: 665px;
	background-image: url(images/sidebar.png);
}
div#top_swirl {
	background-image: url(images/top_swirl.png);
	height: 450px;
	width: 200px;
	position: absolute;
	left: -55px;
	top: -1px;
	z-index: 1;
}

.gallery_row {
	margin-top: 10px;
	height: auto;
	overflow: auto;
}
.gallery_thumb {
	float: left;
	padding-right: 15px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
