@charset "UTF-8";
/* CSS Document */


/*########################*/
/*##### HTML ELEMENTS ####*/
/*########################*/


html, body {
	margin:0; padding:0;
	height:100%;
}

body {
	font-family:Georgia, Times, serifs;
}




/*########################*/
/*##### NAVI ELEMENTS ####*/
/*########################*/


#navigation {
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	list-style:none; 
	text-align:right;
	text-transform:uppercase;
	
}
#navigation li {
	line-height:24px;
}

#navigation a:link,#navigation a:visited, #navigation a:active {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

#navigation a:hover {
	color:#666;
	text-decoration: none;
}

.navBox {
	width:160px;
	position:absolute;
	right:0;
	margin:4px 16px 20px;
}




/*########################*/
/*##### PAGE ELEMENTS ####*/
/*########################*/


#floater {
	position:relative; float:left;
	height:50%;	margin-bottom:-210px;
}
 
#centered {
	position:relative; clear:left;
	height:420px; width:700px; min-width:400px;
	margin:0 auto;
}

#overall {
	width:700px; 
	height:400px; 
	background-image:url(_img/lb_home.jpg); 
	background-position:top left; 
/*	margin:20px auto 0; */
	position:relative;
	border: #999 solid 1px;
}

#content {
	left:390px;
	top:160px;
	width:148px;
	height:148px;
	position:absolute;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	line-height:15px;
	text-align:left;
}

#content a:link, #content a:visited, #content a:active {
	color:#F0F;
	font-weight:bold;
}

#content a:hover {
	color:#666;
	text-decoration:underline;
}


#newsquote {
	display:block;
	width:220px;
	position:absolute;
	left:310px;
	margin:8px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:15px;
	color: #FFF;
}

#fbBox {
	width:120px;
	position:absolute;
	right:0;
	top:300px;
	margin:0px 10px;
}


#footer {
	color:#666;
	font-family:Verdana, Geneva, sans-serif;
	width:700px;
	margin:4px auto;
	font-size:10px;
	text-align:center;
}
#mm-link {
	height: 136px;
	width: 200px;
	left: -30px;
	bottom: -40px;
	position: absolute;
}

