/*
Gold:      #FDCC12 rgb(253,204,18)

Crimson:   #CC1233 rgb(204,18,51)
Deep BG:   #       rgb(220,216,143)
Shallow BG # 	     rgb(238,234,170)
Copy:      #       rgb(51,50,34)
*/

body {
	font-family:serif;
	/*background: #ddb url(../images/holder.gif) top center repeat-y;*/
	background: rgb(220,216,143) url(../images/holder.gif) top center repeat-y;
	color: rgb(51,50,34);
}
#branding {
	background: rgb(220,216,143) url(../images/header.gif) top left repeat-x;
	color: rgb(51,50,34);
}
#login {
	font-size:x-small;
	font-family:sans-serif;
}
#login a {
	color:#f00;
}
#navigation, #navigation li {
	background:#CC1233;
	border-top-color:#a00;
}
#navigation li a {
	color:#FDCC12;
	font-weight:normal;
	text-decoration:none;
	font-size:small;
	text-align:center;
}
#navigation li a:hover {
	text-decoration:underline;
	background:#FFF;
}
#promotion {
	border:1px dotted #f00;
	background:#fff;
}

table {
	
}
table th {
	color:rgb(51,50,34);
	font-weight:bold;
	font-family:sans-serif;
	border-bottom:1px solid rgb(51,50,34);
}
table td {
	border-bottom-color:rgb(220,216,143);
	border-bottom-style:solid;
}
