@charset "utf-8";
/* CSS Document */


body{
	background-color:#404040;
	margin-top:0px;
	margin-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;

}

.shell{
	width:1020px;
	margin-left:auto;
	margin-right:auto;
	background-color:#000000;
	
	
}

.content-container{
	
	width:982px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	background-color:#000000;
	padding-left:18px;
	
	
	
}

.header{
	background-image:url(../images/header-photo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color:#000000;


}

.main-content{
	
	padding-top:10px;
	padding-bottom:20px;
	
}

.left-nav{
	
	width:355px;
	padding-left:10px;
	float:left;
	
	
}

.right-content{
	
	width:605px;
	padding-left:5px;
	float:right;
	
	
}

.right-content-employ{
	
	width:575px;
	float:right;
	
	
	
}

.right-content-bottom{
	
	padding-left:390px;
	padding-top:250px;
	padding-right:50px;

	
}


.footer_{
	background-image:url(../images/footer-background.jpg);
	background-repeat: no-repeat;
	height:67px;
	clear:both;

}

.footer-content{
	color:#000000;
	font-size:12px;
	vertical-align:baseline;
	text-align:right;
	padding-top:17px;

}
