html,body{
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
}

body{
	background-image: url(/images/newlayout/wood.jpg);
	font-family: Tahoma, sans-serif;
}

div#wrapper{
	text-align: left;
	width:1000px;
	margin: 0 auto;
	background-image: url(/images/newlayout/repeat_02.jpg);
	background-repeat: repeat-y;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

div#contentwrapper{
	background-repeat: no-repeat;
}

div#content{
	padding:5px 50px 30px 150px;
	font-size: 13px;
}

div#content td,div#content th{
	font-size: 13px;
}

div#block{
	float:right;
	width:200px;
	height:200px;
}

div.aboutus{
	background-image: url(/images/newlayout/aboutus_01.jpg);
}
div.clientservices{
	background-image: url(/images/newlayout/clientservices_01.jpg);
}
div.employeeforms{
	background-image: url(/images/newlayout/employeeforms_01.jpg);
}
div.employerforms{
	background-image: url(/images/newlayout/employerforms_01.jpg);
}
div.jobs{
	background-image: url(/images/newlayout/jobs_01.jpg);
}
div.contact{
	background-image: url(/images/newlayout/contact_01.jpg);
}
div.affiliations{
	background-image: url(/images/newlayout/affiliations_01.jpg);
}

div.videos{
	background-image: url(/images/newlayout/caughtontape_01.jpg);
	text-align: center;
	padding-top:230px;
}

div.videos .video{
	width:425px;
	margin-bottom:25px;
	margin:0 auto;
}

div#footer{
	text-align: center;
	padding:20px;
	font-size:14px;

}


div#zdebugger{
	display:none;
}