/******************************************  
 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.
*/

body {
 	background: #606060;
}

#main {
background: ivory;
}

.wide {
    margin-top: 5px;
    background: #cfcfcf;
}

#navbar {
float: left;
width: 1000px
}

.dropdown a {
font-size: 16px;
color: yellow;
}
#header {
background: #000000;
}

#navbar {
margin: 0px 0px 0px 0px;
}