
 


 
 /* Webheader */
/* ========================================== */

 .container {width:800px; margin-left:auto; margin-right:auto; padding:0px;
	 background: url('/background3.png'); border: thin solid #000000;}

	.header {width:800px; height:150px; border:#B6AF9D}
	
	.header img {float:left; padding:9px; margin-right:50px;	}
	
	.header p	{float:left;padding-top: 20px; 	}



/* rules for navigation menu */
/* ========================================== */		 
		 
	
	.nav { width:800px;height:36px; background-color:#5e0000; border-top: 5px solid #000; border-bottom: 5px solid #000;padding:0px:}

	.nav ul {padding: 6px;  }

ul#navmenu { 
	width:680px;
	margin: 0px auto;
	 }

ul#navmenu, ul.sub1, ul.sub2   { 
	list-style-type: none;
	font-family: "Serif", bold;    
	font-color: #5E0000;
	font-size: 14px;
	} 

ul#navmenu li { 
	width: 125px;
	 text-align: center;
	position: relative; 
	float: left;
	margin-right: 10px;
	 } 

ul#navmenu a {
	 text-decoration: none; 
	display: block;
	width: 90px;
 	height: 20px;
	 line-height: 25px;
	 background-color: #D4CDBB;
	border: 2px solid #5E0000; 
	border-radius: 3px; 
	} 

	ul#navmenu .sub1 li {
	 }

 	ul#navmenu .sub1 a { 
		margin-top: 0px;

	 } 
	ul#navmenu .sub2 a {
	 margin-left: 3px;
	 } 

	ul#navmenu li:hover > a { 
	background-color: #FFF;
	 } 

	ul#navmenu li:hover a:hover {
	 background-color: #FFf; 
	} 

	ul#navmenu ul.sub1 {
	display: none; 
	position: absolute;
	 top: 22px; 
	left: 0px;
	 } 

	ul#navmenu ul.sub2 { 	
	display: none; 
	position: absolute;
	 top: 0px; 
	left: 83px; 
	} 

	ul#navmenu li:hover .sub1 { 	
	display: block; 
	}

	 ul#navmenu .sub1 li:hover .sub2 {
	 display: block; 
	} 

	
	
	
		
/* Diffreent Text Designs */
/* ========================================== */	
	
	
	
	 #text1 {text-align: center; margin-top:2px;margin-bottom:2px;
         font-size: small;
         font-family: "Times New Roman", serif;
		font-weight: bold;
         font-style: italic;
         font-variant: small-caps;
		 }
	  
	#text2 {text-align: center;margin-top:2px;margin-bottom:4px;
         font-size: 14px;
         font-family: "Times New Roman", serif;
         font-style: italic;
		 font-weight: bolder;
		 font-variant: small-caps
         }
		 
	#text3 {text-align:center;margin-top:2px;margin-bottom:4px;
         font-size: 10px;
         font-family: "Times New Roman", serif;
         font-style: italic;
		 font-weight: bolder;
		 font-variant: small-caps
         }
		 
	#textAbout {font-family: "Times" serif;
		font-style:oblique;
		font-size:16px;
		font-weight:600;
		text-align:justify;		
		}
		 
	
	#text4 {text-align: center;margin-top:0px;margin-bottom:4px;
         font-size: 18px; color:#5e0000;
         font-family: "Times New Roman", serif;
         font-style: italic;
		 font-weight: bolder;
		 font-variant: small-caps
         }



	
		
