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

div {
	border: 0px solid black;
}

mainly {
	width: 100%;
	min-height: 200px;
	padding: 2%;
	float: left;
}

#navigation {
	width: 90%;
	min-height: 200px;
	max-height: 200px;
	width:270px;
	float: right;
}

li {
	border:1px solid #cccccc;
	background:#f9f9f9;
	padding:4px;
	width:230px;
	height: 48px;
	margin-bottom:1em;
	
}

#panels {
	float: left;
	width: 80%;
	min-height: 200px;
	max-height: 385px;
	max-width: 480px;
}

#panels div {
	min-height: 500px;
}
