body, h1, h2, h3, ul, li, na, p {
	font-family: "Eras Light ITC";
	margin: auto;
	color: #FF0;
	text-align: center;
}
.clear {
	clear: both;
}

#wrapper {
	background-color: #3b342e;
}
#bg-content {
	background-color: #3b342e;
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#content {
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
#content img {
	display: block;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

#bg-footer {
	background-color: #3b342e;
	height: 100px;
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
}

#footer p {
	font-size: 18px;
	color: #F00;
	font-style: italic;
	font-weight: bolder;
	text-align: center;

}
#footer img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#footer h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #36F;
	font-weight: bolder;
}
