/* color.css */

html { 
background-color : #2F2F2F; }

div#content { 
background-color : #B49737; }

body { 
/*padding-top : 50px;*/ }

div#top_bar { 
position : relative;
z-index : 1;
height : 43px;
background-color : #6f85A4;}

div#bottom_bar {
background-color: #000000;
} 

div#top_bar p { 
position : absolute;
top : 45px;
left : 35px;
margin : 0; }

div#content_sub div#left-menu {
background-color: #BF7315; 
}

div#content_main div#title-bar {
background-color: #889700;	
}

div#content_main div#main_content {
background-color: #FFFDDA;
}


