.main-bg {
	background-color: #231E18;
	background-image: url(images/main-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.bg {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #2A261D;
	text-decoration: none;
}
.normal-text {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #8A8374;
	text-decoration: none;
}

.menu a{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #2A261D;
	text-decoration: none;
}
.menu a:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #650000;
	text-decoration: none;
}
.menu a:visited{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #2A261D;
	text-decoration: none;
}
.separator {
	padding-right: 10px;
	padding-left: 10px;
	
}
.list 
	{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #8A8374;
	text-decoration: none;
	}
	
	.list ul
	{
		padding:0px;
		margin:0px;
		list-style:none;
		padding-left:0px;
		padding-top:0px;
	}
	
	.list li
	{
		line-height:22px;
		background:url(images/arrow.gif) 0px 9px no-repeat;
		padding-left:20px;
	}
	.list a, .list a:link
	{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #8A8374;
	text-decoration: none;
	}

	.list a:hover
	{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #B7B0A0;
	text-decoration: none;
	}
	
	.links {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #8A8374;
	text-decoration: none;
}
	.links a{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #8A8374;
	text-decoration: none;
}
	.links a:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #B7B0A0;
	text-decoration: none;
}
	.links a:visited{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #8A8374;
	text-decoration: none;
}