/* BODY STYLE */

body{
	margin: 0;
	background-color: #ffffff;
	text-align:center;
	
	font:74%/140% Tahoma, Verdana,Arial,Helvetica,sans-serif;
	color: #333333;

	background-image: url(../images/wcf_bgHead.jpg);
	background-repeat: repeat-x;
	background-position: top;

}

#mainContainer{
	
/*	border:1px solid #000000;*/

	
	width:785px;
	margin: 0 auto;
	text-align: left;
	/*overflow:auto;*/

	background-image: url(../images/wcf_contentRepeat.jpg);
	background-repeat: repeat-y;

}

#headerLeft{

	float:left;

	width:160px;
	height:116px;
	background-image: url(../images/wcf_logo.jpg);
	background-repeat: no-repeat;
}
#headerMiddle{

	float:left;

	width:479px;
	height:116px;
	background-image: url(../images/wcf_header_mi.jpg);
	background-repeat: no-repeat;
}

#headerRight{

	float:left;	position:relative;

	width:143px;
	height:116px;
	background-image: url(../images/wcf_header_ri.jpg);
	background-repeat: no-repeat;
	
	
	font-weight:bold; 
	font-size:11px; 
	color:#ffffff;
}
#headerRight span.name{position:absolute;text-align:right;right:200px;width:170px;font-size:12px;}#headerRight span.phone{position:absolute;right:25px;background:transparent url(../images/wcf_header_phone.png) no-repeat 0 -8px;font-size:20px;padding:8px 0;text-align:center;width:168px;display:block;}
#contentContainer{
	width:782px;
}

#menuContent{
	float:left;
	width:160px;
	clear:both;
	display:block;
}
#menuContainer{
	clear:both;
	display:block;
}
#underMenu{
	padding-left:30px;
	clear:both;
}

#pageTitleSection{
	float:left;
	width:622px;
	height:40px;
	
	padding-top:15px;
	background-image: url(../images/wcf_title.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}


#pageContent{
	float:left;
	width:596px;
}

#footer{
	/*float:left;SS
	width:782px;
	background-color:#ffffff;
*/
	width:785px;
	margin: 0 auto;
	text-align: left;
	overflow:auto;
}
#footerTop{
	float:left;
	width:782px;
	height:55px;
	text-align:right;
	background-image: url(../images/wcf_footTop.jpg);
	background-repeat: no-repeat;
	background-color:#ffffff;
}

#footerBottom{
	float:left;

	width:732px;
	height:27px;
	padding-top:7px;
	padding-right:40px;
	text-align:right;
	background-color:#ffffff;
	background-image: url(../images/wcf_footBottom.jpg);
	background-repeat: no-repeat;

}


