body {
	background: #000;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#main {
	width: 760px;
	margin: 20px auto;
	background: url(img/bkgd_nav.gif) repeat-y #000;
}
#nav {
	background: url(img/bkgd_nav.gif);
	float: left;
	display: inline;
}
#nav ul {
	list-style: none;
	padding: 0 0 8px 0;
	margin: 0;
	width: 180px;
}
#nav ul li a  {
	font-size: 12px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	background: url(img/bkgd_nav.gif) repeat-y;
	color: #fff;
	margin: 14px 0 0 0;
	padding: 2px 76px 2px 0;
	font-weight: bold;
	text-align: right;
}
#nav ul li.subnav a  {
	font-size: 10px;
	letter-spacing: normal;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	background: url(img/bkgd_nav.gif) repeat-y;
	color: #fff;
	margin: 1px 0 0 0;
	padding: 3px 76px 3px 0;
	font-weight: normal;
}
#nav ul li a:hover {
	background: url(img/bkgd_navActive.gif) left center no-repeat;
	color: #ccc;
}
#nav ul li.subnav a:hover {
	background: url(img/bkgd_navActive.gif) left center no-repeat;
	color: #ccc;
}
#nav li.active a {
	background: url(img/bkgd_navActive.gif) left center no-repeat;
	color: #ccc;
}
#nav li.subnavActive a {
	background: url(img/bkgd_navActive.gif) left center no-repeat;
	color: #ccc;
	font-weight: normal;
	font-size: 10px;
	margin: 1px 0 0 0;
	padding: 3px 76px 3px 0;
}
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }

#content {
	float: right;
	display: inline;
	background: #fff;
	margin: 0;
	width: 572px;
}
#content a {
	color: #600;
}
#content a:hover {
	color: #900;
}
#content img.right {
	float: right;
	display: inline;
	margin: 3px 0px 15px 15px;
	border: 1px solid #ccc;
}
#content img.left {
	float: left;
	display: inline;
	margin: 3px 15px 10px 0;
	border: 1px solid #ccc;
}
#content h1 {
	color: #e5e5e5;
	background: #900;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 5px solid #000;
	letter-spacing: 0.1em;
	margin: 0 0 15px 0;
	padding: 12px 20px 10px 20px;
}
#content h2 {
	color: #e5e5e5;
	background: #900;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 5px solid #000;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 12px 20px 10px 20px;
}
#content p {
	color: #000;
	font-size: 11px;
	letter-spacing: 0.05em;
	line-height: 18px;
	margin: 0;
	padding: 0 20px 15px 20px;
}
#content p.related {
	color: #000;
	font-size: 11px;
	letter-spacing: 0.05em;
	line-height: 18px;
	margin: 0 0 10px 0;
	padding: 15px 20px 0 20px;
	border-top: 2px dotted #ccc;
}
#content p.toplink {
	color: #000;
	background: #ccc;
	font-size: 11px;
	letter-spacing: 0.05em;
	line-height: 18px;
	text-align: right;
	margin: 0;
	padding: 10px 20px 10px 20px;
	border-top: 5px solid #000;
}
#footer {
	background: #900;
	width: 760px;
}
#footer p {
	padding: 15px;
	margin: 0;
	text-align: right;
	letter-spacing: 0.05em;
	color: #000;
	font-size: 10px;
	text-transform: uppercase;
}