body {
	background: #9C9C9C url(../images/main_BG.jpg) repeat-x left top;
	font-size: 13px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrapper { 
 margin: 0 auto;
 width: 1000px;
}

#header {
	width: 1000px;
	padding: 0px;
	height: 240px;
	margin: 0px;
	background: url(../images/header_BG.jpg) no-repeat left top;
}

#headerleft {
	width: 620px;
	padding: 90px 0px 0px 135px;
	margin: 0px;
	height: 150px;
	float:left;

}

#headerright {
	width: 225px;
	padding: 65px 0px 0px 20px;
	margin: 0px;
	height: 150px;
	float:left;
	color: #183140;
}

#headerright li{
	padding-bottom: 10px;
}

#memberheader {
	width: 1000px;
	padding: 0px;
	height: 240px;
	margin: 0px;
	background: url(../images/memberheader_BG.jpg) no-repeat left top;
}

#memberheaderleft {
	width: 865px;
	padding: 90px 0px 0px 135px;
	margin: 0px;
	height: 150px;
	float:left;

}

 
#content {
	width: 780px;
	margin: 0px 0px 0px 0px;
	padding: 0px 90px 20px 130px ;
	min-height: 350px;
	background: url(../images/content_BG.gif) repeat-y left top;
}

#footer {
	width: 1000px;
	height: 90px;
	color:#FFFFFF;
	margin: 0px;
	padding-top:  10px;
	background: url(../images/footer_BG.gif) no-repeat left top;
}

fieldset {
	border: 0;
}

fieldset ul {
	margin: 0; padding: 0;
	list-style: none;
}
fieldset li {
	padding-bottom: 8px;
	list-style: none;
}

fieldset label {
	display: block;
	float: left;
	width: 200px;
}

#content fieldset {
	border: 0;
}

.new-member {
	color: #999;
}
#footer p {
	text-align: center;
}

table.all-members tr td {
	padding: 7px 0;
}

tr.frozen-member {
	color: #30728C;
}

