body {
	color:#333;
	background-color: #C6C5C5;
	background-image: url(images/template/star_bkgd.gif);
	font-family:verdana, arial, helvetica, sans-serif;
	}
	
.main_table {
	z-index: 1; 
	position: absolute;
	left: 0px;
	top: 20px;
}		
	
.homepage_date {
  background-image: url(images/template/header_img_bottom.gif);
	background-position: right;
	height: 46px;
	padding-left: 80px;
	font-size:14px;
	font-weight: bold;
	color:#333;
}	

.interior-title {
  background-image: url(images/template/header_interior_bottom.gif);
	background-position: right;
	height: 46px;
	padding-left: 20px;
	font-size:14px;
	font-weight: bold;
	color:#333;
}	

.main_area {
  background-color: white;
	padding: 15px 0 30px 80px;
  font-size: 11px;
	line-height: 14px;
}	

.main_area_interior {
  background-color: white;
	padding: 15px 0 30px 20px;
  font-size: 11px;
	line-height: 14px;
}	

.poet-box {
  position: absolute; 
	width: 130px; 
	height: 115px; 
	z-index: 2; 
	left: 10px; 
	top: 210px;
}	

.poet-box-content {
  background-color: #FCDBE5;
	border-right: #B28B97 solid 2px;
	border-left: #B28B97 solid 2px;
	font-size: 11px;
	line-height: 14px;
	padding: 0 10px 0 10px;
}	

.nav-buttons {
  position: absolute; 
	width: 127px; 
	z-index: 2; 
	left: 670px; 
	top: 300px;
}	

.nav-buttons-interior {
  position: absolute; 
	width: 127px; 
	z-index: 2; 
	left: 670px; 
	top: 230px;
}	

.copyright {
  background-color: #FCDBE5;
	border-top: #B28B97 solid 1px;
	padding: 8px 0 8px 15px;
  font-size: 11px;
	line-height: 14px;
	color: #333;
}	

.popup-top {  
	background-color: #EE6FA0;
	height: 16px;
	border-bottom: #666 solid 1px;
	text-align: right;
	color: #FFF;
	padding: 0 10px 0 0;
}

.popup-bottom { 
  background-color: #EE6FA0; 
	height: 16px; 
	border-top: #666 solid 1px; 
}

.popup-content {
  padding: 10px 10px 10px 10px;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	text-align: left; 
	color: #333;
}	
	
h1 {
	margin:0;
	padding:0px;
	font-size:14px;
	font-weight: bold;
	color:#333;
	}
	
h2 {
	font:bold 10px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	color: #CDAE7B;
	}
	
h3 {
	margin:0px 0px 5px 0px;
	padding:0px;
	font-size:14px;
	font-weight:900;
	}

h4 { 
	line-height: 1.8;
	display: inline;
	font-size: 12.5px;
	font-weight: bolder;
	color: black;
	}
	
h5 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:12.5px;
	font-weight:900;
	}
	
p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 25px 0px;
	padding:0px;
	}

.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

a {
	color:#09c;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:#eee;}
  

.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}
 




