body{
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	background: #CCBC89 url('images/background.jpg') center top repeat-y;
	color: #666;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #8D273D;
}

a:hover, a:focus, a:active {
	color: #000;
	text-decoration: none;
	background-color: #DCE9EF;
}

#banner {
	position: relative;
	width: 972px;
	height: 202px;
	margin: 0px auto;
	background: transparent url('images/banner3.jpg') left top no-repeat;
}

#navigation {
	position: absolute;
	bottom: 0px; right: 144;
	/* width: 972px; 
	height: 2.2em;
	margin: 0px auto;*/
	background-color: transparent;
}

#navigation ul {;
	list-style-type: none;
	list-style-position: inside;
	padding: 0px;
	margin: 0px;
}

#navigation li {
	float: left;
	margin: 0 4px;
	text-align: center;
	font-size: 0.875em;
	font-weight: bold;
	border: 1px solid #8D273D;
	border-bottom-color: #CCC;
	padding: 4px 8px;
	background-color: #FFF;
}

li.this_page {
	border-bottom: 1px solid #FFF !important;
	color: #8D273D !important;
}

#navigation li a:link, #navigation li a:visited {
	color: inherit;
	text-decoration: none;
}

#navigation li a:hover, #navigation li a:focus {
	color: #8D273D;
	border-bottom: 1px solid #8D273D;
	background-color: #FFF;
}

#content {
	position: relative;
	width: 588px;
	margin: 0px auto;
	text-align: left;
	background-color: #FFF;
	padding: 12px 360px 12px 24px;
	line-height: 1.2em;
}

h1 {
	font-size: 1.25em;
	margin-top: 0px;
}

h2 {
	font-size: 1.125em; 
}

h3 {
	font-size: 1em;
}

form {
	line-height: 1.4em;
}

#gallery {
	position: absolute;
	top: 24px; right: 24px;
	padding: 0;
	width: 312px;
	border: 1px solid #CCC;
	background-color: #DCE9EF;
	text-align: center;
	font-size: 0.75em;
}

#gallery p {
	padding: 6px;
	margin: 0px;
}

#gallery img {
	margin: 5px 5px 72px;
}

#gallery iframe {
	padding: 0px 6px 6px;
}

#footer {
	width: 964px;
	overflow: show;
	margin: 0px auto;
	padding: 4px;
	background-color: #FFF;
	line-height: 1.25em;
	font-size: 0.75em;
	text-align: left;
	border-top: 1px solid #CCC;
}

#logo {
	float:left;
	margin: 0 12px 0 0;
}

#footer p {
	margin: 0.5em;
}

#sub_footer {
	width: 964px;
	margin: 0px auto;
	padding: 8px 16px;
	font-size: 0.625em;
	background: #CCBC89 url('images/base.jpg') top left no-repeat;
}

.alert {
	text-align: center;
	color: #8D273D;
}
.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.clear {
	clear: both;
}