@charset "iso-8859-1";
body
{
	margin: 0;
	padding: 0;		/* remove this padding if you want the layout to
				   stretch from edge to edge of the viewport. */
}
.blackband {
position: relative;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	display: block;
	padding: 0.5em;
	text-decoration: none;
}
.blackband a {
	color: #FFFFFF;
}
.blackband a:hover {
	color: #CC0000;
}
.container {
background-color: #ffffff;
	position: relative;
	height: 90%;
	width: 100%;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	top: 0px;
	line-height: 20px;
	display: block;
	clear: both;
}
.nav {
position: absolute;
	height: 250px;
	width: 150px;
	top: 180px;
	left: 40px;
	line-height: 20px;
	display: block;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
}
.content {
position: absolute;
	width: 380px;
	top: 130px;
	left: 250px;
	line-height: 20px;
	display: block;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000000;
}
.pix {
position: relative;
	height: 102px;
	width: 380px;
	left: 0px;
	line-height: 20px;
	display: block;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000000;
}
.hnav ul
{
	position: relative;
	text-align: center;
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
}
.hnav ul li
{
	display: inline;
	white-space: nowrap;
	margin: 0;
}
.hnav ul li a
{
	text-decoration: none;
	margin: 0 -1px 0 0;
	padding: 3px 10px 4px 10px;
}
