body {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #FFF;
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#top-bar {
	background: #000;
	height: 80px;
	width: 100%;
}
#top {
	margin-top: -80px;
	color: #FFF;
}
#top h1 {
	font-size: 2.9em;
	margin: 0px;
	padding: 0px;
	color: #FFF;
}

#top p {
	font-style: italic;
	color: #F90;
	margin-top: -8px;
	padding-top: 0px;
	margin-left: 55px;
}

#top a:link {
	color: #FFF;
	text-decoration: none;
}
#top a:hover {
	color: #FFF;
	text-decoration: none;
}
#top a:visited{
	color: #FFF;
	text-decoration: none;
}

#nav-main {
	float: right;
	margin-top: -75px;
}

#nav-main a:link {
	color: #FFF;
	text-decoration: none;
}
#nav-main a:hover {
	color: #F90;
	text-decoration: none;
}
#nav-main a:visited{
	color: #FFF;
	text-decoration: none;
}
  
#nav-main ul {
	clear:both;
	float: right;
}
  
#nav-main ul li {
	display: inline;
	margin-left: 0px;
	margin-right: 0px;
}
#nav-main img {
	padding-left: 5px;
	border-style: none;
}
#social {
	float: right;
	margin-bottom: -12px;
	margin-top: 10px;
}

#content {
	margin-top: 55px;
	padding-bottom: 80px;
}

#content h1 {
	margin-bottom: 12px;
	padding-bottom: 0px;
}

#content h2 {
	font-style: italic;
	color: #F90;
	margin-top: 30px;
	padding-top: 0px;
	line-height: 1.2;
}

#content h3 {
	margin-top: 15px;
	margin-bottom: 0px;
}

#content p {
	line-height: 1.5;
	margin-top: 0px;
}

#content li {
	line-height: 1.6;
}

#content dt {
	float: none;
	clear: both;
}

#content dl .img-left {
	margin-bottom: 35px;
}

#content dd {
	margin-bottom: 30px;
}
#content a:link {
	color: #000;
	text-decoration: none;
}
#content a:hover {
	color: #F90;
	text-decoration: none;
}
#content a:visited {
	color: #999;
	text-decoration: none;
}

#clear {
	clear: both;
	height: 10px;
}

#bottom-bar {
	background: #000;
	clear: both;
	height: 50px;
	width: 100%;
	position: fixed;
	left: 0px;
	bottom: 0px;
}

.img-right {
	float: right;
	padding-left: 6px;
	clear: both;
}

.img-left {
	float: left;
	margin-right: 8px;
}

.text-right {
	float: right;
}

.quote {
	margin-bottom: 30px;
	font-style: italic;
}
.section {
	clear: both;
	width: 100%;
}
