@charset "UTF-8";
body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #663333;
	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;
}


p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	color: #330000;
}
a:link {
	color: #663300;
	text-decoration: none;
}
a:hover {
	color: #993300;
}
a:visited {
	color: #996600;
	text-decoration: none;
}

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	
	/*background: #FFFFFF; */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height: 183px;
	background: #DDDDDD url(../images/barefoot_header.jpg);
	border:thin, solid, #330000;
	padding: 0 0 10px;
	margin: 0;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #330000;
}
.oneColFixCtrHdr #header h1 {
	margin: 0px; /* 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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 10px 20px 0;
	background: #FFFFFF url(../images/parchment_tile_780px.jpg) repeat;
	margin: 0px;
	height: auto;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px 15; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	clear: both;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#left_nav box ul li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bolder;
	color: #330000;
	line-height: 24px;
	list-style-position: outside;
	list-style-type: disc;
	left: 0px;
}
#left_nav_box a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: bolder;
	text-decoration: none;
	color: #330000;
}
#left_nav_box a:visited {
	color: #663300;
}



#left_nav_box ul li ul {
	margin-left: -10px;
	list-style-type: none;
} 


#left_nav_box ul li ul li {
	margin-left: -10px;
	
} 


 
#left_nav_box ul li ul li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #330000;
	line-height: 13px;
	
	
	margin-left: -5px;
}

#left_nav_box ul li ul li a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #330000;

	
	
	
}


#left_nav_box ul li ul li a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #993300;
	
	
}




#left_nav_box p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #660000;
}
.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 */
	text-align: center;

}

#left_nav_box {
	padding: 5px;
	height: auto;
	width: 155px;
	left: -10px;
	top: 0px;
	clear: right;
	float: left;
	position: relative;
}

#main_text {
	border: thin none #993300;
	height: auto;
	width: 570px;
	left: 150px;
	top: 10px;
	float: right;
}
.image_float_right {
	clear: left;
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
	border: 3px double #660000;
}


.image_float_left {
	clear: right;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	border: 3px double #660000;
}
