/*  Fortiss Style */
/*
These classes define the styles that change for different categories of page.
i.e. 'Themes'
*/

.border
{
	height: 7px;
	width: 7px;
	background-color: #3F3730;
}
.menubar
{
	color: #DEBB58;
	background: #3F3730;
}
A.menubarlink:hover
{
	color: #DEBB58;
}
.MainNavArea
{
	width: 233px;
	background-color: #7A6345;
}
