/* CSS layout */

@font-face {    
font-family: DejaVuSerif;    
src: local(DejaVuSerif), url('DejaVuSerif.ttf') format('opentype');
}
body {
margin: 0;		
padding: 0;		
background-image:url('paper.jpg');		
background-position:left top;	
}
#masthead {	
width:100%;	
text-align:center;
}
#navbar{	
overflow:hidden;
margin-left:0;
margin-right:0;
}
#wordBanner{	
text-align:center;	
}
#navcontainer{	
text-align:center;
}
#container {
	}
#page_content {	
text-align:center;	
width:100%;	
}
#pageDivider{
margin-left:4em;
margin-right:4em;	
}
#footer {	
text-align:center;	
width:100%;	
float:right;		
}
#text{	
width:68%;
/*font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;*/	
font-family:"Arial", san-serif;
font-size:18px;	
float:right;
}
a{	
color:#5d1715;
text-decoration:none;
}
a:hover{	
color:#c6a05f;
background-color:#5d1715;
text-decoration:none;
}
.color1 {	
color:#5d1715;
}
.subhead {	
font-family: DejaVuSerif;    
color:#5d1715;	
font-size:50px;
text-shadow:5px 5px 10px black;
}

hr.nav {
height:2px;	
border-width:0;	
background-color:#5d1715;		
color:#5d1715;
margin-left: 4em;
margin-right: 4em;
}

hr.page {
height:2px;	
border-width:0;	
background-color:#5d1715;		
color:#5d1715;
}

table.nav {
table-layout: fixed;
width: 100%;
text-align:center;
}

td.nav a{
height:100%;
width:100%;
display:block;
text-shadow:3px 3px 7px #333333;
}