#header
{ 
    background-color:#404080;
    margin-left:140px;
    background-image: url('http://dudesmag.com/css/dudeslogo.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    height:60px;
    max-height:60px;   
}

#left
{   
    background-color:#333333;
    background-image: url('left.gif');
    background-repeat: no-repeat;    
    background-position: top center;
}

#center 
{ 
    background-color:#404080;   
    color:white;
}

#right
{ 
    
}

#footer 
{
    background-color:#333;
}

#menu a, #menu h2 
{
    border-color: #ccc #888 #555 #bbb;
}

#menu h2 
{   
    color:#eeee9a;
    background:#000000;
}

#menu a 
{
    color: #000000;
    background: #ffffff;
}

#menu a:hover 
{
    color: #a00;
    background: #eeee9a;
}

