.footer {
	height: 40px;
	width: 900px;
	background-color: #521429;
	margin: 0 auto;
	font-family: "Century Gothic";
	font-size: 10px;
	color: #FFF;
}
.footer .footer-content {
	padding: 13px;
}
.logo {
	width: 890px;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 10px;
}
body {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #333;
	background-color: #666;
	background-image: url(images/bk.jpg);
	background-repeat: repeat-x;
}
.nav {
	height: 20px;
	width: 874px;
	background-color: #521429;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: "Century Gothic";
	color: #FFF;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 5px;
	padding-left: 13px;
}
.main {
	width: 880px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(images/dm.jpg);
	background-repeat: repeat;
	padding: 10px;
}
.folio {
	height: 400px;
	width: 500px;
}
.copyright {
	width: 900px;
	margin: 0 auto;
	font-family: "Century Gothic";
	font-size: 10px;
	color: #CCC;
}

.ah  {
	vertical-align: middle;
	width: 400px;
}

a:link {
	color: #808080;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #808080;
}
a:hover {
	text-decoration: underline;
	color: #CCC;
}
a:active {
	text-decoration: none;
	color: #808080;
}

.main a:link {
	color: #333;
	text-decoration: none;
}
.main a:visited {
	text-decoration: none;
	color: #333;
}
.main a:hover {
	text-decoration: underline;
	color: #CCC;
}
.main a:active {
	text-decoration: none;
	color: #333;
}
.paragraph_spacing {	
	line-height: 24px;
}

div#bottomNav a:link {
	color: 000;
}

