/* @override http://www.davidabotts.com/style.css */

body {
	padding: 0;
	background: #000000;
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	font-size: 14px;
	color: #212020;
	margin: 0px;
}

#container {
	background: url(images/main-bg.jpg) repeat-y;
	padding: 0;
	border: 0;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
}

#main{
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 50px;
}

#header {
	padding: 0;
	border: 0;
	width: 950px;
	height: 122px;
	margin: 0;
	background: #f4f4f4 url(images/header.jpg) no-repeat left top;
}

#header h1, #header p{
	text-indent:  -5000px;
}


#headercontent {
	margin: 0;
	padding: 280px 0 0 60px;
}

#footer {
	padding: 0;
	border: 0;
	width: 950px;
	height: 15px;
	margin: 0;
	background: #000000 url(images/footer.jpg) no-repeat left top;
	color: #866e47;
}

#footer p {
	font-size: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 20px;
	margin: 0;
	text-align: center;
}

p {
	padding-top: 0;
	line-height: 150%;
	margin: 20px 50px 0 0;
	padding: 0;
}

#gallery{
	width: 865px;
	background-color: #000;
	margin-bottom: 20px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
}

a {
   color: #51340f;
  }
a:link {
  text-decoration: underline;
  }
a:visited {
  text-decoration: underline;
  }
a:hover {
  text-decoration: none;
  }
  
  

#footer a {
  color: #8b591b;
  }
#footer a:link {
  text-decoration: underline;
  }
#footer a:visited {
  text-decoration: underline;
  }
#footer a:hover {
  text-decoration: none;
  }


a:active {
  text-decoration: underline;
  }

img {
	border-style: none;
}

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}

h3{
	font-size: 24px;
}

#poem{
	font-size: 120%;
}