/* CSS Document */

#body {
	padding : 0;
	margin : 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color: #333333;
}



#wrapper {
	width : 825px;
	height: 950px;
	background-image: url(../images/wrapperbackground.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: auto;
	
	padding-right: 65px;
	
	padding-left: 65px;
}

#header{
	width : 825px;
	height: 131px;
	background-color : #FFFFFF;
	position: relative;
	background-image: url(../images/headerbackground.jpg);
	background-repeat: no-repeat;
	font-size: 18px;
	
}


#headerleft{
	width: 250px;
	height : 130px;
 	float : left;
}

#headerright {
	width: 825px;
	height :25px;
	float : none;
	word-spacing: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3A38D;
	padding-top: 5px;
	position: relative;
}


#headerright a{
	font-family: "Times New Roman", Times, serif;
	color: #666666;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom : 5px;
	padding-top : 5px;
}

#headerright a:hover, header a:focus, header a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #E3A38D;
	word-spacing: 40px;
}


	

#contenttop {
	width : 822px;
	height : 155px;
	background-color: #FFFFFF;

}

#services {
	width : 822px;
	height: 710px;
	position: relative;
}


#servicesleft {
	width : 370px;
	height : 704px;
	float : left;
	padding-left: 30px;
	float : left;
	line-height: 18px;
	clear: both;
}

#servicesright {
	width : 380px;
	height : 704px;
	float : right;
	clear: right;
	padding-right : 12px;
	line-height: 18px;
	
}


#contentbottom {
	width : 824px;
	height : 1200px;
	float : left;
	position: relative;
	background-color : #FFFFFF;
	color: #DEA487;
	line-height: 24px;
}

#contentleft {
	width : 408px;
	height : 540px;
	float : left;
	padding-left: 30px;
}

#contentright {
	width : 408 px;
	height : 549px;
	float: right;
	padding-right : 30px;
}

#footer {
	width : 822px;
	height : 70px;
	margin: auto;
	clear: both;
}

#footerleft{
	width : 400px;
	height : 50px;
	float : left;
	padding-left: 15px;
	padding-top: 10px;
}


#footerright{
	width : 150px;
	height : 50px;
	float : right;
}

