@charset "utf-8";
*	{	
	margin: 0;
	padding: 0;
}
body  {
	font-family:"Courier New", Courier, monospace;
	background-color:#000;
	background-image:url(../gifs/bg.gif);
	background-repeat:repeat-y;
	font-size:15px;
}
p{
	margin-bottom:15px;
}
h1{
	margin-bottom:12px;
}
h2{
	color:#e3001a;
	font-size:15px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:7px;
}
a{
	color:#ffd704;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	font-weight:normal;
}
.thebody #header{ 
	background-color:#abafaf;
	height:18px;
	color:white;
	font-size:12px;
	cursor:pointer;
	padding-left:679px;
} 
.thebody #container { 
	width:1000px;
	background-image:url(../gifs/bg.gif);
	background-repeat:repeat-y;
} 
.thebody #menu {
	width:300px;
	float:left;
	line-height:1px;
}
.thebody #menu a, .thebody #menu a:hover{
	text-decoration:none;
	font-weight:normal;
}
.thebody #content {
	width:675px;
	margin: 0 0 0 318px;
	background-color:#000;
	color:#FFF;
	/*border:1px solid green;*/
}
.thebody #content #contentheader{
	height:141px;
	width:675px;
	text-align:right;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.red{
	/*color:#cd1316;*/
	color:#e3001a;
}
.yellow{
	color:#ffd704;
}

li{
	margin-left:35px;
	margin-bottom:10px;
}
.kokpa {margin-right:-10px;}
