@charset "utf-8";
/* CSS Document */

/* header */
body {
	background-image: url(../images/wter-mark-back.png);
	background-repeat: no-repeat;
	background-position:bottom left;
}

#header {
	width:960px;
	height:299px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: center top;
	
}
#gallery_slide_wrapper {
	width:960px;
	height:320px;
	margin-left:auto;
	margin-right:auto;
}
#nav_wrapper {
	width:960px;
	height:50px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#content_wrapper{
	width:960px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding-top: 20px;
}

#content{
	width:960px;
	height:auto;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 20px;
	clear: both;
}

#services_section_wrapper {
	width:960px;
	height:270px;
	padding-bottom: 20px;
	clear: both;
}

#services_list_1 {
	width:310px;
	height:210px;
	float:left;
	margin-top: 40px;
	margin-right: 15px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#services_list_2 {
	width:310px;
	height:210px;
	float:left;
	margin-top: 40px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#services_list_heading {
	width:310px;
	height:50px;
}

#footer_wrapper {
	width:960px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	
}

#footer_links {
	width:920px;
	height:28px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 15px;

}

#footer_disclaimer {
	width:960px;
	height:30px;
	padding-top: 20px;

}

#contact_details {
	width:400px;
	height:450px;
	float:left;
}

#contact_form {
	width:500px;
	height:450px;
	float:right;
}

#auto_float {
	width:960px;
	height:5px;
	clear:both;
