@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(../images/header_bg.gif) repeat-x top left;
	font-size: 100%;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
*html body {
	text-align: center;
}
hr {
	color: #ADAFB2;
}
img {
	border: 0;
}
a:link{
	color: #8E3557;
	text-decoration: none;
}
a:visited {
	color: #4A1A2C;
	text-decoration: none;
}
a:hover{
	color: #4A1A2C;
	text-decoration: underline;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#header {
	width: 960px;
	height: 400px;
}
#water {
	width: 1000px;
	height: 200px;
	position: absolute;
	left: -200px;
	top: 200px;
	background: url(../images/water.jpg) no-repeat left bottom;
}
#mainimg {
	width: 800px;
	height: 290px;
	background: #8E3557 url(../images/main_img.jpg) no-repeat top left;
	position: absolute;
	top: 55px;
	left: 80px;
}
#logo {
	display: none;
}
#tagline {
	width: 820px;
	height: 50px;
	position: absolute;
	top: 350px;
	left: 80px;
	background: url(../images/tagline.png) no-repeat bottom right;
}
#nav {
	width: 800px;
	height: 50px;
	position: absolute;
	left: 80px;
}
#mainContent {
	width: 800px;
	padding: 20px 80px 20px 80px;
}
*html #mainContent {
	padding: 20px 0 20px 0;
	text-align: left;
}
#sidebar {
	width: 210px;
	float: left;
	padding: 10px;
	border: 2px solid #ADAFB2;
	background: #fff;
	text-align: center;
}
*html #sidebar {
	width: 214px;
	w/idth: 210px;
}
#sidebar h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #8E3557;
}
#sidebar h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #8E3557;
}
#sidebar h3 {
	font-size: 1em;
	font-weight: bold;
	color: #4A1A2C;
}
#sidebar ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	color: #4A1A2C;
}
#body {
	width: 530px;
	padding: 10px;
	min-height: 545px;
	float: right;
	font-size: .9em;
	border: 2px solid #ADAFB2;
	background: #fff;
	margin-bottom: 20px;
}
*html #body {
	_height: auto !important;
	height: 565px;
	h/eight: 545px;
	width: 534px;
	w/idth: 530px;
}
#footer {
	clear: both;
	background-color: #4A1A2C;
	padding: 20px;
	text-align: center;
	color: #fff;
	font-size: .8em;
	line-height: 2em;
	position: relative;
}
#footer a:link{
	color: #fff;
	text-decoration: none;
}
#footer a:visited {
	color: #8E3557;
	text-decoration: none;
}
#footer a:hover{
	color: #fff;
	text-decoration: underline;
}
#footer a:active {
	color: #fff;
	text-decoration: underline;
}
#facebook {
	position: absolute;
	right: 10px;
	top: 10px;
	text-align: right;
}
.title {
	color: #8E3557;
	font-size: 2.5em;
}
.label {
	font-weight: bold;
	width: 210px;
	float: left;
	clear: left;
}
.label_nofloat {
	font-weight: bold;
	width: 200px;
}


.sponsor_lg {
	font-weight: normal;
	font-size: 1.2em;
}
.sponsor_sm {
	font-weight: normal;
	font-size: 1em;
}
.p {
	font-weight: normal;
	font-size: .9em;
}
.pink {
	color: #8E3557;
}

