body {
	margin: 0;
	padding: 0;
	background: #2d1102;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;

}

a:link, a:hover, a:active, a:visited { color: #608800; text-decoration: none; text-transform: uppercase; font-size: 10px; font-weight: bold;}
a:hover { color: #ccff00; }

h2 { font-size: 16px; }

ul li { float: left; }

#edge { margin-left: 0px; margin-top: 0px;}
#pirate { margin-left: -40px; margin-top: 55px;}
#bug { margin-left: -65px; margin-top: 0px;}
#zip37 { margin-left: -70px; margin-top: 45px;}
#patsys { margin-left: -55px; margin-top: 25px;}
#dgallery { margin-left: -50px; margin-top: -5px;}
#next { margin-left: -40px; margin-top: 35px;}

#montage { position: relative; margin: 0 auto; margin-left: 30px; width: 915px; height: 200px; z-index: 5;}

#map { position: relative; margin: 0 auto; width: 950px; }

.topHeading #title { position: relative; margin: 0 auto; width: 811px; height: 31px; padding-top: 75px; z-index: 2; }

#homePage #title { position: relative; margin: 0 auto; width: 811px; height: 31px; margin-top: 150px; z-index: 2;}
#homePage #title p { position: relative; margin: 0 auto; margin-top: 15px; font-size: 13px; line-height: 21px; width: 600px; font-family: Georgia, "Times New Roman", Times, serif;}

#back { position: fixed; width: 100%; height: 100%; z-index: 0; background: url('../images/background.jpg') no-repeat scroll center center; }

#eventPage #mainWrap { position: relative; margin: 0 auto; width: 811px; height: 450px; top: 50%; margin-top: 0px; z-index: 1; }
#homePage #mainWrap { position: relative; margin: 0 auto; width: 950px; height: 450px; top: 50%; margin-top: -225px; z-index: 1; }

.shortDesc { background: url('../images/shortdescbkgrnd.png') no-repeat; 
			position: absolute; 
			left: 0px; 
			top: 245px; 
			width: 880px; 
			height: 75px; 
			z-index: 10; 
			padding-top: 10px;
			padding-bottom: 10px;
			color: #fff; 
			}

#edgeDesc { display: none; }
#pirateDesc { display: none; }
#bugDesc { display: none; }
#zip37Desc { display: none; }
#patsysDesc { display: none; }
#dgalleryDesc { display: none; }
#nextDesc { display: none; }

#edge:hover #edgeDesc { display: block; }
#pirate:hover #pirateDesc { display: block; }
#bug:hover #bugDesc { display: block; }
#zip37:hover #zip37Desc { display: block; }
#patsys:hover #patsysDesc { display: block; }
#dgallery:hover #dgalleryDesc { display: block; }
#next:hover #nextDesc { display: block; }

.shortDesc h1 { font-size: 16px; text-transform: uppercase; font-weight: bold; display: none; float: left; margin-left: 42px; padding-right: 20px; }
.shortDesc p { float: left; width: 743px; }
#patsysDesc p { float: left; width: 715px; }
.shortDesc p:first-line { text-transform: uppercase; font-weight: bold; }
.shortDesc img { display: block; float: left; margin-left: 42px; padding-right: 20px;  }

#navigation {
	margin: 0 auto;
	width: 343px; 
	height: 15px; 
	margin-top: 20px;
	margin-bottom: 20px;
	z-index: 7; 
	}
	
#nav {background: url("../images/navsprites2.png") no-repeat; text-align: center; margin: 0 auto; padding: 0; position: relative; width: 343px; height: 15px;}
#nav li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0; text-indent: -9999px; overflow: hidden;}
#nav li, #nav a {text-decoration: none; display: block; height: 15px; border: none;}

#nav #homeLink {left: 0px; width: 54px;}
#nav #eventLink {left: 87px; width: 67px;}
#nav #mapLink {left: 189px; width: 38px;}
#nav #contactLink {left: 266px; width: 73px;}

#nav #homeLink a:hover { background: transparent url("../images/navsprites2.png") 0px -15px no-repeat;}
#nav #eventLink a:hover { background: transparent url("../images/navsprites2.png") -87px -15px no-repeat;}
#nav #mapLink a:hover { background: transparent url("../images/navsprites2.png") -189px -15px no-repeat;}
#nav #contactLink a:hover { background: transparent url("../images/navsprites2.png") -266px -15px no-repeat;}

#homePage #homeLink a, #homePage #homeLink a:hover { background: transparent url("../images/navsprites2.png") 0px -30px no-repeat;}
#eventPage #eventLink a, #eventPage #eventLink a:hover { background: transparent url("../images/navsprites2.png") -87px -30px no-repeat;}
#mapPage #mapLink a, #mapPage #mapLink a:hover { background: transparent url("../images/navsprites2.png") -189px -30px no-repeat;}
#contactPage #contactLink a, #contactPage #contactLink a:hover { background: transparent url("../images/navsprites2.png") -266px -30px no-repeat;}

