body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFFFCC;
	background-color: #333333;
	margin: 0px;
}
#header {
	background-color: #993300;
	margin-top: 0px;
	padding: 0px;
}

#leftbar {
	padding: 7px;
	position: absolute;
	left: 0px;
	background-image: url(graphics/sidebar.gif);
	background-repeat: repeat-y;
	height: 100%;
	background-position: left;
	width: 35px;
}

#rightbar {
	padding: 7px;
	position: absolute;
	right: 0px;
	background-image: url(graphics/sidebar.gif);
	background-repeat: repeat-y;
	height: 100%;
	background-position: right;
	width: 35px;
}

#content {
	margin: 40px;
	text-align: left;
	max-width: 50em;
}

h1 {
	color: #CCCC33;
	font-size: 100%;
	margin-top: 16px;
	margin-bottom: 7px;
	font-weight: bold;
}
#header h1 {
	margin: 0px 0px 0px 75px;
	padding: 7px;
	font-weight: normal;
	color: #000000;
	background-color: #CC6600;
	font-size: 100%;
	text-transform: uppercase;
	}
	
#header a {
	color: #000000;
	}

#header a: active {
	color: #000000;
	text-decoration: underline;
	}
.colortext1 {color: #CCCC33}
.colortext2 {color: #CC9933}
.leftfloat {
	float: left;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 0px;
}

a {
	text-decoration: none;
	}
	
a:link {
	color: #CCCC33;
}
a:visited {
	color: #CCCC33;
}
a:active {
	color: #CCCC33;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
.clearfloat {
	clear: both;
}
