@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	text-align:center;
	background:#FFF;
	font: 12px Arial, Helvetica, sans-serif;
	color:#000;
}

.neken #content{
	width:1000px;
	margin:0px auto;
	text-align:left;
	background:#FFF;
	border-width:0 5px;
	border-color:#FFF;
	border-style:solid;
}

.neken #header{
	margin:0 0 10px 0;
}

.neken #footer{
	margin:10px 0 0 0;
	background:none;
	border-top:#DA251C 1px solid;
	text-align:center;
	line-height:25px;
}

.neken #leftsidebar{
        display:block;
	width:180px;
	float:left;
        /*background:#00F;*/
}

.neken #rightsidebar{
        display:block;
	width:180px;
	float:right;
        /*background:#0F0;*/
}

.neken #maincontent{
        width:600px;
	display:block;
        margin:0px auto;
		overflow:hidden;
        /*background:#F00;*/
}

.floatleft{
	float:left;
}

.floatright{
	float:right;
}

.clearfloat{
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}