/* CSS Document for St Mark's Housing Co-op */

BODY {
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: medium;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#wrapper {
	position: relative;
	float: inherit;
	margin: 0px auto;
	border: #EFAE2E solid 1px;
	width: 760px;
}

.banner {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
}

#menu A:link {
	color: #862E2A;
	text-decoration: none;
	font-weight: bold;
}

#menu A:visited {
	color: #862E2A;
	text-decoration: none;
	font-weight: bold;
}

#menu A:hover {
	color: #862E2A;
	background-color: #FF9933;
	text-decoration: none;
	font-weight: bold;
}

#title {
	width: 100%;
	color: #26114A;
	margin: 0px auto;
}

#footer {
	width: 100%;
	color: #26114A;
	margin: 0px auto;
	font-size: 9px;
	font-weight: 300;
}

.title {
	font-size: large;
	color: #862E2A;
	font-weight: bold;
	text-decoration: underline;
}

#content {
	position: relative;
	text-align: left;
	padding: 0px 20px;
}

#content A:link {
	color: #000000;
	text-decoration: underline;
}

#content A:visited {
	color: #000000;
	text-decoration: underline;
}

#content A:hover {
	color: #000000;
	text-decoration: none;
}

.firstline {
	font-size: x-large;
	margin-top: 0px;
}

#members {
	position: relative;
	top: 0px;
	left: 80%;
	width: 20%;
}

#members A {
	color: #444444;
	text-decoration: none;
}
