#nav_holder {
width:968px;
margin-left:auto;
margin-right:auto;

}



/*Main container div*/


#menuh ul{
	margin-left:0px;
	margin-top:0px;
	padding-left:157px;
	width:850px;
	height:50px;
}



/* closed appearance */

#menuh li {
float:left;
list-style:none;
position:relative;

}


/* expanded appearance */

#menuh ul ul {
left:0px;
top:0px;

position:absolute;
padding-left:0px;
padding-top:20px;

}


/* hover activation code here */

#menuh li:hover ul{

display:block;
list-style:none;
}



#logo {
width:968px;

margin-left:auto;
margin-right:auto;
}


#content_left {
	width:390px;
	padding-left:157px;
	float:left;
	overflow:visible;
	top:0px;
	
	}


#content_right {
	width:395px;
	float:right;
	overflow:auto;
}


#jobs_content_right {
	width:395px;
	height:450px;
	float:right;
	overflow:visible;
	background-image:url(img/jobswelove/jobswelove_toptip2.jpg);
	
	background-repeat:no-repeat;
	margin-top:70px;

}



#footer {
width:808px;
padding-left:157px;
height:auto;
}

.bodycopy {
font-family:Arial;
font-size:12px;
color:#2C686D;
}
