
 



#wrapper {
width: 800px;
margin: 0 auto;
text-align: center;
}

body {
text-align: center;
min-width: 860px;
background-color: #000000;
font: 100% Arial, Helvetica, sans-serif;
}

p {
color: #ffffff;
font-weight: normal;
}


h1 {
letter-spacing: 1px;
font-size: 150%;
color: #dddddd;
}

h2 {
letter-spacing: 2px;
color: #ffffff;
font-size:100%;
font-weight: light;
}

h3 {
color: #dd0000;
font-size:125%
}

a, a:link, a:visited, a:hover {
text-decoration: underline;
color: #dddddd;
}


dl#pages dt {
  display:none;
  }
dl#pages dd {
  padding:0; 
  margin:0;
  }
a.xmenu, a.xmenu:visited {
  display:block; 
  width:7em; 
  height:4em; 
  background:#000; 
  text-decoration:none; 
  text-align:center; 
  color:#ddd; 
  float:left;
  }
a.xmenu span, a.xmenu:visited span {
  display:block; 
  width:5em; 
  height:0.5em; 
  border-top:0.5em solid #000; 
  border-left:1em solid #000;  
  border-right:1em solid #000; 
  border-bottom:0.5em solid #000; 
  background:#ff3333; 
  overflow:hidden;
  }
* html a.xmenu span, * html a.xmenu:visited span {
  width:7em; 
  height:1.5em; 
  w\idth:5em; 
  he\ight:0.5em; 
  overflow:hidden;
  }
a.xmenu:hover {
  color:#ff3333;
  }
a.xmenu:hover span {
  background:#ff99ff;
  }



#header {
width: 100%;
margin: 50px 0 50px 0;
}

#content {
width: 400px;
float: right;
text-align: left;
}

#icon {
width: 380px;
float:  left;
text-align: left;
}

#footer {
clear: both;
}

#gallery {
width: 800px;
}

#gallery ul {
list-style: none; 
padding: 0;
margin: 0;
width: 180px;
position: fixed;
float: right;
}

#gallery ul li {
display: inline;
width: 52px;
height: 83px;
float: left;
margin: 0 0 5px 5px;
}

#gallery ul li a {
display: block;
width: 50px;
height: 80px;
text-decoration: none;
border: 1px solid #000000;
}

#gallery ul li a img {
display: block;
width: 50px;
height: 80px;
border: 0;
}

#gallery ul li a:hover {
white-space: normal;
border-color:#dddddd;
}


#gallery ul li a:hover img {
position: absolute;
right: 185px;
top:0;
width: auto;
height: auto;
border: 1px solid #000000;
}

