/* Layout Styles */
h1, h2, h4 {
	margin: 0em;
	padding: 0em;
	line-height: 1.25em;
	font-weight: bold;
	color: #622E0D;
}
h1 {
	font-size: 135%;
}
h2 {
	font-size: 75%;
}
h3 {
	font-size: 90%;
	margin: 0em;
	padding: 0em;
	line-height: 1.25em;
	font-weight: bold;
	color: #000000;
}
h4 {
	font-size: 100%;
}

body {
	margin: 0% auto;
	padding: 75px 0% 0%;
	background: #3B1801 url(../images/sfl_backgrd-2.jpg) repeat-x center top;
	text-align: center;
	font: 100%/1em Arial, Helvetica, sans-serif;
	color: #311706;
}
#wrapper {
	background: #F7F2E3;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#navigation {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 9 !important;
	margin: 0px;
	padding: 0px;
	background: #424238 url("../images/backgrds/navigation.jpg") repeat-x left top;
	height: 18px;
	color: #F7F2E3;
}
#masthead {
	margin: 0px;
	padding: 0px;
	background: #424238;
}
#masthead_image {
	margin: 0px 0px 0px 0px;	
	padding: 0px;
	background: #424238;
	clear: left;
}

#footer {
	font-size: 70%;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
	height: 30px;
	clear: left;
	background: #424238 url("../images/backgrds/footer.jpg") repeat-x left top;
	color: #F7F2E3;
}

#footer a:link, a:active {
	text-decoration: none;
	color: #F7F2E3;
	font-weight: bold;
}

#footer a:visited {
	text-decoration: none;
	color: #F7F2E3;
	font-weight: bold;
}

#footer a:hover{
	text-decoration: underline;
	color: #F7F2E3;
	font-weight: bold;
}

#footer_left {
	margin: 0px;
	padding: 0px;
	width: 325px;
	float: left;
}
#footer_right {
	margin: 0px;
	padding: 10px 0px 0px 345px;
}
#addresses p {
	float:left;
	padding: 0px 5px 20px 55px;
	line-height:14px;
}