/*****************************
 BROWN COLOUR SCHEME OVERRIDES
 *****************************/

/**********************************************************
 RULES
 **********************************************************
 DARK IS USED FOR:
     #midlinks top border
     #midlinks bottom border
     #midlinks links
     #content bottom border
     h1, h2, h3 colour
     h2.locmaph2 background
     
 MEDIUM IS USED FOR:
     .imgbox background
     td.evhead background
 
 LIGHTEST IS USED FOR:
     #midlinks background
     #footer top border
     table.events td bottom border
 **********************************************************/
 
#midlinks {
	border-top: 1px solid #976E1F;
	border-bottom: 1px solid #976E1F;
	background: #EBDECC URL("/schemes/brown-grad.gif");
}

#midlinks a:link, #midlinks a:visited, h1, h2, h3 {
	color: #976E1F;
}

#footerouter{
	border-top: 1px solid #976E1F;
}
#footer {
	border-top: 12px solid #EBDECC;
	color: #666666;
}

h2.locmaph2 {
	background: #976E1F;
}

table.imgbox, table td.evhead {
	background: #CBB188;
}

table.events td {
	border-bottom: 1px solid #EBDECC;
}