html, body {
	margin: 0px;
	height: 100%;
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	color: #000000;
	line-height: 135%;
	background: url(../img/filler2.gif) left top repeat-y;
	background-color:#000000;
	

}
a {
color: #006699;
}
a:hover {
color: red;
}
#header {
	position: relative;
	top: 0px;
	left:0px;
	margin-bottom:40px;
	background: url(../img/filler2.gif) left top repeat-y;
	z-index:1
}

#container{
	height:100%;

}
#navi{
	position: absolute;
	top: 0px;
	height: 100%;
	width:150px;
	background:url(../img/punk.gif) bottom left no-repeat;
	/** border: 1px solid red; **/
}

#content{
	margin-left: 200px;
	padding-right: 20px;
	height: 65%;
	overflow: auto;
	width: 600px;
	background-color:#FFFFFF;
}


h1 {
	font-size: 17px;
}
h2 {
	font-size: 15px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.red, .smallred {
	color: red;
}
li {
	padding-bottom:10px;
}
.small {
	font-size: 12px;
}
.imp a {
color: #FFFFFF;
}
