@charset "utf-8";
a {
	text-decoration: none;
}
/* CSS Document */
body {
	background-color: #FF0000;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {
	border:none;
}

input {
	margin-top: 5px;
	margin-bottom: 5px;
}

textarea {
	width: 360px;
}

label {
	display: block;
}



form {
	text-align: left;
	margin: 0px auto;
}

span {
	color: #FF0000;
}
#footer {
	margin: 0px auto;
	height: 70px;
	width: 1020px;
	position: relative;
	left: 0px;
	top: 0px;
	text-align: center;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-bottom-style: solid;
}
#text {
	background-color: #FFFFFF;
	position: relative;
	left: 0px;
	top: 0px;
	width: 1000px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
h2 {
	text-align: center;
}
#header_small {
	background-image: url(/images/members_header.gif);
	height: 290px;
	background-repeat: no-repeat;
	background-position: center center;
	width: 1020px;
	border: 1px solid #000000;
	margin: 0px auto;
