body
{
	background-color: #2F2F2F;
}
a
{
	color: #000000;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}

.main_header
{
	background-image: url(../images/header_image.jpg);
	background-repeat: repeat;
	height: 147px;
}
.main_header_title
{
	height: 106px;
	font-family: Monotype Corsiva;
	color: #DCC69D;
	font-weight: bold;
	font-size: 26pt;
}

.main_header_menu
{
	height: 35px;
}

.menu_txt
{
	font-size: 11px;
	color: #000000;
	font-family: Tahoma;
	font-weight: bold;
}

.menu_txt a
{
	color: #000000;
	text-decoration: none;
}
.menu_txt a:hover
{
	text-decoration: underline;
}

.content_text
{
	font-family: Arial;
	font-size: small;
}
.footer_text
{
	font-family: Arial;
	font-size: 9pt;
	color:#FFFFFF;
}
.home_page_text {
	font-family: Arial;
	font-size: 14pt;
	color:#9F0C12;
}