﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url('../images/background.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 620px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;
	border: 2px solid #FFBA39;
}
#masthead {
	text-align: center;
	width: 600px;
	padding: 10px;
	border: 1px solid #FFBA39;
	background-image: url("../images/masthead.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#navigation {
	border-style: solid;
	border-width: 1px 1px .5px 1px;
	border-color: #FFBA39;
	position: relative;
	float: left;
	width: 130px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content {
	float: left;
	width: 470px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#gallery {
	width: 100%;
}
#footer {
	text-align: center;
	clear: both;
	width: 618px;
	border: 1px dotted #FFBA39;
}
/* Masthead Styles */
#masthead h1 {
	color: #FFBA39;
}
#masthead h3 {
	color: #FFBA39;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	background-color: #518562;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFBA39;
}
#navigation a {
	color: #FFBA39;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#navigation a:hover {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #000000;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #808080;
	text-decoration: underline;
}
#footer a:hover {
	color: #518562;
	text-decoration: none;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #FFBA39;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.mainImg {
	padding: 5px;
	border: 1px solid #000000;
	width: 320px;
	height: 190px;
}
.smallCD {
	padding: 5px;
	border: 1px solid #000000;
	width: 160px;
	height: 160px;
}
.formField {
	width: 350px;
}
.formName {
	float: left;
	width: 20%;
}
.centerit {
	text-align: center;
}
.smImageBorder {
	margin: 5px;
	padding: 5px;
	border: 1px solid #000000;
	height: 94px;
}
.smImagestyle {
	margin: 5px;
	padding: 5px;
	border: 1px solid #000000;
	height: 94px;
}
.borderNo {
	border-width: 0px;
}
.clearIt {
	clear: both;
}
.signature {
	font-size: x-small;
}
.navImg {
	border: 1px solid #FFBA39;
}
