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

#header {
	width:850px;
	heigh:100%;
	}
	
#content {
	width:580px;
	height:100%;
	min-height:400px;
	margin-right:5px;
	margin-left:5px;
	clear:left;
	float:left;
	}

#footer {
	width:850px;
	height:100%;	
	clear:left;	
	}

#sidebar {
		width:240px;
		height:100%;
	  	float: left;
	}	