body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	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-size: 14px;
}
.twoColFixLtHdr #container {
	background: #dad8c1 url(../images/SFL_MainBG_07.jpg) repeat-y;
	width: 850px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	width: 850px;
	height: 205px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #dad8c1;
	background-image: url(../images/SFL_Header_v2_02.jpg);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #header h1 { margin: 0 0 0 -8000px; padding-top: 10px; padding-right: 0; padding-bottom: 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 { float: left; /* since this element is floated, a width must be given */
	width: 191px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #670001 url(../images/SFL_navbg.jpg) no-repeat; min-height: 640px; }
.twoColFixLtHdr #mainContent {
	background-color: #dad8c1; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 215px;
} 
.twoColFixLtHdr #footer {
	background:#6c5938;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #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;
	color: #DAD8C1;
	font-size: 10px;
	text-align: center;
}
.twoColFixLtHdr #footer a {
	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;
	color: #DAD8C1;
	font-size: 10px;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#sidebar1 ul { color: #dad8c1; font-family: "Times New Roman", Georgia, Times, serif; margin: 0; padding: 20px 20px 0; list-style-type: none; }
#sidebar1 li { background-image: url(../images/navseperator_08.gif); background-repeat: no-repeat; background-position: 50% 26px; text-align: center; padding-bottom: 30px; }
#sidebar1 a { color: #dad8c1; text-decoration: none; }
#sidebar1 a:hover { color: #6c5938; }
#mainContent h1 {
	color: #670C00;
	font-family: "Times New Roman", Times, serif;
}
#mainContent h2 {
	color: #670C00;
	font-family: "Times New Roman", Times, serif;
}
#mainContent a {
	color: #670C00;
	font-weight: normal;
}
#mainContent a:hover {
	color: #A5A692;
	font-weight: normal;
}
#galleryset {
	color: #5A481A;
	list-style-type: none;
}
#galleryset li {
	padding-bottom: 40px;
}
p.photo a, p.thumb a, ul.thumbnails a {
	display: block;
	float: left;
	padding: 0px;
	text-align: center;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	border: 3px solid #DAD8C1;
}
p.photo a:hover, p.thumb a:hover, ul.thumbnails a:hover {
	background-color: #DAD8C1;
	border: 3px solid #999985;
}
p.thumb, ul.thumbnails {
	padding: 0;
	float: left;
	text-align: center;
	background-color: #DAD8C1;
	line-height: 1em;
	list-style: none;
	border: 3px solid #DAD8C1;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	display: block;
}
.galbox {
	height: 200px;
	margin-bottom: 10px;
}
.bolder {
	font-weight: bold;
}
#fb {
	display: block;
	float: right;
	height: 60px;
	width: 60px;
	position: relative;
	top: 540px;
	right: 20px;
}
