body, html{
	margin: 0;
	text-align: center;
	}
	
body{
	background-image:url(../img/bg.jpg);
	background-position:top center;
	background-repeat: repeat;
	}
	
#top{
	display: block;
	height: 333px;
	background-image:url(../img/top.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	}
	
#navcontainer{
	background-image:url(../img/nav.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	display: block;
	padding-top: 20px;
	margin: 0px;
	height: 95px;
	overflow:hidden;
	}

#contentholder{
	display:block;
	background-image:url(../img/bg_repeat.jpg);
	background-repeat:repeat-y;
	background-position: top center;
	margin: 0px;
	}

#content{
	width: 578px;
	margin: 0px auto 0px auto;
	}
	
#footerholder{
	display:block;
	background-image:url(../img/bg_footer.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	margin: -20px 0px 20px 0px;
	height: 108px;
	}

#footer{
	width: 578px;
	margin: 0px auto 0px auto;
	padding-top:35px;
	}

a#homebutton{ background-image: url(../img/nav_home.gif); left:15px; }
a#eventsbutton{ background-image: url(../img/nav_events.gif); left: 126px; }
a#gallerybutton{ background-image: url(../img/nav_gallery.gif); left: 238px;}
a#contactbutton{ background-image: url(../img/nav_contact.gif); left: 350px; }

a#homebutton:hover { margin-right: 15px; }

#navbuttonscontainer{
	width: 460px;
	margin: -13px auto 0px auto;
	display: block;
	position: relative;
	height: 57px;
	}

a.navbutton, #navbuttonscontainer a.inactive {
    display: block;
    width: 129px;
    height: 50px;
    background-position: 0 0;
    margin:0;
	z-index: 4;
	position: absolute;
	}
a.navbutton:hover, #navbuttonscontainer a.active {
    background-position: 0 -57px;
	z-index: 5;
	}
a.navbutton:active {
	background position: 0 -114px;
	z-index: 6;
	}
a .alt { display: none; }

#belownav{
	margin: -10px auto 0px auto;
	display: block;
	width: 578px;
	height: 36px;
	padding: 0px;
	}

#contentholder{ margin-top: -1px; }