@charset "utf-8";
.mainarea {
	padding: 10px;
	width: 900px;
	background-color: #FFFFFF;
	margin:0px auto;
	text-align:left;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;

}
div#menu {
	width:195px;
	float:left;
	height:500px;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 5px;
}


div#content {
	width:680px;
	min-height:500px;
	_height:500px;
	background-color: #FFFFFF;
	border: 2px none #999999;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 215px;
}

div#footer {
  border:2px solid red;
  width:750px;
  height:30px;
}
.top {

	width: 900px;
	margin:0px auto;
}
.foot {
	width: 900px;
	margin:0px auto;
}
