* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	text-align: center;
	background-color: #330000;
	background-image: url(resources/bg-body.gif);
	background-repeat: repeat;
	color: #563F1D;
}
#wrap {
	width: 814px;
   margin-left: auto;
   margin-right: auto;
	background-image: url(resources/bg.jpg);
	background-repeat: repeat-y;
	padding: 0;
	margin-bottom: 0 !important;
	background-color: #CC9933;
		color: #563F1D;
	}
#header {
	background-image: url(resources/header.jpg);
	background-repeat: no-repeat;
	width: 814px;
	height: 254px;
}
#content{
   clear: both;
	width: 814px;
	text-align: left;
}
#content p {
	margin: 13px 146px 5px 156px; 
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	line-height: 1.2;
	color: #4F3C1B;
	background-color: transparent;
}
#footer {
	clear: both;
	/* height: 180px;
	width: 814px; */
	margin: 0 !important;
}
.initletter {
	float: left;
	margin-left: -15px;
}
.headertext {
	margin-left: -15px;
}
.imgleft {
	float: left;
}
.imgright {
	float: right;
}
.quote {
   margin: 40px 200px 40px 220px;
	font-style: italic;
	font-family: "Times New Roman",serif;
	font-size: 18px !important;
	line-height: 1.5;
	color: #990000;
	background-color: transparent;
}
.italic {
		font-style: italic;
}
.verdanasmall {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif !important;
	font-size: 10px !important;
	line-height: 1.5 !important;
}

table#artist {
	margin: 40px auto 40px auto;
}
table#artist td {
	background-color: #330000;
	color: #AE9034;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	text-align: center;
	padding: 2px;
}
table#artist td img {
	 margin: 14px 14px 4px 14px; 
	 padding: 4px;
	 background-color: #000000;
	 border: 1px solid #9C812E;
	 }


.imgframedright {
	 float: right;
	 margin: 0 0 10px 14px; 
	 padding: 4px;
	 background-color: #836243 !important;
	 color: transparent;
	 border: 1px solid #660000;
	 }
.imgframedleft {
	 float: left;
	 margin: 0 14px 10px 0; 
	 padding: 4px;
	 background-color: #836243 !important;
	 color: transparent;
	 border: 1px solid #660000;
	 }

/* --content links -- */
#content p a:link {
	color: #291E0E;
	background-color: transparent;
	text-decoration: underline;
}
#content p a:visited {
	color: #291E0E;
	background-color: transparent;
	text-decoration: underline;
}
#content p a:hover {
	color: #291E0E;
	background-color: transparent;
	text-decoration: underline overline;
}

/* --navigation-- */

#navcontainer {
margin-top: 4px;
margin-bottom: 50px;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	font-size: 13px !important;
}
#navlist li {
display: inline;
list-style-type: none;
padding: 0 2px 0 2px;
}
#navlist2 li {
display: inline;
list-style-type: none;
padding: 0 2px 0 2px;
}
a:link {
	color: #291E0E;
	background-color: transparent;
	text-decoration: none;
}
a:visited {
	color: #291E0E;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	color: #291E0E;
	background-color: transparent;
	text-decoration: underline overline;
}

/* ----------  table links ---------- */
table#artist a:link {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
}
table#artist a:visited {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
}
table#artist a:hover {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: underline overline;
}




/*-------form ---------*/

#newsletter {
	margin-left: 180px;
}










