a
{
	color: #f7961e;
}
body
{
	/*
	background: #e89147 url(../images/bodyOrangeBck.jpg) no-repeat center top;
	*/
	background: #e99147 url(../images/bodyOrangeBck.jpg) no-repeat center top;
}
div#container
{
	/*
	background: transparent url(../images/containerOrangeBck.png) repeat-x;
	*/
}
div#container div#main div#content h1
{
	color: #f7961e;
}
div#container div#main div#content ul.sidebar li a
{
	background-image: url(../images/sidebarOrangeBck.gif);
}
div#container div#main div#content ul.sidebar li a:hover
{
	color: white;
	background-position: left center;
}
div#container div#main div#content ul.sidebar li.selected a
{
	color: #f7961e;
	background-position: left bottom;
}
div#container div#footer
{
	background-color: #ffe3cc;
}
div#container div#footer a
{
	color: #f7961e;
}
div#container div#footer ul li
{
	background-image: url(../images/footerBulletOrangeBck.gif);
}