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

#wrapper {
	width: 1080px;
	padding-top: 50px;
	margin-right: auto;
	margin-left: auto;
/*	background-color: #E3ECE4;*/
	/* [disabled]height: 1500px; */
}
#sidebar {
	width: 180px;
	float: left;
	height: 700px;
	position: fixed;
}
#sidebar h1 {
	font-size: 16px;
	padding-bottom: 30px;
}

#sidebar ul {
	width: 70px;
	overflow: hidden;
}
#sidebar li {
	height: 2.3em;
	background-color: #FFF;
	margin-bottom: 3px;
	line-height: 2.2em;
	padding-left: 1px;
}
#footer {
	clear: left;
	text-align: right;
	padding: 5px;
}
