@charset "utf-8";
#wrapper{
	position:relative;
	margin:0px auto;
	background-color: #FFFFFF;
	width:800px;
	height:auto !important;
	height:100%;
	min-height: 100%;
}

#header{
	width:auto;
	margin: 10px;
	position: relative;
	clear: both;
}
#content{
	width:740px;/* for FF*/
	background: #FFFFFF;
	margin: 10px auto;
	position: relative;
	clear: both;
	height: auto;
	min-height:400px;
	text-align: center;
	vertical-align: middle;
	overflow: visible;
}
#contentmember{
	width:auto;/* for FF*/
	margin: 10px 10px;
	position: relative;
	clear: both;
	height: auto;
	min-height:400px;
	text-align: center;
	vertical-align: middle;
	overflow: visible;
}
#leftMenu {
	float: left;
	width: 130px;
	margin: 0px 10px 0px 0px;
}
#leftMenu ul {
	margin: 0px;
	padding: 0px;
}

#leftMenu ul li {
	list-style-type: none;
	margin: 0px 0px 10px 0;
	padding: 0px;
}
#rightContent {
	margin: 6px 0;
	width: 640px;
	float: left;
	text-align: center;
}
#footer{
	width:100%;
	clear:both;
	float:none;
	margin:0 auto;
	text-align:center;
	position: relative;
	display: block;
}

