body {
	margin:8px;
	padding:0;
	background-color:#DADBDA;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:white;
	background-image: url("../images/body_bg.gif");
}
h2 {
	background: url("../images/h2_graphic.gif") no-repeat left;
	text-indent:30px;
	line-height:25px;
	font-size:1.3em;
}

a:link {
	color:white;
	font-weight:bold;
	text-decoration:underline;
}
a:visited {
	color:white;
	font-weight:bold;
	text-decoration:underline;
}
a:hover {
	color:#E84924;
	font-weight:bold;
	text-decoration:none;
}
a:active{
	color:white;
	font-weight:bold;
	text-decoration:underline;
}
/* IDs */

#wrapper {
	width:720px;
	margin:0 auto 0 auto;
	background: url("../images/bg.gif") repeat-y center;
}
#header {
	width:720px;
	height:135px;
	margin:0 auto 0 auto;
	background: url("../images/banner.gif") no-repeat center;
}
#subheader {
	width:720px;
	height:26px;
	margin:0 auto 0 auto;
	background: url("../images/subheader.gif") no-repeat center;
}
#main {
	width:652px;
	margin:0 auto 0 auto;
	padding:10px;
	border-top:1px solid white;
}
#content {
	display:inline;
	float:right;
	width:460px;
	margin:0;
	padding:5px;
	/*border:1px dashed white;*/
}
#content img.right {
	float:right;
	margin-left:6px;
	margin-bottom:2px;
}
#footer_text {
	clear:both;
	width:650px;
	margin:1em auto 1em auto;
	text-align:center;
	background-color:#E84924;
	border:1px dashed white;
}
#footer_image {
	width:720px;
	margin:0 auto 0 auto;
	background: url("../images/footer_image.gif") no-repeat center;
}

/* Navigation area */

#nav {
	display:inline;
	float:left;
	width:180px;
	margin:0 0 4px 0;
	padding:0;
}
#nav ul.navigation {
	list-style-type:none;
	margin:0 0 0 1em;
	padding:0 0 0 1em;
	border: none;
}
#nav ul.navigation a{
	display:block;
	padding:5px;
	margin:0 0 0 -20px;
	width:100%;
	text-indent:14px;
	border-bottom:1px solid #881719;
	text-decoration:none;
	font-weight:normal;
}
#nav ul.navigation a:link{
	background-color:#E84924;
	background: url("../images/nav-list-up.jpg") repeat-y left;
	color:white;
}
#nav ul.navigation a:visited{
	background-color:#E84924;
	background: url("../images/nav-list-up.jpg") repeat-y left;
	color:white;
}
#nav ul.navigation a:hover{
	background-color:#881719;
	background: url("../images/nav-list-over.jpg") repeat-y left;
	color:white;
}
#nav ul.navigation a:active{
	background-color:#E84924;
	background: url("../images/nav-list-up.jpg") repeat-y left;
	color:white;
}
body#home a#homenav,
body#about a#aboutnav,
body#money a#moneynav,
body#events a#eventsnav,
body#contact a#contactnav {
	background: url("../images/nav-list-down.jpg") repeat-y left;
}
#nav img {
	margin:20px 0 0 0;
}
#nav div.center {
	width:168px;
	text-align:center;
}
#contactform{
	border:1px dashed #E84924;
	margin:0;
	padding:0 0 0 15px;
}
#contactform ol {
	list-style-type:none;
}
#contactform label {
	float:left;
	width:100px;
	text-align:right;
	vertical-align:middle;
	margin:5px 5px 0 -70px;
}
#contactform input.button {
	background-color:#E84924;
	color:#FFFFFF;
	border:1px solid white;
}
.invisible {
	display:none;
}