/* CSS Document */
body {
	background-color: #000000;
	background-image: url(../images/bodybg.gif);
	background-position: top left;
	background-repeat:repeat-y;
}
div#top_banner {
}
div#menu {
	width: 100%;
	min-width: 800px;
}
div#leftmenu {
	float: left;
	clear: left;
	width: 170px;
	font-size: 70%;
	font-style: italic;
	line-height: 2em;
	color: #ccc;
	background-color: #000;
	padding: 15px 0px;
	margin-right: 2px;
}
div#leftmenu ul {
	list-style-type: none;
	padding-left: 10px;
}
div#leftmenu ul ul {
	padding-left: 25px;
}
div#leftmenu a {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
}
div#leftmenu a:hover {
	color: #ff3;
}
div#content {
	float: left;
	clear: none;
	width: 75%;
	max-width: 75%;
	min-width: 628px;
}
div#content h1, h2, h3, p {
	margin: 10px 15px;
}
div#content h1 {
	text-transform: lowercase;
}
div#content a {
	color: #FFFF99;
	text-decoration: none;
}
div#content a:hover {
	color: #FFFFFF;
}
