@charset "utf-8";
/* CSS Document */

#header {
	position:relative;
	left:0px;
	top:0px;
	width:682px;
	height:69px;
	margin: 0 auto;
}

#logo {
	position:absolute;
	left:471px;
	top:-65px;
	width:256px;
	height:366px;
}
#footer {
	position:relative;
	left:0px;
	top:0px;
	width:682px;
	height:50px;
	margin: 0 auto;
}
#menu {
	position:absolute;
	left:19px;
	top:27px;
	width:589px;
	height:38px;
	background-image: url(images/menubackground.jpg);
}
#homebutton {
	position:absolute;
	left:6px;
	top:9px;
	width:61px;
	height:24px;
}
#aboutbutton {
	position:absolute;
	left:81px;
	top:9px;
	width:103px;
	height:24px;
}
#eventsbutton {
	position:absolute;
	left:196px;
	top:9px;
	width:57px;
	height:24px;
}
#duesbutton {
	position:absolute;
	left:266px;
	top:9px;
	width:78px;
	height:24px;
}
#contactbutton {
	position:absolute;
	left:359px;
	top:9px;
	width:87px;
	height:24px;
}
#powered {
	position:absolute;
	left:7px;
	top:11px;
	width:227px;
	height:28px;
}
#footermenu {
	position:absolute;
	left:255px;
	top:11px;
	width:420px;
	height:28px;
}



/* Styles */

html body {
	font-family: "Century Gothic";
	font-size: 11px;
	color: #51261C;
	text-decoration: none;
	background-color: #E6D395;
	margin: 0px;
	padding: 0px;
}
h1 {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
a:link {
	font-weight: bold;
	color: #E54C7C;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #E54C7C;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FCADAF;
	text-decoration: none;
}
ul {
	list-style-image: url(images/bullet.jpg);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.textbold {
	font-weight: bold;
}

.menutext {
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	color: #51261C;
}
.menutext a:link {
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	color: #51261C;
}
.menutext a:visited {
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	color: #51261C;
}
.menutext a:hover {
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	color: #E6D395;
}
.footertext {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	color: #E54C7C;
}
.footertext a:link {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	color: #E54C7C;
}
.footertext a:visited {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	color: #E54C7C;
}
.footertext a:hover {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	color: #51261C;
}

form {
	margin: 0px;
	padding: 0px;
}
.breakspace {
	line-height: 6px;
}
