﻿body 
{
	background-color: #5c4233;
	background-image: url(images/body_bkg.jpg);
}

.link
{
	background-image: url(images/lnk_off.jpg);
	background-repeat: no-repeat;
	height: 27px;
	width: 219px;
	color: #513b17;
	font-family: Times New Roman;
	font-size: 18px;
	text-decoration: none;
	display: block;
	text-align: center;
	padding-top: 8px;
}

.link:hover
{
	background-image: url(images/lnk_on.jpg);
	color: #995929;
	font-size: 18px;
}

.activeLink
{
	background-image: url(images/lnk_on.jpg);
	background-repeat: no-repeat;
	height: 27px;
	width: 219px;
	color: #995929;
	font-family: Times New Roman;
	font-size: 18px;
	text-decoration: none;
	display: block;
	text-align: center;
	padding-top: 8px;
}

.menu
{
	width: 209px;
	padding-left: 58px;
	padding-top: 31px;
}

.menu_sub
{
	width: 209px;
	padding-left: 40px;
	padding-top: 11px;
}

.hidden {
	visibility:hidden;
	display:none;
}

