﻿@charset "utf-8";

#container {
	width:800px;
	margin: 0 auto;
/*	border: solid 1px #000000;*/
}

/* ==================================================
#container { background: #cccccc;}
#header {background: #ccffff;}
#nav {background: #bbffdb;}
#content{background: #eee8aa;}
#footer {background: #ffcccc;}
==================================================*/
#nav {background: #bbffdb;}
#nav {
	width: 230px;
	float:left;
	padding: 10px;
	margin: 0 auto;
}

#head{
	height:80px;
	}

p.head {
	height: 80px;
	margin-bottom: 3px;
	padding-top: 3px;
	line-height: 25px;
	background:url(img/Header.jpg) no-repeat left top;
	text-decoration: none;
	font-size: x-large;
	font-weight:bold;
	display: block;
	padding-left: 15px;
	letter-spacing: 0.1em;
}


#header {
	width:550px;
	float:right;
}
#content {
	width:550px;
	float:right;
}

#footer{
	clear:both;
}
.copyright {
	clear:both;
}
.introduction {
	margin: 10px;
}
.MemberText {
	margin-left:10pt;
	margin-right:10pt;
	margin-top:10pt;
	margin: 1em 0px;
	font-weight:bold; 
}

.table-wrap{
overflow:scroll;
margin-bottom: 3px;

}

