/******************************************  
 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: #000000;
}

.wide {
    margin-top: 30px;
}

#navbar {
    float: left;
    margin: 5px 30px 5px 16px;
    color:#fff;
}

a { color: #be3f07; text-decoration:none; }
a:hover { color:#202340; text-decoration:underline;}