@import url("global.css");

body {
	background:url(../images/bg.jpg) repeat-x #fefefe;
	}
	
.ContentMain{
	float:left;
	width:622px; /*622px*/
	}
	
	.ContentMain .DocPhotoAndLogo{
		float:right;
		padding:0 40px 120px 40px;
		}
					
.Hero{
	background:url(../images/Hero.jpg);
	height:341px;
	margin:0 auto;
	width:980px;	
	}				
