/* CSS Document */
body{
	background-color: #000000;
	font-family: sans-serif, Tahoma, Arial, Helvetica;
	font-size: 12px;
	text-align : center;
	min-width : 800px;
	background-image: url(../IMG/KF_BG_GradFill.jpg); 
	}

div#cpage{
	text-align:left;
	position:relative;
	width:800px; 
	height:500px; 
	margin-left : auto;
	margin-right : auto;
	margin-bottom:10px;
	}
	
div#Header{
	text-align : right;
	position:relative;
	width:800px;
	height:60px;
	z-index:2;
	margin-bottom: 10px;
	}
	
div#Navigation{
	text-align : center;
	position:relative; 
	width:800px; 
	height:40px; 
	z-index:2;
	margin-bottom: 10px;
	}

div#navblock{
	Display:block;
	width:90%;
	margin-bottom:10px;
	float:left;
	}

div#InPageNav{
	clear:left;
	float:left;
	margin-bottom:15px;
	}
		
div#ContentWrapper{
	clear:both;
	width:800px; 
	z-index:2;
	margin-bottom: 10px;
	}
	
div#main{
	padding:4px;
	float:left;
	width:580px; 
	height:380px; 
	z-index:3;
	overflow: auto;
	background-color: #333333;
 	}
	
div#side{
	padding:4px;
	float:right;
	width:190px; 
	height:380px; 
	z-index:3;
	background-color: #333333;
	}
	
div#footer{
	position:relative; 
	width:800px; 
	height:25px; 
	background-color: #333333;
	margin-top:10px;
	z-index:2;
	}
	
div#copyright{
	position:relative; 
	width:800px; 
	height:25px; 
	margin-top:10px;
	margin-left : auto;
	margin-right : auto;
	text-align: right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #2c9fce;
	z-index:2;
	}
