body  {

	background:#efd094;
	margin: 0; 
	padding: 0;
	/*text-align: center; */
	color: #000000;
}
#container { 
	width: 1024px;  
	height:730px;
	margin: 0;
	text-align: left; 
	
	background-repeat:no-repeat;
} 

#mainContent {
	position:absolute;
	left:170px;
	top: 150px;
	padding: 20px; 
	height:auto;
	/*width:800px;*/
} 
#footer {font-family:"Monotype Corsiva"; font-size:13px; width:100%; margin-top:20px;  text-align:center;}

#nav { position:absolute;
	top:150px;
	left:-30px
	}
#sub {margin-left:-20px}
ul {
	list-style: none;
	}
.navText a{
	font-family:"pristina";
	font-size:24px;
	color:#7d7b61;
	text-decoration:none;
	}
.navText a:hover{color:#333}
#currentpage a{
	color:#990000;
}	
#page_title {position:absolute; font-family:"Pristina"; font-size:36px; top:118px; left:300px; color:#7d7b61; z-index:1;}

p {font-family:"Monotype Corsiva"; font-size:24px;}

a { color:#333;
	text-decoration:underline;
	}
a:hover {text-decoration:none}
input, textarea, select{
    background-color: #e3b355;
    border: 1px solid #555555;
    font-family: verdana;
    font-size: 10px;
    color: #333;
    }
