body {
	background-color: #292723;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Geneva, Helvetica, sans-serif;
	color: #97908A;
	padding: 8px 0 26px 0;
	font-size: smaller;
}

p {
	margin-right: 44px;
	text-align: justify;
	padding-left: 12px;
}

h1 {
	margin: 0 17px;
}

h1 img {
	display: block;
}

h2 {
	font-size: 14px;
	font-style: normal;
	color: #A09080;
	border-bottom: 1px dotted #806050;
	margin: 0 44px 12px 0;
}

h3 {
	font-size: 22px;
	font-family: "Trebuchet MS", "Bell MT", sans-serif;
	color: #C0B0A0;
	margin-top: 0;
}

h4 {
	font-size: 13px;
	text-decoration: underline;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #A09080;
}

h5 {
	font-family: "Trebuchet MS", Geneva, Helvetica, sans-serif;
	color: #97908A;
	font-size: 10px;
}

h6 {
	font-family: "Trebuchet MS", Geneva, Helvetica, sans-serif;
	color: #B0A090;
	font-size: 12px;
	margin-bottom: 0;
	margin-top: 0;
}

#navcontainer {
	margin: 0 3px;
}

ul#navlist {
	
	border-top: 2px solid #110E0B;
	border-bottom: 2px solid #110E0B;
	padding: 3px 0px 3px 28px;
	margin: 0 14px;
	background-color: #706050;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#navlist li {
	display: inline;
	list-style-type: none;
	margin: 0;
	}

#navlist a {
	padding: 3px 10px;
	}

#navlist a:link, #navlist a:visited {
	color: #C0B0A0;
	background-color: #4C3C34;
	text-decoration: none;
	}

#navlist a:hover {
	color: #F0E0E0;
	background-color: #603020;
	text-decoration: none;
	}

#content{
	background-image: url(images/content_bg.gif);
	background-repeat:repeat-y;
	width: 750px;
	padding-bottom: 1px;
	margin: 0 auto;
}

#left {
	margin: 26px 0;
	width: 182px;
   	padding-left: 44px;
	}
	
#right {
	float: right;
	width: 520px;
	margin: 22px 0 26px 0;
}

#left_column {
	float: left;
}

#right_column {
	float: right;
	padding-right: 44px;
}

#left, #right a:link, #left, #right a:visited {
	color: #B0A090;
	text-decoration: none;
}

#left, #right a:hover {
	color: #F0E0D0;
	text-decoration: underline;
}

#left img, #left_column img, #right_column img {
	border-width: 2px;
	border-style: solid;
	border-color: black;
	margin-bottom: 15px;
	display: block;
}

#left p {
	margin-left: 18px;
}

#right li {
	list-style-type: none;
	line-height: 1.5em;
}

#right ul {
	margin: 6px;
	line-height: 3px;
	padding: 6px;
}

#gallery {
	width: 698px;
	text-align: center;
	margin: 22px 26px 30px 26px;
}

#gallery img {
	border-width: 2px;
	border-style: solid;
	border-color: black;
	margin: 2px;
	vertical-align: middle;
}

#upper {
	background-image: url(images/content_bg_upper.gif);
	width: 716px;
	height: 14px;
	margin: 0 auto;
	font-size: 1px;
}

#lower {
	background-image: url(images/content_bg_lower.gif);
	width: 716px;
	height: 14px;
	margin: 0 auto;
	font-size: 1px;
}

#footer {
	clear: both;
	margin: 0 44px;
	text-align: center;
	font-size: 12px;
	color: #C0B0A0;
	background-color: #211E1B;
}

.cdcover {
	float: right;
	margin-right: 44px;
	border-width: 2px;
	border-style: solid;
	border-color: black;
}

.signature {
	text-align: right;
	font-size: 11px;
	font-style: italic;
	color: #B0A090;
	margin-bottom: 26px;
}

.date {
	text-align: right;
	font-size: 11px;
	color: #B0A090;
	margin-bottom: -6px;
	margin-top: -9px;
}

.member_name {
	text-align: center;
	font-family: "Trebuchet MS", Geneva, Helvetica, sans-serif;
	font-size: 14px;
	color: #B0A090;
}

:link img, :visited img {
  border: none;
}