@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: #664;				  /* was #322 */
}
#masthead
{
	border: none;
	margin: 0 -5px;								  /* was 0 -5px */
	background-color: #800;				  /* was #642, try #885 or #800000 */
}
#pageWrapper
{
	border-color: #642;						  /* tiny page wrapper, was #642 */
	border-width: 0 4px 4px 4px;
	background-color: transparent;	/* was 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: #fff;					/* inner column color--was #ffe */
	color: #000;
}
#outerColumnContainer
{
	 border-left-color: #ca7;
	border-right-color: #ca7;
}
#footer, .hnav, .hnav ul li a
{
	background-color: #974;
	color: #fff;
}

/* ************************************************************************** */