html {                                                                                   
 min-height: 100%;                                                                       
 margin-bottom: 1px;                                                                     
 }                                                                                       
                                                                                         
body {                                                                                   
	margin:0;                                                                              
	padding:0;                                                                             
	text-align:center;                                                                     
	font-family: verdana, arial, helvetica, sans-serif;                                    
	color:#FFFFFF; 
	background-color:#000000;                                                                                       
	position:static; /* to make background of body stationary while rest of page scrolls */
	font-size:76%;                                                                         
}       

#leatable {
	width: 918px; 
	min-height: 580px; 
	text-align: left; 
	margin-left: auto; 
	margin-right: auto;
	border: 0;
	background: url(../images/leaback3.jpg);
	color:#8C0206;
	padding-top:0px
}    

#footer {
	width:918px;
	text-align:center;
	vertical-align:middle;
	margin-left: auto; 
	margin-right: auto;
	height:50px;
}
#contact {
	width: 918px; 
	height: 130px; 
	text-align: left; 
	margin-left: auto; 
	margin-right: auto;
	border: 0;
	background: url(../images/lealogobg.jpg);
	color:#8C0206;
}
#contacts {
	width: 918px;  
	text-align: left; 
	border: 0;
	color:#FFFFFF;
	margin-top:30px;
}

#media {
	width: 918px;  
	text-align: center; 
	border: 0;
	color:#FFFFFF;
	margin:auto;
	padding:auto;
	height:500px;
}

#contacts .header {
	font-weight: bold;
	line-height: 17px;
  font-size: 12px;
	color: #B1905F;	
}

#contacts .headerb {
	font-weight: bold;
	line-height: 17px;
  font-size: 12px;
	color: #FFFFFF;	
}
	
#cinfo {
	text-align:right;
	color:#FFFFFF;
	margin-right:20px;
	padding-top:20px;
	font-size:8pt;
	font-weight:bold;
	font-family: verdana, arial, helvetica, sans-serif; 
}
#links {
	text-align:right;
	width:100%;
	background-color:#000000;
	padding:10px 0px 10px 0px;

}   

#welcome {
	text-align:left;
	width:480px;
	padding:10px 10px 10px 10px;
	color:#000000;
	margin:11px 5px 5px 11px;
	background-color:#FFFFFF;
} 

#links a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
} 

#links a:hover {
	color:#B1905F;
	text-decoration:none;
	font-weight:bold;
} 

#featuresNew {
	background-color: #FFFFFF;
}

.featuredAreaRight {
	background-image: url(/images/featureAreaRight_bg.gif);
	background-repeat: repeat-x;
	color:#FFFFFF;
	float:right;
	width: 385px;
}

a {
	text-decoration:none;
	color:#FFFFFF;
}

.dottedLine {
	margin-bottom: 5px;
	margin-right: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B1905F;
}

.featuredAreaRight .header {
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 0px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 0px;	
}

.right a {
	text-decoration:underline;
	color:#B1905F;
	font-weight:bold;
}

.featuredAreaRight .content .right {
	line-height: 17px;
  font-size: 11px;
  margin-left: 120px;			
}

.featuredAreaRight .content .right .subHeader {
	font-weight: bold;
	line-height: 17px;
  font-size: 12px;
	color: #B1905F;		
}

.featuredAreaRight .content .left {
	float: left;
    width: 148px;	
}

.featuredAreaRight .content {
	padding-left: 16px;
	padding-right: 16px;   
}

                                                                       