#wrapper {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 770px;
	background-image: url(images/member_bg.jpg);
	background-repeat: repeat-y;
	border: 2px solid #FFFFFF;
}
#container {
	position: relative;
	text-align: left;
	width: 770px;
}
#leftColumn {
	float: left;
	width: 163px;
}
#rightColumn {
	margin-left: 13px;
	float: left;
	width: 594px;
	padding-top: 87px;
	background-image: url(images/member_main_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.clearing {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.homeHeader {
	position: relative;
	margin: 0px;
	padding: 0px;
	/* hide overflow:hidden from IE5/Mac */
	/* \*/
	overflow: hidden;
	/* */
}
.homeHeader span {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index :1;
}
#homeh1, #homeh1 span {
	height: 137px;
	width :163px;
	background-image:  url("images/member_will_logo.jpg");
}
#footer {
	position: relative;
	height: 173px;
	background-image: url(images/member_footer_bg.jpg);
	background-repeat: no-repeat;
}
body {
	color: #FFFFFF;
	background-color:#3d73cb;
}
h2 {
	font-size: 36px;
	font-weight: normal;
	margin: 0px 0px 15px;
	padding: 0px;
}
#leftColumn ul {
	margin: 0px 0px 0px 8px;
	padding: 0px;
}
#leftColumn li {
	line-height: 36px;
	background-image: url(images/member_nav_bg_off.jpg);
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #1E2957;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 30px;
	list-style-type: none;
}
#footerTxt {
	text-align: center;
	position: absolute;
	width: 607px;
	bottom: 0px;
	left: 163px;
}
#headerTxt {
	text-align: right;
	position: absolute;
	width: 580px;
	top: 7px;
	left: 163px;
}
p {
	margin-left: 40px;
	margin-right: 20px;
}
#footerTxt p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 4px;
}
form {
	margin-top: 7px;
}
#leftColumn a:link {
	color: #1E1E1E;
	text-decoration: none;
}
#leftColumn a:visited {
	color: #1E1E1E;
	text-decoration: none;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}