/* You must have these css classes ***********************************/
/*
	look at wrapper_left.css or wrapper_right.css to style leftCol/rightCol
	
*/
body{
	background-color: #DDDDDD;
	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:960px; /*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:960px;
}


#leftCol{
	float:left;
	/*display:none; /*adjust as needed*/
	margin:0px; /*adjust as needed*/
	padding:0px; /*adjust as needed*/
	/* required above ******************************/
	width:154px;
}


#rightCol{
	float:right;
	display:none; /*adjust as needed*/
	margin:0px; /*adjust as needed*/
	padding:0px; /*adjust as needed*/
	/* required above ******************************/
}

#mainCol{
	margin:0 0 0 160px; /*adjust as needed*/
	padding:0; /*adjust as needed*/
	width:785px; /*adjust as needed*/
	/* required above ******************************/
        min-height:500px;
}

#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;
	background-position:top;
	}
	
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-right:10px;
	margin-top:20px;
	margin-bottom:30px;

}




#eoffice{
	text-align:center;
	margin-top:3px;
	margin-bottom:3px;
}


/* add additional classes here ****************************/

#agentName {
	padding:30px 0 0 140px;
	width:450px;
	float:left;
	height:27px; /* HOLLA */
	}
#agentName h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#333;
	margin:0;
	padding:0;
	}
#tagline {
	float:right;
	width:250px;
	padding:37px 3px 0 0;
	}
#tagline h1 {	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#000;
	font-weight:normal;
	margin:0;
	padding:0;
	text-align:right;
	}


	

