body {
	background-color: #000;
	margin: 0;
	padding: 0;
	text-align: right;
	
  font: normal normal normal 11px Verdana, Helvetica, sans-serif; 
	color: black;
	
	behavior: url('csshover.htc');
}
a img {
	border: 0;
}

	/* navigation menu */
#mainnav {
	width: 177px;
	height: 705px;
	vertical-align: top;
	background-color: #333;
	color: white;
	z-index: 1;
}
#mainnav a {
	font-family: Arial;
	font-size: 12px;
	color: white;
	text-decoration: none;
}
#mainnav ul {
	padding: 0;
	margin: 11px 3px 0 1px;
	z-index: 1;
	
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}
#mainnav ul li {
	border-bottom: solid white 1px;
	margin: 0 0 0 2px;
	padding: 3px 0 4px 0px;
	position: relative;
	z-index: 1;
	
	list-style: none;
}
#mainnav ul li:hover {
	background-color: #555;
}
#mainnav ul ul {
	width: 150px;
	display: none;
	z-index: 20;
}
#mainnav ul li:hover ul {
	display: block;
	background-color: black;
	border: solid white 1px;
	position: absolute;
	top: -8px;
	left: 170px;
	z-index: 20;
}
#mainnav ul ul li {
	padding: 2px 4px 2px 8px;
	margin: 0 1px;
	z-index: 20;
}

	/* main content */
#main {
	width: 100%;
	height: 705px;
	margin: 0 auto;
	background-color: #000;
	text-align: left;
}

#hleft {
	width: 177px;
	vertical-align: top;
	text-align: center;
  background: transparent url('images/bkgrd.gif') repeat-x 0 0; 
}
#hmid {
	width: 100%;
	height: 124px;
	vertical-align: top;
	text-align: center;
  background: transparent url('images/bkgrd.gif') repeat-x 0 0; 
}
#hright {
	width: 200px;
	vertical-align: top;
	text-align: center;
  background: transparent url('images/bkgrd.gif') repeat-x 0 0; 
}

#leftc {
	height: 705px;
	vertical-align: top;
	background-color: #fff;
	color: black;
}
#rightc {
	width: 200px;
	vertical-align: top;
	color: white;
}

#footer {
	height: 30px;
	padding-right: 5px;
	text-align: right;
	font-family: Arial Narrow;
	font-size: 10px;	
	border-top: solid white 1px;
	color: white;
}