﻿@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: #FFFFFF;
	background-color: #000000;
/*	border: 1px #FF00FF solid; */
}

#container {
	width: 927px; /* 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: url('images/lf-background6.jpg') top;
	background-repeat: no-repeat;
	background-attachment: scroll;
} 

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

#header-mobile-link {
	width: 100px;
	height: 20px;
	position: relative;
	top: 1px;
	left: 1px;
}

#header-menu {
	width: 520px;
	height: 23px;
	position: relative;
	top: 100px;
	left: 40px;
}

#header-address {
	width: 200px;
	height: 30px;
	position: relative;
	top: 95px;
	left: 690px;
}

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

#navmenuv {
	margin: 0px 0 0 40px;
	width: 200px;
/*	height: 240px; */
}

#navmenuf {
	width: 300px;
	height: 20px;
	position: relative;
	left: 600px;
	top: -10px;
}

#content {
	width: 600px;
	margin: 0px 0 0 25px;
	float: left;
}

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

#right-col {
	width: 187px; 
	height: 400px;
	margin-left: 0px;
	margin-right: 0px;
/*	float: left; */
}

#left-col-footer {
	font-size: 1em;
}

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




