body {
	background-color: #FFFFFF;
}

#page{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	border-style: none;
	background-color: #FFFFFF;
}

#page-wrapper{
	position: absolute;
	border-style: none;
	width: 1000px;
	background-color: #FFFFFF;
}

#header{
	float: left;
	border-style: none;
	width: 100%;
	height: 100px;
	background-color: #FFFFFF;
}


#left-sidebar {
	float: left;
	border-style: none;
	width: 160px;
	background-color: #FFFFFF;
	padding-left:5px;
}

#contents {
	float: left;
	border-style: none;
	width: 835px;
	background-color: #FFFFFF;
	overflow: auto;
}

#contents ul{
	list-style: none;
	list-style-type: none;
}

#contents-wrapper{
	position: absolute;
	border-style: none;
	width: 800px;
	padding-left:30px;
	background-color: #FFFFFF;
}

