
h1 {
	 font-size: 2em;
	 font-family: "Times New Roman", serif;
	 margin: 0px;
	 text-align: left; 
	 }
	 
h2 {
	 font-size: 1em;
	 font-family: Arial, sans serif;
	 margin: 0;
	 text-align: left;
	 margin-right: 0;
	 padding: 4px
	 }
	 
h3 {
	 font-size: 1em;
	 font-family: Arial, sans serif;
	 color: white; 
	 text-align: center;
	 margin-top: 0px;
	 margin-bottom: 0px;
	 }
	 
h4 {
	 font-size: 1em;
	 font-famiy: "Times New Roman", serif;
	 color: black;
	 text-align: center;
	 margin: 0;
	 }	
 
h5 {
   font-size: 1em;
	 font-family: "Times New Roman", serif;
	 color: orange; 
	 text-align: center;
	 margin-top: 0px;
	 margin-bottom: 0px;
	 }	 

p {
	font-size: 1em;
	font-family: Helvetica, sans serif;
	text-align: left;
	color: black; 
	margin-left: 5em;
	margin-right: 5em;
	padding-left: 0
	}
	
#banner {
	background-image: url(100_1724.JPG);	
	background-position: center center;
	text-align: left;
	color: #663300;
	margin-left: 0;		
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 200px;					
	border-top: 10px solid #333399;					
	border-left: 3px solid black;
	border-right: 3px solid black;
	padding-left: 50px;
	padding-top: 20px;
	width: 96%;
	}


#banner-1 {
	background-image: url(DSC_0065.JPG);	
	background-position: center center;
	text-align: left;
	color: #663300;
	margin-left: 0;		
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 500px;					
	border-top: 10px solid #333399;					
	border-left: 3px solid black;
	border-right: 3px solid black;
	padding-left: 50px;
	padding-top: px;
	width: 96%;
	}







	
#sub-banner 	{
 		font-size: 2em;
 		text-align: center; 						 
	 	font-famiy: Helvetica, serif;
		color: orange;	 
	 	}


											 				
 #right-wrapper {
 		float: right;
 		border-left: 3px solid black;
		border-right: 3px solid black;
		border-bottom: 10px solid #333399;
		border-top: 3px solid black;
		padding-left: 0px;								
		background-color: #808080;
		background-position: center;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: -25px;
		margin-bottom: 0px;
		width: 75%;
		height: 100%;
		}								
					
#sidebar {
	 width: 20%;
	 float: left;		
	 margin-left: 15px;
	 padding-left: 8px;
	 margin-right: 10px;
	 margin-bottom: 0px;
	 margin-top: 12px;	 
	 padding-top: 50px;	
	 padding-bottom: 550px;
	 border-right: 3px solid orange;
	 border-left: 3px solid orange;
	 border-bottom: 3px solid orange;
	 background-color: #ffcc99;
	
	 }
#page-wrapper 
        {
	      background-color: #ffcc99;
	      float: right;
	    
	      width: 100%;
	      }
		

ul.nav   {
				 list-style-type: none;
				 padding-left: 0;
				 margin-left: 0;
				 }
				 
ul.nav a {
			 	 display: block;
				 width: 9em;
				 height: 3em;
				 background-color: gray;
				 color: white;
				 padding-top: 1em;
				 font-size: 1em;
	 			 font-family: Arial, sans serif;
				 text-align: center;
			 	 					 

			 	 }				 
	 		 
 