/* CSS Document */
.main-menu {
	font-family: "Franklin Gothic Book";
	font-weight: lighter;
	font-size: 12px;
	color: #5B2E00;
}
.main-menu a:link{
	color: #5B2E00;
	text-decoration: none;
}
.main-menu a:visited{
	color: #5B2E00;
	text-decoration: none;
}
.main-menu a:hover{
	color: #DF9F48;
	text-decoration: none;
}
.main-menu a:active{
	color: #DF9F48;
	text-decoration: none;
}

.copyright {
	font-family: "Franklin Gothic Book";
	font-weight: lighter;
	font-size: 12px;
	color: #5B2E00;
}
.copyright a:link{
	color: #c3532e;
	text-decoration: none;
}
.copyright a:visited{
	color: #c3532e;
	text-decoration: none;
}
.copyright a:hover{
	color: #DF9F48;
	text-decoration: none;
}
.copyright a:active{
	color: #DF9F48;
	text-decoration: none;
}

.text-main {
	font-family: Century;
	font-size: 13px;
	color: #5B2E00;
}
.text-main a:link{
	color: #C3532E;
	text-decoration: none;
}
.text-main a:visited{
	color: #C3532E;
	text-decoration: none;
}
.text-main a:hover{
	color: #DF9F48;
	text-decoration: underline;
}
.text-main a:active{
	color: #DF9F48;
	text-decoration: none;
}
.text-main-heading {
	font-family: Century;
	font-size: 15px;
	color: #5B2E00;
	font-weight: bold;
}
.text-main-heading a:link{
	color: #C3532E;
	text-decoration: none;
}
.text-main-heading a:visited{
	color: #C3532E;
	text-decoration: none;
}
.text-main-heading a:hover{
	color: #DF9F48;
	text-decoration: underline;
}
.text-main-heading a:active{
	color: #DF9F48;
	text-decoration: none;
}
body {
	background-color: #EBE2CF;
}

.heading {
	font-family: "Franklin Gothic Book";
	font-size: 30px;
	color: #5B2E00;
	font-weight: 100;
}