
body {
   color: #000;
}

h1 {
   color: #000;
}

h2 { 
   color: #000;
}

#sidebar-a {
	background-color: #F2681D;
}

#sidebar-white {
	background-color: #FFFFFF;
}




#sidebar-specials {
	background-color: #FFF;
}

#center {
	background-color: #AEA294;
}

#content {
	background-color: #AEA294;
}

#container {
	background-color: #AEA294;
	
}

a {
	color: #000;
}

table.grey {
	border-collapse: collapse;
	background: #c3c4c6;
}

tr.grey { border-bottom: 1px solid #fff;}

table.grey td { border-right: 1px solid #fff;}

td#tl {
	background-image: url(../images/table-tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

td#br {
	background-image: url(../images/table-br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}