@charset "iso-8859-1";

/*******************************************************************************
*  theme/camille.css : 2005.09.07
* -----------------------------------------------------------------------------
*  Tank! Theme - Camille
*******************************************************************************/

body
{
	background-color: #e7d9d0;
	color: #000;
}
#pageWrapper, #innerColumnContainer, #masthead, #footer, #topMenu, #topMenu ul, #topMenu a
{
	border-color: #845;
}
div.twoColumns div.leftColumn, div.twoColumns div.rightColumn
{
	border-color: #ddd;
}
#pageWrapper
{
	background-color: #fcf9f9;
	color: #999;
}
#masthead
{
	background-color: #e77;
	color: #000;
}
#masthead h2
{
	color: #fff;
}
#outerColumnContainer
{
	background-color: #fff;
	color: #223;
	border-right-color: #fee;
}
#topMenu li a, #topMenu li a:link, #topMenu li a:visited, #topMenu li a:active
{
	background-color: #f7f0e6;
}
#topMenu li a:hover
{
	color: #fff;
	background-color: #845;	/* keep the same color as the borders */
}
#rightColumn ul.rMenu li a
{
	border-color: #c89;
}
#rightColumn ul.rMenu li a:link, #rightColumn ul.rMenu li a:visited, #rightColumn ul.rMenu li a:active
{
	background-color: #fff6e6;
	color: #336;
}
#rightColumn ul.rMenu li a:hover
{
	background-color: #c89;
	color: #fff;
}
#rightColumn h3	
{
	color: #734;
}
