@CHARSET "ISO-8859-1";

BODY {
  margin: 5px;
  font-family: verdana;
}

a{
  color: white;
  text-decoration: none;
}


.menu{
	height: 150px;
	width:  175px;
}

.description{
	height: 150px;
	width:  600px;
}

.menulink{
  padding:   5px 5px 0px 10px;
  color:     white;
  font-size: 10px;
  text-align: left;
}

.imageDescription{
  font-size: 10px;
}

.navigator{
  font-size: 10px;
  font-weight: bold;
  cursor: pointer;
}

.menuBackground{
  position:         absolute; 
  z-index:          5;
  width:            175px; 
  height:           150px; 
  background:       #39616E;
  filter: 					alpha(opacity=40);
	-moz-opacity: 		0.4;
	opacity: 					0.4;
}

#galleryBackground{
  position:         absolute; 
  z-index:          5;
  width:            175px; 
  height:           150px; 
  background:       #39616E;
  filter: 					alpha(opacity=40);
	-moz-opacity: 		0.4;
	opacity: 					0.4;
}

#descriptionBackground{
  position:         absolute; 
  z-index:          5;
  width:            600px; 
  height:           150px; 
  background:       #39616E;
  filter: 					alpha(opacity=40);
	-moz-opacity: 		0.4;
	opacity: 					0.4;
}

.navigation{
  font-size: 10px;
  width: 100%; 
  height: 55px; 
  vertical-align: bottom; 
  padding-left: 250px; 
  padding-bottom: 8px;
  border-bottom: 1px solid black;
}

.header{
  border-bottom: 1px solid black;
}

.navigationLink{
  cursor: pointer;
}

 a img { border:none; }