@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: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	vertical-align: top;
	background-color: #E0D5C1;
}
#page {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	vertical-align: top;
	display: block;
}
#mainContent {
	background-image: url(../images/Outlaw-Jones-Website_07.jpg);
	margin: 0px;
	background-repeat: no-repeat;
	background-position: left top;
}#page #header {
	background-image: url(../images/Outlaw-Jones-Website_01.jpg);
	padding: 0px;
	height: 197px;
	width: 1000px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 56px;
	margin-left: 0px;
}
#page #navigation {
	margin: 0px;
	padding: 0px;
	height: 56px;
	display: block;
	width: 1000px;
	position: absolute;
	top: 198px;
}
#page #navigation table {
	margin: 0px;
	padding: 0px;
}
#page #mainContent #bodyText {
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 10px;
}
#page #navigation .navItem {
	margin: 0px;
	padding: 0px;
	clear: none;
	float: left;
	display: block;
}
#page #navigation .navItem a {
	margin: 0px;
	padding: 0px;
}
#page #footer {
	text-align: center;
	width: 1000px;
	height: 25px;
	background-color: #4D2808;
	display: block;
}
#page #footer .footerNavItem {
	display: inline;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 35px;
	font-size: 0.9em;
	font-weight: bold;
}
#page #footer .footerNavItem a:link, #page #footer .footerNavItem a:visited, #page #footer .footerNavItem a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#page #footer .footerNavItem a:hover {
	color: #D5C586;
	text-decoration: none;
}
#page #mainContent #bodyText h1 {
	color: #563016;
}
#page #mainContent #bodyText h2 {
	color: #A04500;
	margin-top: 10px;
	margin-bottom: 5px;
}
#page #mainContent #bodyText p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#page #footer .verticalSpace {
	margin-top: 7px;
	display: block;
}

