@charset "UTF-8";
@import url("/css/reset.css");
@import url("/css/contact.css");
@import url("/css/styles.css");
@import url("/css/nav.css");

body {
	background: #fff;	
}

#wrapper {
	width:950px;
	background: #CDCDCD url(/images/backgroundwrap.jpg) repeat-x ;
	margin: 0px auto;
	border: 1px solid #999;
	position:relative;
}

#container {
	background:url(/images/frameshad.jpg) no-repeat left bottom;
	width:950px;
	margin:0px auto;
	padding:0px;
	position:relative;
	overflow:hidden;	
	
}
#content_area {
	background:#FFF;
	margin: 7px 28px 0 24px;
	position:relative;
	overflow:hidden;

	
}
#header {
	background:url(/images/header.jpg) no-repeat;
	height: 205px;
	}
	
#header a {
  display:block;
  width:100%;
  height:100%;
  text-decoration:none;
}
#nav_wrapper {
	margin: 0 0 0 50px;
	width:180px;
	}
#main_content {
	margin-right: 100px;
	float:right;
	width: 550px;
	background:url(/images/papershad.jpg) no-repeat left bottom;
	padding-bottom: 75px;
}

#main_content h1, #main_content h2, #main_content h3, #main_content p, #main_content ul {
	padding: 0 47px;
}



#footer {
	height: 163px;
	background:url(/images/footer.jpg) no-repeat;
	overflow:hidden;
}

.foot_cont {
	height: 110px;
	margin: 40px 0 0 20px;
	}
	
.services {
	margin: 55px 0 0 50px;
	width:200px;
	}