html,body,li,ul,a,h1,h2,h3,h4,h5,h6,img,div{
margin: 0px;
padding: 0px;
}

body{
	background: #8d7958;
                font: normal 90% arial, helvetica, sans-serif;
	text-align: center;
}

#container {
	/*background: #5C4033;*/
	background: #AB9C87;/*new*/
	/*border: 1px solid gray;*/
	border: 10px solid #5C4033;
	/*margin: 10px;*/
	margin-left: auto;
	margin-right: auto;
	/*padding: 10px;*/
	padding: 0px; /*new*/
	width: 695px;
}

#banner {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	/*background: #215E21;*/
	/*background:#43592D;*/
	background: #5C4033;
	padding:20px;
	border: none;
	display: block;
}

#banner p{
	background: #5C4033;
	border: none;	
}
#banner a{
	/*display: block;*/
	font-family: Georgia;
	font-size: 55pt;
	font-weight: normal;
	text-decoration: none;
	color: #AB9C87;
	border: none;
}


#banner a img{
	border: none;
}

#content {
	text-align: center;
	padding: 20px;
	background: #AB9C87;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px !important;
}

#content p {
	text-align: left;
	margin: 0px;
	padding: 10px 20px;

}

hr{
	display: none;
}

#content h1{
	text-align: left;
	text-decoration: underline;
	margin: 0px;
	font-size: 21px;
}

#content h2{
	text-align: left;
	text-decoration: underline;
	padding: 10px 0px 10px 20px;
	margin: 0px;
	font-size: 100%;
	/*font-weight: normal;*/


	
}
#content ul{
	text-align: left;
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 0px 35px;
	
}
#content li{
	margin: 0px;
	padding: 0px;
}

#content img{
	padding: 10px;
}

#content pre{
	margin: 0px;
	padding: 10px 30px 20px 30px;
	width: 400px;
	text-align: left;
}

#footer {
	clear: both;
	color: #AB9C87;
	padding: 0;
	margin-top: 0;
	background:#5C4033;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	border: none;
}
#footer p{
	margin: 0px;
	padding: 10px;
}


#navagation{
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	padding: 0px;
	margin: 0px;
	
}

#navagation ul{
	padding: 12px 0px;
	margin: 0px;
	list-style: none;
	color: #FFF;
	width: 700px auto;
	text-align: center;
	background: #000;
	border: none;
}

#navagation li { 
	display: inline;
	margin: 0px; 
	padding: 0px;
	list-style: none;
		
}

#navagation li a{
	background: #8d7958;
	text-decoration: none;
	color: #000;
	/*(updated on 7/19/06) padding: 7px 35px;*/
	padding: 7px 17px;
	margin: 0px !important;
	font-size: 14pt;
	border: 1px solid #000;
	border-bottom-width: 5px !important;
}

#navagation li a:hover{
	background: #9f8966;
}


#lastPara{
	margin: 10px 0px 0px 0px !important;
}

/*#navagation li a:hover{
	background-color: #668D48;
	color: #fff;
}

#selected{
	background-color: #909049 !important;
	color: #000 !important;
}*/

