 body {
 	background-color: #000000;
	/*background-image: url('images/bg.gif'); 
	background-repeat: repeat-y;
	background-position: left;*/
 }
 
 p {
	font-family:   Palatino Linotype, sans-serif, Arial;
  	font-size: 12pt;
   	color: #666666;
  	text-align: center; 
  	margin-left: 30px;
  	margin-right: 30px;
  	margin-bottom: 10px;
  }
  
 p.right{
 text-align: right;
 font-size: 8pt;
 padding-right: 10px;
 }
 
  p.left{
 	text-align: left;
  	padding-left: 10px;
 }

  
 p.footer {
  	font-size: 10pt;
  	color: #ffffff;
  	text-align: center;
  	font-style: italic;
   }
   
 
 h1{
 	font-size: 16pt;
   	color: #666666;
  	text-align: center;
  	text-decoration: none;
 }
 
 
 hr {
 color: #CCCCCC;
 width: 95%;
 height: 1px;
 }
 
 
  div.title {
  	width: 900px;
  	height: 90px;
 	margin-right:auto;
	margin-left: auto;
	margin-top:20px;
	margin-bottom:0px;
	border: 1px solid #cccccc;
	background:  #ffffff url('images/logo.png');
	} 

 div.footer{
 	position: relative;
	display: block;
 	width: 100%;
  	height: 50px;
	text-align:center;
 }
  
  div.frame {
  	width: 900px;
 	margin-right:auto;
	margin-left: auto;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background: white;
		} 


div.img_window{
height: 307px;
background: #ffffff url('images/waterhd2.jpg');
background-repeat: no-repeat;
background-position: right;
}
		
div.float_menu {
position: static;
float:left;
z-index: 1;
width:100px; 
margin:10px 0px 10px 10px;
background: #ffffff;
	}		

a:link {color: #666666;}
a:visited {color: #666666;}
a:hover { color: #0000cc;}
a:active {color: #666666;}

a.footer:link {color: #C68A89;}
a.footer:visited { color: #C68A89;}
a.footer:hover { color: #ffffff;}
a.footer:active { color: #C68A89;}

ul{
	position: relative;
 	color:#000000;
 	list-style-type: square;
	padding-left: 30%;
	text-align:left;
 }
 

 #list-menu {
  	width: 140px;
}

#list-menu ul {
	font-family:   Palatino Linotype, sans-serif, Arial;
  	font-size: 16pt;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
} 
 
#list-menu li {
	margin: 2px 0 0;
}
 
#list-menu a {
display: block;
width:110px;
padding: 2px 2px 2px 50px;
background: #ffffff url('images/menu_strike2.jpg');
text-decoration: none; 
}
 
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #333333;
border: 1px solid #CCCCCC;
}

#list-menu a:hover {
color: #C68A89;
background: #ffffff url('images/menu_strike.jpg');
font-weight: bold;
/*text-decoration: underline;*/
} 
 
 