body, 
html
{
	background:#000;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
}

#kn-container
{
	margin:0 auto;
	width:990px;
	height:100%;	
}

#kn-header
{
	float:left;
	width:990px;
	height:150px;
	margin:0 0 3px 0;
	background:#000 url(/html/images/framework/banner_bg.jpg) no-repeat center left;
}

#kn-left
{
	float:left;
	width:169px;
	height:auto;
	padding:0 10px 0 0;
}

#kn-center
{
	float:left;
	width:630px;
	height:auto;
	overflow-x:hidden;
	margin:0 10px 0 0;
}

#kn-full, body.kn-wide_content #kn-center
{
	float:left;
	width:810px;
	height:auto;
	margin:0;
	overflow-x:hidden;
}

#kn-right
{
	float:left;
	width:170px;
	height:auto;
}

/* Pod holders */
.kn-right_pod,
.kn-left_pod
{
	width:169px;
	height:100%;
	float:left;
	padding:0;
	margin:0 0 10px 0;
}



.kn-center_pod
{
	width:100%;
	height:auto;
	float:left;
	padding:0;
	margin:0 0 10px 0;	
	overflow-x:hidden;
}

.kn-center_pod_full_pod
{

}

a
{
	color:#fff;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

form{
	float:left;

}