/* You must have these css classes ***********************************/
/*
	look at wrapper_left.css or wrapper_right.css to style leftCol/rightCol
	
*/
body{
	background-color: #1E1E1E;
	font-family: Arial, Helvetica, sans-serif;	
	font-size:12px;
	margin:0px;  
	padding:0px;
}

#wrapper{
	margin:0 auto;
	width:1005px; /*adjust as needed*/
	/* required above ******************************/
	background-image:url(../images/LUXagent_bodyTile.jpg);
	background-color:#1E1E1E;
	border:none;
}

#header{
	margin:0px auto; /*adjust as needed*/
	padding:0px; /*adjust as needed*/
	/* required above ******************************/
	height:234px;
	background-image:url(../images/LUXagent_header.jpg);
	background-repeat:no-repeat;
}


#leftCol{
	float:left;
	display:none; /*adjust as needed*/
	margin:0px; /*adjust as needed*/
	padding:0px; /*adjust as needed*/
	/* required above ******************************/
}


#rightCol{
	float:right;
	display:none; /*adjust as needed*/
	margin:0px; /*adjust as needed*/
	padding:0px; /*adjust as needed*/
	/* required above ******************************/
}

#mainCol{
	margin:0px auto; /*adjust as needed*/
	padding:0; /*adjust as needed*/
	width:920px; /*adjust as needed*/
	/* required above ******************************/
}

#mainCol #focusArea{
	width:inherit; /*adjust as needed*/
	display:none;
	/* required above ******************************/
}

#mainCol #focusArea #focusTable{
        width:100%;
        margin-left:1px;
}

#footer{
	clear:both;
	/* required above ******************************/
	
	background-image:url(../images/LUXagent_footer.jpg);
	padding: 2px;
	height: 50px;
	background-repeat:no-repeat;
}

#legal{
	text-align:center;
	font-size:10px;
    color: #999999;
}

#legal p{
	margin-top:5px;
	margin-bottom:0px;
}

#legal a, a:visited, a:link{
	color: #999999;
    text-decoration: none;
}

#legal a:hover{
	color: #999999;
    text-decoration: underline;
}

/* add additional classes here ****************************/

#bodyWrapper {
	}
	
h1 {
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#990000;
	}
h2 {
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666666;
	}

#contactInfo{
	font-size:11px;
	margin:0px;
	margin-top:20px;
	margin-bottom:30px;

}


#contactInfo #contact1{
	margin:0 auto;
	text-align:center;

}

#contactInfo #contact2{
	 
	margin:0 auto;
	text-align:center;

}

#contactInfo #contact3{
	
	margin:0 auto;
text-align:center;
}

#contact3 #kwLogoImg{
	text-align:center;
}

#eoffice{

	margin:0 auto;
	
}


