/* CSS Document */




.topnavigtion{
	font-size: 14px;
	text-decoration: none;
	color: #F7EEDF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 35px;
	padding-right: 35px;
	background-color: #000000;
	font-weight: bold;
}

.topnavigtion:hover{
	font-size: 14px;
	text-decoration: none;
	color: #F7EEDF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 35px;
	padding-right: 35px;
	background-color: #666666;
	font-weight: bold;
}.paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFCC;
	padding: 10px;
}

.leftnavigation{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 100px;
}

.leftnavigation:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 100px;
	background-color: #990000;
}

.shortboardnavigation{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFcc33;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 100px;
}

.shortboardnavigation:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFcc33;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 100px;
	background-color: #990000;
}



ul#gallery {
	padding:0;
	margin:0;
	width:640px;
	height:432px;
	position:relative;
	background:#000 url(Gallery/500X334/background.jpg);
	background-image: url(Gallery/500X334/background.jpg);
  }
#gallery li {
  list-style-type:none; 
  width:64px; 
  height:48px; 
  float:left; 
  z-index:100;
  }
#gallery li.lft {
  float:left; 
  clear:left;
  }
#gallery li.rgt {
  float:right; 
  clear:right;
  }
#gallery a {
  position:relative; 
  width:64px; 
  height:48px; 
  display:block; 
  float:left; 
  z-index:100; 
  cursor:default;
  }
#gallery a img {
  position:relative; 
  width:62px; 
  height:46px; 
  border:1px solid #888; 
  z-index:100;
  }


#gallery a:hover {
  background:transparent; 
  width:500px; 
  height:334px; 
  padding:49px 70px; 
  position:absolute; 
  left:0; 
  top:0; 
  z-index:10;
  }
#gallery a:hover img {
  background:#000; 
  position:relative; 
  width:500px; 
  height:334px; 
  border:0; 
  z-index:10;
  }






#gallery table {
  position:relative; 
  width:62px; 
  height:46px; 
  border:1px solid #888; 
  z-index:100;
  }
  
  #gallery a:hover table {
  background:#000; 
  position:relative; 
  width:500px; 
  height:334px; 
  border:0; 
  z-index:10;
  }







/* hack for Internet Explorer */
#gallery li.pad {
  height:0; 
  display:block; 
  margin-top:-2px; 
  width:640px; 
  font-size:0;
  }

/* hack for Opera 7+ */
@media all and (min-width:0px){
#gallery a:hover {
  background:#888; 
  width:320px; 
  height:240px; 
  padding:48px 64px; 
  position:absolute; 
  left:0; 
  top:0; 
  z-index:10;
  }
#gallery a:hover img {
  background:#aaa; 
  position:relative; 
  width:320px; 
  height:240px; 
  border:0; 
  z-index:10;
  }
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: underline;
}
