@charset "utf-8";

body {
	width: 100%;
}

#container {
	clear: both;
	position: relative;
}

#header {
	margin: 0px;
	margin-bottom: 5px;
	color: #f80;
	font-size: 110%;
	text-align: left;
	border-bottom: 1px solid #f00;
	width: 100%;
	height: 70px;
}

#userinfo {
	margin: 0 5px 0 0;
	float: right;
	font-size: 10px;
}

#footer
{
	margin-top: 10px;
	color: #f80;
	font-size: 80%;
	text-align: center;
	border-top: 1px solid #f00;
	width: 100%;
	height: 50px;
	clear: both;
}

#content-box
{
//	margin-right: 160px;
	background-color: #fff;
}


#sidebar
{
	position: absolute;
	right: 0;
	top: 80px;
	width: 150px;
	font-size: 12px;
	line-height: 18px;
	color: #f80;
}

