/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/
#header {
    background: none repeat scroll 0 0 #FFFFFF;
    clear: both;
    float: left;
    position: relative;
    width: 100%;
    z-index: 100;
}
#menu {
    background-color: #CC0000;
    float: left;
    margin: 18px 10px 0 0;
    width: 970px;
}


