@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;
	background-color: #271802;
	background-image: url(pictures/site%20pictures/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
}
.oneColFixCtrHdr #container {
	width: 800px;
	margin: 0 auto;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	font-size: 16px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: e55502;
}
.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;
	border-top-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: e55502;
}
.smallFont {
	font-size: 12px;
	color: #FFEA01;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-style: normal;
}
a:link {
	color: #FFEA01;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #FFEA01;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #FFEA01;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #FFEA01;
	text-decoration: underline;
	font-weight: bold;
}
