* {
	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;
	border: 0;
	}
#header {
	background-image: url(resources/header-index.jpg);
	background-repeat: no-repeat;
	width: 814px;
	height: 339px;
}
#content {
   clear: both;
	padding-top: 55px;
	width: 814px;
	text-align: left;
}
#content p {
	margin: 13px 150px 5px 156px; 
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	line-height: 1.2;
	color: #4F3C1B;
	background-color: transparent;
}
#footer {
	clear: both;
	margin: 0 !important;
}
.initletter {
	float: left;
	margin-left: -15px;
}
.headertext {
	margin-left: -15px;
}
.imgleft {
	float: left;
}
.imgright {
	float: right;
}
.quote {
   margin: 40px 190px 40px 200px;
	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;
}


/* --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-- */

#navcontainerindex {
margin-top: 6px;
margin-bottom: 20px;
width: 290px;
float: left;
	text-align: left;
	font-family: Arial, "Trebuchet MS", sans-serif;
	font-size: 13px !important;
	line-height: 2.3;
}
#navcontainerindex ul {
	margin-left: 140px;
   margin-bottom: 30px;
   padding: 0;
}
#navlist li {
list-style-type: square;
}
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;
}

















H1 {
	margin: 13px 150px 5px 156px; 
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	line-height: 1.2;
	color: #CC0000;
	background-color: transparent;
}

