@charset "UTF-8";
/* CSS Document */

/* #nav CSS */
#nav h1 {
	font-family: futura-pt, Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 300%;
	line-height: 20px;
	color: #a9a9aa;
}
#nav h1 a {
	text-decoration: none;
	color: #a9a9aa;
}
#nav h1 a:hover {
	color: #8a8a8a;
}
#nav h1 a.current {
	color: #aaaf37;
}
#nav p {
	font-family: "futura-pt", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 75%;
	color: #8a8a8a;
}

/* #main CSS */
#main p {
	font-family: "futura-pt", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 150%;
	line-height: 30px;
	color: #8a8a8a;
}
#main p.small {
	font-family: "futura-pt", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 125%;
	line-height: 22px;
}
#main p a {
	color: #aaaf37;
	text-decoration: none;
	font-weight: 500;
}
#main img {
	padding: 0 10px 10px 0;
}

/* #footer CSS */
#footer p {
	font-family: "futura-pt", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 75%;
	color: #8a8a8a;
}
.homebg {
	background: url(/main-photo.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
