/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	font-size: 12px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-image: url(background.gif);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
}

a{
	color: #967c61;
	text-decoration: none;
}

a:link{
	color: #967c61;
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h1{
 font-size: 112%;
 color: #4A1B04;
 margin: 0px;
 padding: 0px;
}

h2{
 font-size: 120%;
 color: #4A1B04;
 margin: 0px;
 padding: 0px;
}

h3{
 font-size: 140%;
 color: #825E4D;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-size: 18px;
 color: #432613;
 margin: 0px;
 padding: 0px;
}

/************** Main styles **************/

#spacer{ 
height: 95%; 
float: left; 
width: 1px; 
font-size: 1px; /* to make sure width is not overridden */ 
padding: 0; 
margin: 0; 

} 



#container{
   padding: 0px;
   margin-right: auto;
   width: 720px;
   position: relative;
   background-color: #FFFFFF;
   
}

#masthead{

	padding: 0px 0px 0px 0px;
	height: 100px;
	width: 720px;
		
}


/***********************************************/
/* Top Menu Divs                                 */
/***********************************************/
#topmenu {

	background-color: #a78766;
	height: 33px;
	text-align: center;

}

#topmenu ul {
    margin: 0;
    padding: 8px;
	list-style:none;



}

#topmenu li {
	display: inline;
	margin: 0;
    padding: 0;

				}

#topmenu a {
	font: arial, helvetica, sans-serif;
	padding: 10px 10px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	}

#topmenu a:hover {
color: #432613;

}
#topmenu a:active {
color: #432613;

}


/***********************************************/
/* Menu Divs                                 */
/***********************************************/

#menu {
    float: left;
	width: 110px;
	background: #ffffff;
	text-align: right;
	margin-top: 30px;
	margin-right: 20px;
	border-top: solid #999999 1px;
	border-right: solid #999999 1px;
	
	}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 110px;
}

#menu ul li {
  display: inline; /* this gets rid of the gaps */
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu ul li a {
	display: block;
	font: arial, helvetica, sans-serif;
	padding: .4em;
	font-size: 11px;
	font-weight: bold;	
	color: #967c61;
	background: #ffffff;
	text-decoration: none;
	vertical-align: bottom;
}

#menu a:hover {
color: #ffffff;
background: #967c61;
}

#menu a:active {
color: #ffffff;
background: #967c61;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/




#content{
    float: left;
	width: 430px;
    text-align: justify;
  }
  

/************** .story styles ***************/

.story{
	padding: 10px 0px 0px 10px;
	font-size: 12px;
}

.story p{
	padding: 0px 15px 5px 10px;
	text-align: justify;
}

.story ul{
	padding: 0px 15px 5px 0px;
	text-align: justify;
}

.story a {
color: #000000;
background: #ffffff;
text-decoration: none;
}

.story a:hover {
text-decoration: underline;
}


.story2{
	padding: 10px 0px 0px 10px;
	font-size: 12px;
}



/************** #headlines styles **************/

#headlines{
	float: right;
	width: 120px;
	background: #ffffff;
	padding: .2em .4em;
	border-left: solid #999999 1px;
	border-top: solid #999999 1px;
	margin-top: 30px;
	margin-left: 12px;
	text-align: left;
	font-size: 11px;
	}

#headlines ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 120px;
}

#headlines li {
	padding: .4em;
	
}

#headlines a {
	font-size: 11px;
	font-weight: bold;	
	background: #ffffff;
	text-decoration: none;
}

#headlines a:hover {
color: #967c61;
text-decoration: underline;
}



/************** #tombstone styles **************/	

	#tombstone {
	 padding: .8em .4em .8em .4em;
	 background-image: url(/2007/tomb_back.gif);
	 width: 15.4em;
	 height: 18.6em;
	 float: left;
	 text-align: center;
	 	 	 
	 			
}
	#tomb_box {
	vertical-align: middle;
	float: left;
	 text-align: center;
	 width: 14.8em;
	 height: 18em;
	 
	 
	
	
	 
	 			
}


/************** #footer styles **************/	




	#footer_text {
	clear: both;
	width: 720px;
	font-size: 11px;
	text-align: right;
	height: 5%; 
	vertical-align: middle; 
	padding: 0;
	margin-top: 20px;
	}
		
