/* You must have these css classes ***********************************/
/*
	look at wrapper_left.css or wrapper_right.css to style leftCol/rightCol
	
*/
body{
	background-color: #272727;
	background-image:url(../images/BG.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;	
	font-size:12px;
	margin:0px;
	padding:0px;
}

#wrapper{
	margin:0 auto;
	width:956px; /*adjust as needed*/
	/* required above ******************************/
	background-image:url(../images/KWCagent_bodyTile.jpg);
	background-color:#FFF;
	border:none;
}

#header{
	margin:0px auto; /*adjust as needed*/
	padding:0px; /*adjust as needed*/
	/* required above ******************************/
	height:213px;
	width:857px;
}


#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:835px; /*adjust as needed*/
	/* required above ******************************/
}

#mainCol #focusArea{
	width:inherit; /*adjust as needed*/
	display:none;
	/* required above ******************************/
	left:-10px;
}

#mainCol #focusArea #focusTable{
	width:100%;
	margin-left:1px;
}
#footer{
	clear:both;
	/* required above ******************************/
	color: #999999;
	background-image:url(../images/KWCagent_footer.jpg);
	padding: 2px;
	height: 25px;
	/* HOLLA */
	margin-top:50px;
}

#legal{
	text-align:center;
	font-size:10px;
    color: #999999;
}

#legal p{
	margin-top:5px;
	margin-bottom:0px;
}

#legal a, a:visited, a:link, a:hover{
	color: #999999;
    text-decoration: underline;
}

/* add additional classes here ****************************/

#bodyWrapper {
	background-image:url(../images/mainbg.jpg);
	background-repeat:no-repeat;
	}
	
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{
	float:left;
	margin-left:20px;
	height:100px;
}

#contactInfo #contact2{
	 text-align:center;
	 height:100px;
}

#contactInfo #contact3{
	float:right;
	margin-right:20px;
	height:100px;
}

#eoffice{
	float:left;
	margin-right:20px;
	height:100px;
}

	
