@charset "UTF-8";
body {
	font-family: "Helvetica Neue", Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
}
#wrapper {
	width: 100%;
	position: absolute;
	top: 0px;
	margin: 0px;
	padding: 0px;
	height: 800px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
#content {
	height: 800px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-bottom-style: solid;
}
#header {
	background-image: url(../images/common/mullumbimby_header.jpg);
	background-repeat: no-repeat;
	height: 159px;
	width: 960px;
}

#main_content {
	width: 590px;
	position: relative;
	left: 210px;
	top: 60px;
	font-size: 1.2em;
	height: 530px;
	overflow: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main_content a:link {
	text-decoration: none;
	color: #843834;
	font-weight: bold;
}
#main_content a:visited {
	text-decoration: none;
	color: #843834;
	font-weight: bold;
}
#main_content a:hover {
	color: #3B7990;
	font-weight: bold;
}
#main_content a:active {
	text-decoration: none;
	color: #843834;
	font-weight: bold;
}
#main_content h1 {
	font-size: 1.4em;
	color: #248FC7;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
}
#page h1 {
	color: #248FC7;
	position: absolute;
	left: 222px;
	top: 190px;
	font-size: 1.6em;
	margin-bottom: 5px;
	width: 500px;
}
#main_content h2 {
	font-size: 1.4em;
	color: #248FC7;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
}
#main_content h3 {
	font-size: 1.2em;
	color: #574F23;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -12px;
	margin-left: 0px;
}
#main_content ul {
	font-size: 1.2em;
	background-color: #D6EEF3;
	list-style-type: none;
	line-height: 110%;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 10px;
	padding-left: 10px;
}
#main_content li {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin-top: 4px;
	margin-bottom: 2px;
}
#main_content p {
	font-size: 1.2em;
	padding-left: 10px;
	padding-right: 10px;
}
.bold {
	font-weight: bold;
}
