body
{ 
font-family: Arial, Tahoma, Helvetica,  sans-serif;
font-size: 13px;
background: #000000 url('background.gif') no-repeat fixed center top;  
color:#949599;
font-weight:bold;
margin:0;
}

h1{
text-transform: uppercase;
font-family: sans-serif;
font-size:17px;
margin:0;
border:0;
padding:0 0 1px 0;
color:#BA487C;
}

a{
cursor:pointer;
color:#949599;
}
#a:hover ,a.selected{
color:#BA487C;
}

#content{
width:820px;
margin:0px auto;

}

#gallery{
top: 125px;
display:block;
border: 1px solid #444144;
width:820px;
height:285px;
background:#000;
text-align: center; 
overflow: auto;
overflow-y: hidden;
POSITION : relative;
white-space: nowrap;
}

#gallery img{
height:280px;
margin:3px 0 3px 3px;
}
ul{
list-style-type:none;
padding-left:20px;
}
#navigation{
position:absolute;
top: 410px;
width:900px;
}
#menu-left{
float:left;
width:160px;
margin:0;
}
#menu-left li{
margin: 5px 0 5px 0;
}
#menu-left a{
font-weight:bold;
text-decoration:none;
border-bottom: 1px dashed #464445;
padding: 5px 0 5px 0;
width:160px;
display:block;
}
#menu-left a:hover{
color:#BA487C;
}


#menu-center{
float:left;
width:160px;
margin:0;
}
#menu-center li{
margin: 5px 0 5px 0;
}
#menu-center a{
font-weight:bold;
text-decoration:none;
border-bottom: 1px dashed #464445;
padding: 5px 0 5px 0;
width:160px;
display:block;
}
#menu-center a:hover{
color:#BA487C;
text-decoration:underline;
}
#menu-center a.selected{
color:#BA487C;
text-decoration:underline;
}

#menu-right{
float:left;
width:160px;
margin:0;
}
#menu-right li{
margin: 5px 0 5px 0;
}
#menu-right a{
font-weight:bold;
text-decoration:none;
border-bottom: 1px dashed #272526;
padding: 5px 0 5px 0;
width:160px;
display:block;
}
#menu-right a:hover{
color:#BA487C;
}