

body {

	
	background-attachment: fixed;
	width: 100%;
	background-image: url(images/background2.jpg);
	font-size: 12pt;


}

#main {
	
	background-image: url(images/Textures.jpg);
	
	border: 3px #a18075 solid;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 1024px;
	
	text-align: center;
		padding: 15px;
font-size: 12pt;
}

#top {
		text-align: center;
		margin-top: 20px;
}

h1 {
	margin: 0;
	color: #a18075;
	
}

#logo {
	display: block;
	margin: auto;
	margin-bottom: 13px;

}

#quote {

	color: #a18075;
	font-style: italic;
	

}

#contact {
	font-weight: bold;
	color: 775f57;
	margin-bottom: 30px;
}



#menu {
	
	background-color: #333;
	display: inline;


}

#menu ul {
	margin: auto;
	padding: 0;

}

#menu ul li{
	display: inline;

	font-size: 12pt;
	}

#menu ul li a{
	 text-decoration: none;
	color: white;
	padding: 10.5px 11px;
	background-image: url(images/free_hires_wood_texture_9.jpg);
	padding-left: 20px;
	padding-right: 20px;
	margin: 3px;
	}

#menu ul li a:visited{
	color: white;
	}

#menu ul li a:hover, #menu ul li .current{
	color: #000;
	background-image: none;

}

#email  {
	float: left;
	position: relative;
	top: -200px;
	left: 80px;	
}

#guestbook  {
	float: right;
	position: relative;
	top: -320px;
	right: 10px;	
}

#guestbook td {
	text-align: center;

	}
	
	
#guestbook td a {
	color: #cc9900;
	text-decoration: none;
	}
	
	
.important {
	font-weight: bold;
}	

.pics  {
	margin: auto;
	
}

.pics td {
	padding: 10px;
	text-align: center;
	vertical-align: center;	
}

.pics td img {
	border: 1px #bbb solid;
}	

#home {

	text-decoration:none;	
}

.blurb {
	
		text-align: justify;

	}
	


