body {
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #211F20;
	font-family: Arial, Helvetica, sans-serif;
}
.bg {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
}

.menu{
	list-style-type: none;
	padding: 0;
	width: 206px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

.menu li a{
	color: #8D3D00;
	display: block;
	width: auto;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(images/menu_1.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-left: 70px;
	line-height: 27px;
}


* html .menu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 206px;
}

.menu li a:visited, .glossymenu li a:active{
	color: #8D3D00;
	text-decoration: none;
}

.menu li a:hover{
	background-image:   url(images/menu_2.jpg);
	color: #964100;
	text-decoration: underline;
}

.text-home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}



/*  
from main script





a            { color: blue; text-decoration: none;}
a:visited    { color: blue; text-decoration: none;}
a:hover      { color: blue; text-decoration: underline;}
body {  font-family: Verdana, Arial, Helvetica, sans-serif}

TD.t {
  font-size : 10px;
  font-family : verdana;
  color : #000000;
  background : #ffffff url(/img/blue.gif) repeat; /* EDIT THIS TO YOUR SITE'S IMAGE FOLDER*/
}


/*

TD.s {
  background : #ffffff url(/img/blue2.gif) repeat; 
}
/* EDIT THIS TO YOUR SITE'S IMAGE FOLDER*/
/*

/*

TD {
  font-size : 10px;
  font-family : verdana;
  color : #000000;
}

*/