/*
Theme Name: Vacation Green-Blue
Theme URI: http://apchi2004.org/
Description: "CSS Template"
Version: 2.0 with Roll-Over
Author: Yps only
*/

body {
     	background-image: url(bg-body.gif);
        background-color: #232323;
        background-attachment: fixed;
	font-family: Verdana, Arial;
	font-size:12px;         
        
}



#page {
        width: 950px;
        margin-left: auto;
	margin-right: auto;
	border: 2px solid;
        background-color: #000000;
       
}



#header {
        background-image: url(header-bg.gif);
	color: #ffffff; 
	width: 950px;
        height: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-top:-16px;
       
}

#header h1 {
	text-align:center;   
	padding-top: 50px;  
}


#navi {
        background-color: #000000; 
        color: #ffffff;   
	width: 900px;
        height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	        
}

#navi a {
 	display: inline;
        list-style: none;
        color: #ffffff;
	text-decoration: none;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 20px;
        padding-bottom: 18px;
        width: 50px;
	
}


#navi a:hover {
	background-color: #ffffff;
        color: #000000;
	padding-left: 10px;
        padding-right: 10px;
        padding-top: 20px;
        padding-bottom: 18px;
        width: 50px;
	
}




#content {
        background-image: url(bg3.gif);
        width: 950px;
        height: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top:-20px;     
}


#content p {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.5em;
}


#content h1 {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font-size:14pt;
}


#content a {
	
	text-decoration: underline;
	color: #000000;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}


#content a:hover {
	
	text-decoration: underline;
	color: #000000; 
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}


#footer {
        background-color: #000000;
        color: #ffffff;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	Height: 30px;
 	
        
	     
}

#footer p, a {
	color:#ffffff;
	text-align: center;
	
}



ul {
  
  list-style: none;
  	display: block;

}


li {
	color: #ffffff;
	text-decoration: none;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 14px;
        padding-bottom: 20px;
        width: 50px;      
  }


html>body li {
 	float: left;
  	position: relative;
  	width: auto;
   
  }



html>body li ul {
  	display: none;
  	position: absolute; 

 }




li:hover ul, li.over ul{ 
	display: block;
	padding-top: 20px;
	margin-left: -50px;
}



a.toplink {
	
	text-decoration:none;
       	display: inline;
        list-style: none;
         
}



a.sublink {
		
	display: block;
	background-color: #000000;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 30px;
        padding-bottom: 18px;
        width: 50px;
	border-style:solid;
	border-color: #000000;	

}

