html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family : Georgia, Times, serif;
	text-align: center;
	font-size: .9em;
	color: #000000;
	background: url(Images/back.gif);
}
#main {
	width: 94%;
	min-width: 775px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background: url(Images/left-side.gif) repeat-y;
}
#main-two {
	background: url(Images/right-side.gif) repeat-y top right;
}
#frame-top-left {
	height: 7px;
	margin-left: auto;
	margin-right: auto;
	background: url(Images/top-left.gif) no-repeat left top;
}
#frame-top-center {
	height: 7px;
	margin-left: 7px;
	margin-right: 7px;
	background: url(Images/top-center.gif) repeat-x;
}
#frame-top-right {
	height: 7px;
	margin-left: auto;
	margin-right: auto;
	background: url(Images/top-right.gif) no-repeat right top;
}
#header-main {
	position: relative;
	height: 115px;
	min-width: 750px;
	margin-left: 7px;
	margin-right: 7px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #BEBA23;
}
#header {
	position: relative;
	height: 65px;
	min-width: 750px;
	margin-left: 7px;
	margin-right: 7px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #BEBA23;
}
#page_title {
	position: relative;
	height: 1.5em;
	color: #ADA912;
	text-align: left;
	font-weight: bold;
	font-size: 1.3em;
	top: 25px;
	line-height: 1.5em;
	padding-right: 20px;
	padding-top: 5px;
	padding-left: 25px;
	margin-right: 75px;
	float: right;
}
#inner-main {
	position: relative;
 	min-height: 400px; 
	min-width: 750px;
	margin-left: 7px;
	margin-right: 7px;
	vertical-align: top;
	padding-bottom: 20px;
	background: url(Images/contentback.gif);
}
#top_nav {
	position: relative;
	top: 3px;
	height: 1.3em;
	text-align: center;
}
#content {
	vertical-align: top;
	min-height: 420px;
	font-size: .9em;
	text-align: left;
	color: #000000;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-left: 25px;
	margin-bottom: 20px;
	border: 1px solid #BEBA23;
	background-color: #FCFCFC; 
	margin-right: 25px;
}
#content ul {
	padding-left: 25px;
	list-style: disc inside;
}
#content li {
	font-size: 1.2em;
	list-style: disc;
	left: 15px;
}
#frame-bottom-left {
	height: 7px;
	margin-left: auto;
	margin-right: auto;
	background: url(Images/bottom-left.gif) no-repeat left top;
}
#frame-bottom-center {
	height: 7px;
	margin-left: 7px;
	margin-right: 7px;
	background: url(Images/bottom-center.gif) repeat-x;
}
#frame-bottom-right {
	height: 7px;
	margin-left: auto;
	margin-right: auto;
	background: url(Images/bottom-right.gif) no-repeat right top;
}
.spacer {
	clear: both;
	height: 0px;
}
p {
	text-align: left;
	font-size: 1.1em;
	color: #585858;
	margin: 10px;
	width: auto;
	min-width: 120px;
}
img {
	border: 0px;
}
.page-left {
	width: 25%;
	float: left;
	text-align: left;
	font-size: .9em;
	font-weight: bold;
}
.page-right {
	width: 65%;
	float: right;
	font-size: .9em;
	font-weight: bold;
}
#Gallery-List {
	font-size: 1.0em;
	font-weight: bold;
	padding-left: 35px;
}
#content ul{
	margin-left: 10px;
	padding-left: 10px;
}
#contact-left {
	width: 45%;
	float: left;
	font-size: .9em;
	font-weight: bold;
}
#contact-right {
	width: 45%;
	float: right;
	font-size: .9em;
	font-weight: bold;
}
#contact-textarea{
	text-align: left;
	margin-top: .5em;
	font-size: .9em;
}
Input{
	background-color: #EEEEEE;
	font: Verdana,san-serif;
	border : solid 1px #989898;
	background-image:url("Images/input_fade.png");
	background-position: top left;
	border-style: inset;
	-moz-border-radius: 3px;
}
Input:focus{
	background-image:url("Images/b.gif");
}
Select{
	background-color: #EEEEEE;
	font: Verdana,san-serif;
	font-size: 1.0em;
	border : solid 1px #989898;
	background-image:url("Images/button-off.png");
	background-position: bottom left;
	border-style: inset;
	-moz-border-radius: 3px;
}
TextArea{
	background-color: #EEEEEE;
	font: Verdana,san-serif;
	border : solid 1px #989898;
	background-image:url("Images/input_fade.png");
	background-position: top left;
	background-repeat: repeat-x;
	border-style: inset;
	-moz-border-radius: 3px;
}
TextArea:focus{
	background-image:url("Images/b.gif");
}
input.Submit {
	font-weight: bold;
	font-size: .8em;
	border: 2px solid #000066;
	border-style: outset;
	background-image:url("Images/button-off.png");
	background-position: bottom left;
	margin-top: 5px;
	-moz-border-radius: 5px;
}
input.Submit:hover{
	background-image:url("Images/button-on.png");
	background-position: bottom left;
}
input.Submit:active{
	background-image:url("Images/button-down.png");
	background-position: top left;
}
.message {
	color: #CC0000;
	font-weight: bold;
}
.Normal { 
	font-weight: normal;
}
.Bold { 
	font-weight: bold;
}
.BoldItalic { 
	font-weight: bold;
	font-style:italic;
}
.BoldLargeNavy { 
	font: 1.2em; 
	font-weight: bold;
	color: #000080;
}
.BoldSmall { 
	font: .9em; 
	font-weight: bold;
}
.BoldUnderline {
	font-weight: bold;
	text-decoration:underline;
}
.smallbold {
	font-size: .8em;
	font-weight : bold;
}
.small {
	font-size: .8em;
}
h1 {
	font: bold 1.2em;
}
h2 {
	font: bold 1.3em; 
	background-color: transparent;
}
h3 {
	font: bold 2.1em;
	font-variant : small-caps;
}
Span.super {
	font: bold .75em;
	vertical-align : super;
}
ol {
	font-size: .9em;
}
a:link{
	color: #800000;
}
a:visited{
	color: #800000;
}
a:hover{
	color: #F78D8D;
}
a:active{
	color: #F78D8D;
}
#pagefooter {
	text-align: center;
	width: 99%;
	margin-top: 10px;
	bottom: 5px;
}
.tteddo {
	font-size:.6em;
	font-weight: bold;
	font-style : italic;
	text-decoration: none;
}
#pagefooter a:visited, #pagefooter a:link {
	color: #111111;
}
#pagefooter a:hover, #pagefooter a:active {
	color: #B00000;
}