/* CSS Document */
#header{
}
#header #description{
float:left;
width:640px;
}
#header #description h1{
color:#0070FF;
font-size:0.7em;
font-weight:normal;
margin:0;
padding:0 0 5px 30px;
}
#header #h-left{
float:left;
padding:10px;
width:350px;
}
#header #h-left .logo a{
color:#B5B595;
font-size:2em;
font-weight:bold;
text-decoration:none;
display:none;
}
#header #h-middle{
float:left;
padding:10px;
width:250px;
}
#header #h-middle form{
border:1px solid #000000;
}
#header #h-right{
float:left;
padding:5px 10px 5px 0;
width:110px;
}
#header #h-right li{
font-size:0.7em;
padding:0 0 8px 0;
}
#header #h-right li a{
border-bottom:1px dotted #000000;
color:#000000;
text-decoration:none;
}
#header #h-right li a img{
vertical-align:middle;
}
#header #h-right li a:hover{
border-bottom:1px dotted #FF9900;
color:#FF9900;
}
#header #h-right ul{
list-style:none;
margin:0;
padding:0;
}
#header #languages{
float:left;
}
#header #languages a img{
border:none;
border-bottom:none;
margin-right:5px;
padding-bottom:5px;
}
#header #description {
display:none;}
