* {
	margin: 0;
	padding: 0;
}
body {
	background: #000;
	text-align: center;
}
#container {
	width: 900px;
	height: 695px;
	margin: 20px auto;
	border: solid 1px #fff;
	background: transparent url('img/contentbg.jpg') top right no-repeat;
}
#nav {
	background-image: url('img/navbg.jpg');
	width: 405px;
	height: 695px;
	float: left;
}
#content {
	width: 495px;
	height: 479px;
	float: right;
	overflow: auto;
	margin-top: 216px;
	font: 10pt Georgia, "Times New Roman", Times, serif;
	text-align: left;
}
#content-slideshow {
	width: 495px;
	height: 479px;
	float: right;
	overflow: hidden;
	margin-top: 216px;
	font: 10pt Georgia, "Times New Roman", Times, serif;
	text-align: left;
}
#content h1 {
	margin: 30px 35px;
	text-align: center;
	font-size: 16pt;
	font-weight: bold;
	text-transform: uppercase;
}
#content h2 {
	margin: 20px 35px;
	font-size: 14pt;
	font-weight: bold;
}
#content h3 {
	margin: 20px 35px;
	font-size: 12pt;
	font-weight: bold;
}
#content h4 {
	margin: 20px 35px;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}
#content p {
	margin: 20px 40px;
}
#content table {
	width: 435px;
	margin: 0 40px;
	border-collapse: collapse;
}
#content table tr td {
	padding: 2px 0;
}
#content table tr h3 {
	margin-left: -10px;
}
#content table tr.subheader td {
	font-weight: bold;
}
#content a img {
	border: none;
}
#footer {
	font: 8pt Arial, Helvetica, sans-serif;
	color: #fff;
}
#footer a, #footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}
