/* CSS Document */

BODY {
	margin: 0 auto 0 auto;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url(media/images/large_background_01.jpg); 
	background-color: #DABB8F;
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	margin: 0 auto 0 auto;
}
.main_menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	color: #663300;
}

.main_menu a:link {
	color: #663300;
	text-decoration: none;
}
.main_menu a:visited {
	color: #663300;
	text-decoration: none;
}
.main_menu a:active {
	color: #ffffff;
	background-color:#663300;
	text-decoration: none;
}
.main_menu a:hover {
	color: #ffffff;
	background-color:#663300;
	text-decoration: none;
}
.sub_menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #663300;
}

.sub_menu a:link {
	color: #663300;
	text-decoration: none;
}
.sub_menu a:visited {
	color: #663300;
	text-decoration: none;
}
.sub_menu a:active {
	color: #ffffff;
	background-color:#663300;
	text-decoration: none;
}
.sub_menu a:hover {
	color: #ffffff;
	background-color:#663300;
	text-decoration: none;
}
.blogs {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	color: #663300;
}

.blogs a:link {
	color: #663300;
	text-decoration: none;
}
.blogs a:visited {
	color: #663300;
	text-decoration: none;
}
.blogs a:active {
	color: #ffffff;
	background-color:#663300;
	text-decoration: none;
}
.blogs a:hover {
	color: #ffffff;
	background-color:#663300;
	text-decoration: none;
}
