@import "../_includes/layout.css";
/* BROWN: e8e1d4 */
/* LIGHT YELLOW: e8e1d4 */

body {
	background: #000;
	color: #000000;
	}
#info {
	color: #e8e1d4;
	}
#info strong {
	color: #e8e1d4;
	}

#nav a {
	color: #e8e1d4;
	background: url(../_media/colorset1/bullet.gif) no-repeat right 4px;
	}
#nav a:hover, #homepage #nav #index a, #schedulepage #nav #schedule a, 
#committeepage #nav #committee a, #directionspage #nav #directions a, 
#detailpage #nav #detail a, #faqpage #nav #faq a, #lodgingpage #nav #lodging a,
#photospage #nav #photos a, #recappage #nav #recap a, #regdetailspage #nav #regdetails a, 
#registrationpage #nav #registration a, #ridepage #nav #rides a, #volunteerpage #nav #volunteer a {
	color: #FFF;
	}
h1 {
	color: #a3621f;
	}

#tripplanner strong {
	color: #e8e1d4;
	}
#tripplanner ul, #tripplanner a {
	color: #e8e1d4;
	}
#tablecss th {
	background: #a1601f;	/* TABLE LIGHT */
	color: #d9c7b0;			/* FONT ON LIGHT */
	}
#tablecss td {
	color: #000000;
	}
#tablecss td.description {
	}
#tablecss td.description div {
	border-bottom: 1px #000000 dotted;
	color: #4c382a;
	}
#tablecss tr td {
	background: #ffffff;
	}
#tablecss tr.even td {
	background: #ddc2a6;	/* TABLE LIGHTER */
	}
#tablecss .subhead td, #tablecss thead td  {
	background: #834e19;	/* TABLE DARK */
	color: #d1bca3;			/* DARK TEXT */
	}
#tablecss a {
	color: #000000;
	}
#footer, #footer a {
	color: #e8e1d4;
	}

#sidecolumn_left {
	background: url(../_media/colorset1/sidecolumn_left.gif) repeat-y;
}	
#sidecolumn_right {
	background: url(../_media/colorset1/sidecolumn_right.gif) repeat-y;
}	
	