@charset "iso-8859-1";
* {
  margin: 0;
  padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background-color: #363531;
	background-image: url(images/gradbg.jpg);
	background-repeat: repeat-x;
	background-position:top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center; 
	font-size: 85%;
}
#wrapper {
  position: relative;
  text-align: left;
  width: 860px;
  margin-right: auto;
  margin-left: auto;
  background-color: #FFFFFF;
  border: #000 2px solid;
  margin-top: 10px;
}

#header {
  height: 300px;
  padding: 0px;
  width: 860px;
  background-color:#000000;
}
#nav {
  height: 28px;
  background-color: #000000;
  width: 860px;
}
#main {
  display: table;
  border-collapse: collapse;
  background-color:#FFF;
  text-align: justify;
  margin: 1em 2em 1em 2em;
 
}

#footer {
  width:100%;
  border-top: 1px solid #000;
  display: table;
  background-color: #272727;
  font-size: 80%;
  color:#CCC;
}
#leftfoot {
  display: table-cell;
  text-align: left;
  width: 50%;
  padding: 0.5em;
}
#rightfoot {
  display: table-cell;
  width: 50%;
  padding: 0.5em;
  text-align:right;
  vertical-align:top;
}

h1 {
	font-family: Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: 0.3em;
	padding-bottom: 0.4em;
	padding-top: 0.5em;
	color: #482400;
}
.bordertop {
	color: #482400;
	border-top:solid 1px #482400;
	padding-top: 5px; 
	margin-top: 20px; 
	display:block;
	width: 800px;}
h2 {
	font-family: Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: 0.2em;
	padding-bottom: 1em;
	padding-top:1em;
}

h3 {
	font-size: 90%;
	font-weight: normal;
	padding-bottom: 0.4em;
	padding-top:0.5em;
	color: #000;
}
p {
  line-height: 1.6em; 
  padding-bottom: 1.5em;
}

.cdtitle { color: #663;
font-weight:200;
font-size: 1.25em;
margin-top:2em; }

.cdlist {padding-left: 30px;
padding-top: 30px;
padding-right: 20px; }

a {text-decoration: none;
color: #663;
font-weight:600;}
a:visited {color: #663; }
a:hover {color: #000;
  text-decoration:none;
  }
 #footer a {text-decoration: none;
color: #d4be99; }
#footer a:hover {color: #FFF; }

.imageright {
	float:right;
	padding: .5em 0 1em 1.5em ; 
}
.imageleft {
	float:left;
	margin-right: 1em; 
	margin-top: 5px; 
	margin-bottom: 0px; }
	

.small {
	font-size: 10px; 
}
.gallphoto {
	float:left;
	margin: 30px;
	}
.gallblock {
	display:block;
	height:425px;
	padding-left:50px; }

.gallblock2 {
	display:block;
	height:200px;
	width:100%;
	padding-left:50px; }

td { font-size: 80%;
	text-align:left; }