@charset "iso-8859-1";

/*******************************************************************************
*  tweak_01.css : 2004-07-06 : Ruthsarian Layouts
* ------------------------------------------------------------------------------
*  this layout demonstrates a modification to the skidoo layout in which 
*  a thick border is placed around the layout with the masthead also taking
*  on a background color of the same color.
*******************************************************************************/

body
{
	background-color: #322;
}
#masthead
{
	border: none;
	margin: 0 -5px;
	background-color: #642;
}
#pageWrapper
{
	border-color: #642;
	border-width: 0 5px 5px 5px;
	background-color: transparent;
}
#bodyWrapper
{
	border-style: solid;
	border-width: 0 1px;
}
.hnav, #footer
{
	border-width: 1px;
}
#leftColumn .vnav ul li a:hover, #rightColumn .vnav ul li a:hover
{
	background-color: #edb;
	color: #300;
}
.hnav ul li a:hover
{
	background-color: #edb;
	color: #300;
}
#leftColumn .vnav ul li a, #rightColumn .vnav ul li a
{
	background-color: #a85;
	color: #fff;
}
#innerColumnContainer, #contentColumn
{
	background-color: #ffe;
	color: #000;
}
#outerColumnContainer
{
	 border-left-color: #ca7;
	border-right-color: #ca7;
}
#footer, .hnav, .hnav ul li a
{
	background-color: #974;
	color: #fff;
}

/******************************************************************************/
