body {
	margin: 0px;
	padding: 0px;
	background: #000000;
}
p {
	margin: 0 0 1em;
	line-height: 1.4em;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #B30D22;
	text-decoration: underline;
}
.innerfooter {
	background: url(images/logo-footer.gif) no-repeat right top;
	padding: 15px 110px 15px 190px;
	color: #B20C20;
	text-align: center;
	line-height: 1.6em;
	font-size: 0.95em;
}
.maincontent {
	background: url(images/bg-middle.gif) repeat-y;
}

.footer {
	background: #FFFFFF url(images/bg-footer.gif) repeat-y left top;
	clear: both;
}
td, div {
	font: 12px Helvetica, Verdana, Arial, sans-serif;
}
#centercontent {
	margin-right: 40px;
	margin-left: 240px;
}
h1 {
	font-size: 1.3em;
	margin-bottom: 0.7em;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #B30D22;
}
h2 {
	font-size: 1.3em;
	margin-top: 1.6em;
	margin-bottom: 0.7em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #B30D22;
}
#nav {
	width: 175px;
	padding-top: 10px;
	float: left;
}
#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	margin: 0px;
	padding: 0px;
}
#nav ul li a {
	padding-left: 30px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 14px;
	padding-bottom: 16px;
	text-align: left;
	display: block;
	font-size: 12px;
	width: 145px;
}
#nav ul li a:hover {
	background: url(images/bg-button.gif) no-repeat left center;
	color: #FFFFFF;
	text-decoration: none;
}
.light {
	font-weight: normal;
	color: #000000;
}
