html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFA405;
	text-decoration: underline;
}

.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
  background: #000;
	text-align: center;
	font: 13px arial, sans-serif;
	color: #312F1A;
}


/** layout of entire site contained within **/
#wrapper {
	text-align: left;
	margin: 10px 0 20px 40px;
	width: 714px;
  position: relative;
}


/** padding top line sets how far down the entire site is from the top of the screen **/
#header {
  padding-top: 30px;
  width: 252px;
  position: relative;
}


h1 {
  color: #FDE7C2;
  background: #991111;
  border: 1px solid #C4B888;
  padding: 8px;
  text-align: center;
  font: 20px "Arial", serif;
  font-style: italic;
  font-weight: normal;
  margin: 0 0 2px 21px;
}


/** Body **/
#body {
  position: relative;
  width: 100%;
}

#nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 252px;
  padding-top: 305px;
  background: url(images/logo.jpg) no-repeat;
}
#nav ul {
  background: bottom right #991111 url(images/nav_bot.jpg) no-repeat;
  margin: 0 7px 0 28px;
  padding: 5px 20px 15px 20px;

}
#nav li {
  list-style: none;
}
#nav a {
  color: #FDE7C2;
  font: 18px "times new roman", serif;
  font-style: italic;
  background: #991111;
  padding-right: 8px;
}

.lowbar {
  
  border-top:1px solid #000000;
  height:1px; 
  line-dash height:1px; 
  font-size:1px;
  margin: 0 auto 10px auto;
  width:500px;
}



/** content change width for wider pages**/

#content {
  width: 662px;
  margin-left: 254px;
  background-color:#E8E7DA;
}


#top-right-corner {
  width: 100%;
  background: top right url(images/body_top_right.gif) no-repeat;
}


.leftlowercorner {
  background: #E8E7DA bottom left url(images/body_bottom_left.gif) no-repeat;
  width: 662px;
  margin-left: 254px;
  height: 10px;
  line-height:10px;
  font-size:1px;

}
.lowerrightcorner {
  background: transparent bottom right url(images/body_bottom_right.gif) no-repeat;
  height: 10px;
  line-height:10px;
  font-size:1px;

}


/** content   change width for wider text area **/

#content .main {
  width: 600px;
  padding-left: 15px;
  padding-right: 15px;
}

#content .main {
  padding-bottom: 1em;
}

#content .main p {
  margin: 0em 1em 0 0;
}


#content .main .clear, #content .clear {
  height: 20px;
  margin-bottom: -10px;
}


.copyrightemail {
  color: #E8E7DA;
}  


h2 {
  font: italic 22px "Times new roman", serif;
  color: #991111;
  margin: 0 0 0.5em 0;
}
