/*CSS*/

body {
	margin: 0px;
	padding: 0px;
	background-color:#999999;
	}

/*  *********************************************  WRAPPER   *********************************************** */

div#wl-wrapper {
	margin: 0 auto;
	width: 881px;
	height:703px;
	padding: 0 0 0 0;
	}
div#wl-banner {
	float: left;
	width:881px;
	height: 137px;
	overflow: hidden;
	background-image: url(../images/wl_top.jpg);
	background-repeat:no-repeat;
	}

div#wl-contentwrapper {
	width: 881px;
	height:566px;
	overflow:hidden;
	background:url(../images/wl_body.jpg) no-repeat;
	float:left;
	}
div#wl-content {
	width: 800px;
	height: 500px;
	margin:0 auto;
	padding:30px 20px 0px 30px ;
	overflow:hidden;
	}
div#wl-contactwrapper {
	width: 753px;
	height: 470px;
	margin:0 auto;
	overflow:hidden;
	border:#e3dfd7 solid 1px;
	}
div#wl-contacttop {
	width: 753px;
	height: 21px;
	background:url(../images/formtop.png) no-repeat;
	overflow:hidden;
	}
div#wl-contactinside {
	width: 748px;
	height: 440px;
	background:url(../images/wl_contactbars.png) no-repeat;
	overflow:hidden;
	margin: 0 auto;
	}
div#wl-contact1 {
	width: 245px;
	height: 202px;
	overflow:hidden;
	float:left;
	}
div#wl-contact2 {
	width: 261px;
	height: 202px;
	overflow:hidden;
	float:left;
	}
div#wl-contact3 {
	width: 241px;
	height: 202px;
	overflow:hidden;
	float:left;
	}
div#wl-footer {
	clear: both;
	width: 100%;
	padding:10px 0 20px 0;
	margin: 0 auto;
	height: 100%;
	}
