/* 
    Document   : header
    Created on : 2010-1-8, 11:27:01
    Author     : kembo06
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
.header{
    color:#fff;
    margin:auto;
}
.header .top{
    width:1055px;
    background-image: url(/images/musicstory/header.jpg);
    background-repeat: no-repeat;
    height:235px;
    margin: 0 auto;
    text-align:center;
}
.header .top .left{
  padding-top:52px;
  float:left;
  padding-left:45px;
}
.header .top .middle{
 float:left;
 padding-top:43px;
 padding-left:18px;
}
.header .top .right{
  float:left;
  padding-top:32px;
}
.header .top .right .logo{
  padding-bottom:5px;
  padding-top:10px;
}
.header .list{
   float:left;
   width:1055px;
   padding-top:12px;
}
