/*** RESET ***/

body {

	background-color:#B7A054;

}

strong {

	color:#585532;

}

table {

	border-color:#B7A054;

}

table tr td {

	border-color:#A85B2D;

}

select {

	border-color:#A85B2D;

	color:#585532;

}



/*** PAGE STRUCTURE ***/

.main {

	border-color:#2B2320;

}

.banner {

	background-color:#585532;

	background-image: url(../images/DBC_banner.png);

	background-repeat:no-repeat;

	background-position:right top;

}

.content {

	background-color:#F0E8A9;

	color:#2B2320;

;

}

.footer {

	background-color:#585532;

	color:#F0E8A9;

	background-image: url(../images/DBC_banner.png);

	background-repeat:no-repeat;

	background-position:right bottom

}



/*** TEXT ***/

.content a, .content a:hover, .content a:active, .content a:visited, .content a:focus {

	color:#A85B2D;

}

.footer a, .footer a:hover, .footer a:active, .footer a:visited, .footer a:focus {

	color:#F0E8A9;

}



/*** BANNER & TABS ***/

.banner ul li { /* tabs */

	border-color:#2B2320;

	background-color:#A85B2D;

}

.banner .tabs ul li:hover { /* tabs change on hover */

	background-color:#2B2320;

}

.banner .tabs ul li.selected:hover { /* selected tab stays the same on hover */

	background-color:#A85B2D;

}

.banner h1 { /* title */

	color:#B7A054;

}

.banner .tabs a, .banner .tabs a:hover, .banner .tabs a:active, .banner .tabs a:visited, .banner .tabs a:focus { /* tab anchor text */

	color:#F0E8A9;

}
