/* CSS Document */

p{
	font-family: "Century Gothic", sans-serif, Verdana;
	font-size: 14px;
	color: #666666;
	line-height: inherit;
	font-weight: normal;
}
.normal {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

.header{
	font-family: "Century Gothic", sans-serif, Verdana;
	font-size: 36px;
	color: #000000;
	line-height: 46px;
	font-weight: normal;
}
.bold {
	font-family: "Century Gothic", sans-serif, Verdana;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #B15143;
	background-color: #FFFFFF;
	font-stretch: wider;
}

.navigation {
	font-family: "Century Gothic", sans-serif, Verdana;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: FFFFFF;
	text-decoration: none;
	background-color: #FFFFFF;
	display: inline;
	width: auto;
}

.navigation:hover {
	font-family: "Century Gothic", sans-serif, Verdana;
	font-size: 18px;
	font-style: inherit;
	font-weight: bold;
	color: #B15143;
	background-color: #FFFFFF;
}

.footer {
	font-family: "Century Gothic", sans-serif, Verdana;
	font-size: 12px;
	color: #666666;
	font-stretch: normal;
	font-weight: lighter;
}
