@charset "utf-8";

body{
	font-size: 16pt;
}

#container {
	clear: both;
}

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

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

#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
{
	background-color: #fff;
}

#sidebar
{
	font-size: 12px;
	line-height: 18px;
	color: #f80;
}

.menu, .menu:visited{
	font-size: 20px;
}
a.menu{
	color: #f30;
	font-weight: bold;
}
.menu a:link{
}
