body {  
	margin: 0; 
	background: #3c1f1f;
	text-align: center;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #7A4236; /* this also controls the color of the caption for the number of images in lightbox. 816157 */
}

p {
	font-size: 13px;
	line-height: 160%;
	text-align: left;
	color: #70595a; /* dark warm gray */;
	font-weight: normal;
	font-style: normal;
	letter-spacing: .1em;
}

#container {    /* this box holds the title image centered */
	margin: 0 auto;
	width: 794px;
}

#title {
	display: block;
	width: 794px;
	height: 45px;
	background: #3c1f1f url(../graphics/title1.gif) no-repeat;
	margin:0;
	padding:0;
}

#title h1 {
	display:none;
}

#news_area {
	display: block;
	width: 660px;
	border-left-style: solid;
	border-left-width: 1px;
	padding-left: 30px;
	position: absolute;
	left: 20%;
	top: 10%;
	text-align: left;
}

#news_area h1 {
	color: #c68e7f; /* cream */
	letter-spacing: .1em;
	font: normal 16px/150% 'Lucida Grande', Verdana, sans-serif;
}

#news_area h2 {
	color: #7a4338; /* rust */
	letter-spacing: .1em;
	font: normal 15px Georgia, Times New Roman, Times, serif;
}

.highlight {
	color: #c68e7f; /* cream */
}

.news_section0 {
	display: block;
	width: 600px;
	text-align: left;
}

.news_section0 p {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	color: #80665c;
	background: #462425;
	padding: 10px;
}

.news_section1 {
	display: block;
	width: 600px;
	text-align: left;
	font: normal 12px/150% 'Lucida Grande', Verdana, sans-serif;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 14px;
	clear: both;
}

.news_section1 img {
	float: left;
	margin-right: 14px;
	margin-bottom: 14px;
}

.news_section2 {
	display: block;
	width: 600px;
	text-align: left;
	clear: both;
	padding-top: 6px;
	border-top: 1px solid #4d2728;
}

/* the left side nav menus */
#menubox {
	display: block;
	position: absolute;
	top: 30%;
	left: -20px;
	text-align: left;
	color: #6b5149;
}

.menuitem {
	font-style: italic;
	font-size: 18px;
	line-height: 1.8em;
	letter-spacing: .3em;
	list-style: none;
}

.menu_on {
	color: #c09082;
}

a:link {   
	color: #6b493e;
	text-decoration: none;
}

a:visited {  
	color: #6b493e;
	text-decoration: none;
}

a:hover {  
	color: #a75b46;
	text-decoration: none;
}

a:active {  
	color: #ca8b79;
	text-decoration: none;
}


	

	

	
	
