/* CSS Document */

body {
	background-image: url(images/background_taupe.jpg);	
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
}

#background {
	background-image: url(images/background_fade2.jpg);
	background-position: center;
	background-repeat: repeat-y;
	float:left;
	display:inline;
	height:auto;
	
	
}

#container {	
	margin-left:auto;
	margin-right:auto;
	width:815px;
	height:auto;	
	background-image: url(images/background_fade2.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

#bottom {
	background-image: url(images/background_fade2.jpg);
	background-position: center;
	background-repeat: repeat-y;
	border:solid 1px;
}

#picture1 { bottom:0px; width: 785px; height: 250px; background-image: url(images/banner/lighthouse.jpg); background-repeat: no-repeat; }
#picture2 { bottom:0px; width: 785px; height: 250px; background-image: url(images/banner/legs_inn.jpg); background-repeat: no-repeat; }
#picture3 { bottom:0px; width: 785px; height: 250px; background-image: url(images/banner/main_street.jpg); background-repeat: no-repeat; }
#picture4 { bottom:0px; width: 785px; height: 250px; background-image: url(images/banner/foster_bridge.jpg); background-repeat: no-repeat; }


#banner {
	height: 113px;
	width: 785px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:0;
	
	
}

#navigation{
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	
	width: 800px;
	height: 36px;

	
	
}

.button {
	background-image: url(images/tab_taupe.jpg);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	width: 112px;
	float: left;
	text-align: center;
	padding: 7px 0px 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
}

#navigation a {
	text-decoration: none;
}

#navigation p {
	margin-top: 10px;
}

#image {
	height: 250px;
	width: 785px;
	margin-left: auto;
	margin-right: auto;
	border-top:solid 2px white;

	
}

#content {
	background-color: #FFFFFF; 
	width: 685px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 50px;
	padding-bottom: 50px;

}

h1 {
	font-size: large; 
	color: #950634; 
}

a {
	color: #950634; 
}

hr {
	width: 775px;
	color: #CBAC73;
}

#beforeafter img{
	margin: 5px 5px 5px 5px;
	border: 1px solid #000000;	
	float: left;
	
}

#bottomnav {
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	width: 775px;
	height: auto;
	padding: 5px 5px 10px 5px;
	text-align: center;
	font-size: smaller;
}

#bottomnav a {
	text-decoration: none;
	color: #950634; 
}

#footer {
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	width: 775px;
	height: 40px;
	padding: 5px 5px 10px 5px;
	font-size: x-small;
}

.imageleft {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	}
	
.imageright {
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	float: right;
	}

