@charset "utf-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #452C14;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	background-image: url(images/background.jpg);
}
/*.oneColFixCtrHdr #borders {
	width: 785px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/borders.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}*/
.oneColFixCtrHdr #container {
	width: 675px;
	margin: 0 auto;
	text-align: left;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #734835;
	border-left-color: #734835;
	background-color: #F6EBCF;
}
.oneColFixCtrHdr #header {
	background-color: #F6EBCF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #734835;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	display: none;
}
.oneColFixCtrHdr #mainContent {
	background-color: #F6EBCF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	min-height:1px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #734835;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #F6EBCF;
	font-size: 0.7em;
}
.oneColFixCtrHdr #footer p a:link, .oneColFixCtrHdr #footer p a:visited {color:#D0BF92; text-decoration:none;}
.oneColFixCtrHdr #footer p a:hover { text-decoration:underline;}
.oneColFixCtrHdr #nav {
	text-align: center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #734835;
	height: 30px;
	background-color: #734835;
}
.oneColFixCtrHdr #nav ul{
	display: inline;
	margin: 0px;
}
.oneColFixCtrHdr #nav li{
	display: inline;
	margin: 0px;
	float: left;
}
#contactform {
	border: 1px solid #452C14;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.1em;
}
a:link, a:visited {
	font-weight: bold;
	color: #734835;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #5F0101;
}

