@charset "utf-8";

html, body {
	background-color: #000;
	margin: 0px;
	height: 100%;
}

.container {
	background: url('/images/background.gif');
	height: 100%;
}

.header {
}

.leftNav {
	vertical-align: top;
	padding:3px 6px 0px 0px;
}

.leftNavContainer {
	background-color: #333;
	background: url('/images/nav-background.gif');
	color: #666;
	font-size: 12px;
}

.leftNavContainer h3 {
	font-size: 16px;
}

.leftNavContainer a {
	text-decoration: none;
	color: #666;
}

.leftNavContainer a:hover {
	text-decoration: underline;
}

.navItem {
	padding: 2px 7px 2px 7px;
}

.content {
	padding: 9px 15px 9px 7px;
	vertical-align: top;
	color: #666;
	font-size: 14px;
	text-align: justify;
}

.footer {
	text-align: center;
	color: #888;
}

