@charset "utf-8";
.base #container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	border: 0px ridge #999999;
	
}
.base #header{
	width: 760px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	background-color:#000000;
}
.base #sidebar{
	float: left;
	width:120px;
	padding: 0px 0px 0px 0px;
	margin-left: 5px;
	margin-right:5px;
	background-color:#000000;
}
.base #maincontent{
	margin: 0 0 0 140px;
	padding: 0 10px;
	line-height: inherit;
	height: auto;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #333333;
	background-color:#000000;
}
.fltrt{
	float: right;
	margin-left: 8px;
}
.fltlft{
	float: left;
	margin-right: 8px;
}
.clearfloat{
	clear: both;
	height: 0;
}
.base #container2 #footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
