body {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	margin-left: 0px;
	padding: 0px;
	text-align: left;
}
h1 {
	width: 100%;
	height:100px;
	margin-top: 0px;
}
h1 span {
	display:none;
}

/* ================================== < LAYOUT > ================================== */

#wrap {
	float:center;
	padding: 0px;
	margin-top: 0;
	margin-right: center;
	margin-bottom: 0;
	margin-left: center;
	text-align: left;
	background-color: #79889B;
}
#content {
	background-color: #FFFFFF;
	width: 732px;
	float:center;
	padding-left: 0px;
	padding-right: 0px;
	min-height:500px;
}

#narrow_content {
	width: 100%;
	min-height: 500px;
	float:left;
}


* html #content {
height:500px;
}

#header {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	float:right;
}

#footer {
	width: 732;
	clear: both;
	float:left;
	padding-top: 6px;
	background-color: #FFFFFF;
	top: auto;
	padding-left: 0px;
	text-align: left;
}

/* ================================= < / LAYOUT > ================================= */





/* ================================= < / TABLES > ================================= */

<!--MEMBER LIST TABLE -->
table#member_list {background-color:#FFFFFF; border:0px; width: 100%;}
#member_list_header {background-color:#CCCCCC; font-size:18pt;}
#member_list_text {color:#FFFFFF; font-size:11 pt; font-weight: bold;}

/* ================================= < / TABLES > ================================= */