@charset "windows-1252";	  


html, body 		{ margin: 0; padding: 0; } 

body 	{ color: #fff; font: 12px Verdana, Helvetica, Arial, sans-serif; line-height: 18px; 			
background-image: url(images/bg.jpg); 
background-color: #F7BD5C;	 
background-attachment: fixed;
background-repeat: repeat-y;
background-position: top center; 

		
		 }	   
		 
		 
		 h2 { text-align: left;
		 color: #fff;
	font-size: 18px;
	margin: 10px 10px 12px 10px;
	padding: 10px 10px 2px 10px;
	line-height: 12px;
	letter-spacing: 2px;
	border-bottom: 1px solid #F7BD5C;	
	font-weight: bold;
} 		  

.table {background-color:black; color: yellow; font-size: 14px; padding-bottom: 2px}

.pic {border: 1px solid white}  

.img {border: 1px solid white}

p {text-align: justify}
		
		p				{ margin: 0 0 18px; text-align: justify}
		#container		{ width: 800px; margin: 0 auto;}
		
		/* Header */
		#header			{ background: #000; border-bottom: 1px solid #ddd; }
		#header h1  	{ color: #F7BD5C; margin: 0 0 3px; padding: 24px 18px 0; }
		#header p		{ color: #666; font-size: 11px; font-weight: bold; padding: 0 18px; }
        
        #headerimage    {width: 800px; clear: both;background-color: black; border-bottom: 1px solid #ddd; }
        
        #menu           {width: 800px; clear: both; text-align:center;background-color: black; padding:10px 0 10px 0; color: white; font-weight: bold;border-bottom: 1px solid #ddd;}
        
        #menu a         {background: transparent; color: white; font-size: 14px; font-weight: bold; text-decoration: none; }
        
        #menu a:hover {
background: black; color: #FC8811; font-weight: bold}	

#menu a:active {
background: black; color: #FC8811; font-weight: bold}	

#menu a:visited {background: transparent; color: white; font-weight: bold}

#contact 		 { float: right; clear: right; background-color:#EBB300;		
border: 1px solid black; width: 200px;margin-top: 18px;margin-right: 15px; padding: 5px;text-align:center;} 
     
		
		/* Content Style */
		#navigation		{ border-bottom: 1px solid #ccc; margin-right: 18px; }
		#navigation ul	{ padding: 0 18px 9px; }
		#extra			{ margin-right: 18px; }
		#extra small	{ font-size: 11px; line-height: 18px; }
		#content		{ border-bottom: 0px solid #ccc; margin-left: 18px; }
		#content p, #extra p { padding-right: 18px; }
		
		/* Content Positioning & Size */
		#navigation		{ float: right; width: 175px; }	
		
		#content		{ float: left; width: 520px; border-right: 1px dotted white; padding-right: 20px}
		#extra			{ float: right; clear: right; width: 200px;}	

    	/* Footer */
		#footer			{ background: #333; border-bottom: 2px solid #999; clear: both; width: 100%; }
		#footer a		{ color: #eee; }
		#footer	p		{ color: #ccc; margin: 0; padding: 10px 18px 10px; }
		#footer ul		{ border-bottom: 1px solid #555; list-style: none; margin: 0 18px 6px; padding: 10px 0 6px; }
		#footer li		{ display: inline; font-size: 11px; font-weight: bold; padding-right: 5px; }
			
a {
background: transparent; color: white; font-weight: bold; text-decoration: none; }

a:hover {
background: black; color: #FC8811; font-weight: bold}	

a:active {
background: black; color: #FC8811; font-weight: bold}	

a:visited {background: transparent; color: white; font-weight: bold}	

