﻿#page-background {position:fixed; top:0; left:0; width:100%; height:100%;}
#content {position:relative; z-index:1; }

body {
	font-family:  Segoe UI, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	background: url(images/bg6.png) top center repeat-y;
	background-color: #9C533D;
	text-align: justify;
	margin: 0 auto 31px auto;
	width: 100% auto;
	height: 100% auto;
	text-align: justify;
	color: #000;
	border: 0;
	padding:0; height: 100%;
}

#top_nav {
	padding: 6px 10px 8px 0;
	width: 100% auto;
	background: url(img/top_shadow.png) bottom repeat-x;
	color: #999999;
	font-size: 11px;
	text-align: right;
}
#top_nav a {
	color: #999999;
	font-size: 10px;
	font-weight: bold;
}
#top_nav a:hover {
	color: #FF9900;
}

#wrapper {
	background: transparent;
	width: 798px;
	/*margin: 0 auto;*/
	margin: 0 auto 31px auto;
	height: 100%;
	padding: 0px;
}

#header {
	width: 100% auto;
	margin: 0 auto;
	padding: 0 auto;
	border-bottom: 0px solid #fff;
	padding-bottom: 0px;
	font-size: 24px;
}

#header img {
  height: 230px;
  width: 798px;
}

#content {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	height: 100% auto;
	width: auto;
	margin: 0px 0 -31px 0px;
	padding: 15px 25px 10px 25px;
	text-align: justify;
	line-height: 1.1em;
	background: #fff;
}

iframe {
width: 742px;
height: 840px;
}

#nav {
	width: 100% auto;

}

#menu {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}

#footer {
	width: 798px;
	margin: 0 auto;
	padding: 20px 0 5px 0;
	background: #F9F9F9 url(images/top_shadow.png) repeat-x;
	font-size: 10px;
	text-align: center;
	clear: both;
}

#footer img{margin-bottom: -7px; }

#footer_hack {
	clear: both;
}
#footer_float { /* This keeps the footer to the bottom of the page when there's not enough content to fill it. */
	height: 100%;
	min-height: 100%;
	margin-bottom: -31px;
}
p {
	font-size: 12px;
	line-height: 1.2em;
}

hr {width: 650px; margin: 0; padding: 0;}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
	margin: 0 0 20px 0;
}

h1 { color: #561511; font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 12px; font-style: italic;}


.break {
	clear: both;
}

a img { border: none; }

a {
	color: orange;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}


blockquote {
display:block !important;
padding:10px 20px;
text-align:justify;
font-family:Georgia, Times, "Times New Roman", serif;
}

blockquote p {
font-style:italic;
color:#000;
display:inline;
}

blockquote p:before,
blockquote p:after {
color:#561511;
line-height:0;
font-size:6em;
}

blockquote p:before {
content: open-quote;
padding-right:10px;
vertical-align:-27px;
}

blockquote p:after {
content: close-quote;
font-size:5em;
line-height:.3;
vertical-align:-37px;
} 

.quote{
	font-size: 14px;
}

.col1, .col2 {
	width: 310px;
	float: left;
}

.col1 {
	margin-right: 40px;
}

.clearit{
	clear: both;
}

.imageleft {
	float: left;
	margin-right: 15px;
}

.imageright {
	float: right;
	margin-left: 15px;
}
