@charset "utf-8";

/*Main -------------------------------------------------*/
body {background: #ccc; font-size: 12px; font-family:arial; color:#000;}
div#Wrapper{ width:900px; margin: 0 auto; }


/* -----------------------------
   STANDARD HTML TAG DEFINITION
-------------------------------- */

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
    border: none;
}


	

/*Headings and classes -------------------------------------------------*/
h1 {font-size: 24px; font-family:calibri,arial; color:#000;}

#greyborder { 
border:1px solid #cccccc; padding:2px;
} 

a.footerlink:link {color: #3badae; text-decoration: none; }
a.footerlink:visited {color: #3badae; text-decoration: none; }
a.footerlink:hover {color: #666; text-decoration: none; }


/*Logo -------------------------------------------------*/
div#Logo{background: url(../images/lf_logo.png); width:300px; height:110px; float:left;}

div#UnderConstruction{width:270px; height:110px; float:right;}
/* div#Menu{background: url(../images/nav_placeholder.jpg); width:510px; height:110px; float:right;} --*/


/*Banner -------------------------------------------------*/
div#BannerImage{margin-top: 10px; width:900px; height:360px; background: url(../images/banner.jpg); background-repeat:no-repeat; float:left;}





/*Content -------------------------------------------------*/
div#ContentHolder{margin-top: 15px; width:900px; height:360px; background: url(../images/content_bg.png); background-repeat: repeat-y; float:left;}
div#Content{width:860px; height:320px; padding:20px; color: #919090; }





/*Footer -------------------------------------------------*/
div#FooterSpacer{width:900px; height:15px; clear:both; }
div#FooterContainer{width:900px; height:40px; clear:both; float:left; margin-left: 0px; }
div#Footer{width:200px; height:20px; float:left; color: black; margin-left: 0px; font-size: 14px; text-align: left; }






