﻿@charset "utf-8";
  /* CSS layout */

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #FFECB4;
/*	border: 1px #FF00FF solid; */
}

#container {
	width: 928px; /* the auto margins (in conjunction with a width) center the page */;
	height: 100%;
	text-align: left; /* this overrides the text-align: center on the body element. */;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFECB4;
/*	background: url('images/lf-background4.jpg') top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	*/
} 

#header {
	width: 928px;
	height: 174px;
	margin-left: 0px;
	margin-right: 0px;
/*	background: url('images/lf-logo.gif') no-repeat 0 25px;
*/
}

#navmenuh {
	width: 520px;
	height: 23px;
	position: relative;
	top: 115px;
	left: 40px;
}

#navmenuv {
	margin: 25px 0 0 52px;
	width: 125px;
	height: 240px;
}

#navmenuf {
	width: 554px;
	height: 10px;
	margin: 0 0 0 188px;
	padding: 0px 0 0 0;
/*	position: relative;
	left: 600px;
	top: -10px; */
}

#headeraddress {
	width: 200px;
	height: 30px;
	position: relative;
	top: 110px;
	left: 690px;
}

#headeraddress h3 {
	font-size: 1em;
	margin: 0 0 0 0;
}

#content {
	width: 554px;
	margin: 0px 0 0 0px;
	float: left;
	background-color: #FFF3D0;
/*	background: url('images/home-content.gif') no-repeat 0 0; */
}

#content-home {
	width: 554px;
	margin: 0px 0 0 0px;
	float: left;
	background-color: #FFF3D0;
	background: url('images/home-content2.gif') no-repeat 0 0;
}

#left-col {
	width: 188px;
	float: left;	
/*	height: 600px; */;
}

#center-col {
	width: 554px; 
/*	height: 440px; */
	margin-left: 0px;
	margin-right: 0px;
	float: left;
}

#right-col {
	font-weight: bold;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: right;
	margin: 20px 0px 0 20px;
	width: 148px; 
	height: 420px;
	float: left; 
}

#left-col-footer {

}

#footer {
	width: 100%;
	height: 44px;
	margin: 0 0 0 0;
/*	border-top: 1px #000000 solid; 
	padding: 4px 0 0 0; */
	background-color: #FFECB4;
	clear: both;  /* Added to force container to expand to bottom of web */
}

#footer-upper {
	width: 100%;
	height: 20px;
	margin: 0 0 0 0;
}

#footer-lower {
	width: 100%;
	height: 17px;
	padding: 5px 0 0 0;
	border-top: 1px #000000 solid;
	margin: 0 0 0 0;
}






