@charset "utf-8";
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;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
	background-image: url(images/top.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/images/index-02_01.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #header {
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 200;
	height: 343px;
	vertical-align: top;
}
.btmborder {
	background-image: url(img/wood.jpg);
	height: 54px;
	width: 100%;
}

#nav {
	width: 1000px;
	height: 37px;
	font-family: "Freestyle Script", Pristina, cursive;
	color: #000000;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
	padding-top: 5px;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #952C00;
	border-left-color: #952C00;
}
.oneColFixCtrHdr #footer {
	background-image: url(img/nav_bg.jpg);
	height: 37px;
	padding-top: 5;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.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: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
}

#nav a { 
	color:#000000;
	text-decoration:none;
}

#footer a {
	color:#952C00;
	text-decoration:none;
}

#footer p a {
	color:#000000;
	text-decoration:none;
}

#mainContent a {
	color:#952C00;
	text-decoration:underline;
}
h2 {
	font-size: 20pt;
}
.top {
	background-image: url(img/top_bg.gif);
	height: 52px;
}
