body {
 	margin: 0 auto;
 	padding: 0px;
 	font-family: tahoma, arial, helvetica;
 	font-size: 11px;
 	color: #fff;
}

#homewrapper {
margin: 0 auto; 
padding: 0px;
width: 778px;
height: 600px;
background: url(../images/bg-home.jpg) no-repeat center top;
border: 1px solid #888600;
}

#schedulewrapper {
margin: 0 auto; 
padding: 0px;
width: 778px;
height: 600px;
background:url(../images/bg-schedule.jpg) no-repeat center top;
border: 1px solid #0092c7;
}
#bitswrapper {
margin: 0 auto; 
padding: 0px;
width: 778px;
height: 600px;
background: url(../images/bg-bits.jpg) no-repeat center top;
border: 1px solid #003580;
}
#aboutwrapper {
margin: 0 auto; 
padding: 0px;
width: 778px;
height: 600px;
background: url(../images/bg-about.jpg) no-repeat center top;
border: 1px solid #51260b;
}


a {color: #ffffff;}
a:hover {color: #003580}
p {font-size: 11px; line-height: 17px;}



/* navigation */



ul {
margin: 0px;
padding: 0px;
height: 25px;
list-style: none;
}
li {
margin: 0px;
padding: 0px;
list-style-position: inside;
float: left;
}
li a {
display: block;
height: 25px;
width: 90px;
text-decoration: none;
}


#navhome {
	width: 778px;
	height: 25px;
	position: absolute;
	top: 200px;
}
#navhome ul {
margin-left: 400px;

}
#navschedule, #navbits, #navabout {
	width: 778px;
	height: 25px;
	position: absolute;
	top: 115px;
}
#navschedule ul, #navbits ul, #navabout ul {
margin-left: 400px;
}

#navhome li a {
background-image: url(../images/nav_home.jpg);
}
#navschedule li a {
background-image: url(../images/nav_schedule.jpg);
}
#navabout li a {
background-image: url(../images/nav_about.jpg);
}
#navbits li a {
background-image: url(../images/nav_about.jpg);
}
a.navs {
background-position: 0px 0px;
}
a.navs:hover {
background-position: 0px -25px;
}
a.navb {
background-position: -90px 0px;
}
a.navb:hover {
background-position: -90px -25px;
}
a.nava {
background-position: -180px 0px;
}
a.nava:hover {
background-position: -180px -25px;
}
a.navh {
background-position: -270px 0px;
}
a.navh:hover {
background-position: -270px -25px;
}

/*text boxes */
#contact {
font-size: 11px;
margin: 30px 0px 0px 60px;
}

#hometext {
margin-left: 60px;
margin-top: 30px;
}
#bitstext {
position: absolute;
top: 190px;
margin-left: 550px;
height: 390px;
width: 210px;
overflow: auto;
}
#abouttext {
position: absolute;
top: 195px;
margin-left: 430px;
height: 390px;
width: 300px;
}
#schedule {
	margin-top: 100px;
}
#paymentinfo {
	margin-top: 50px;
	margin-left: 290px;
}

/* schdule page */
.bodytextScheduleLG A { color: #FFFFFF }
.bodytextScheduleLG A:hover { color: #7c441b }
.bodytextScheduleDay {
	font-size: 17px;
	line-height: 17px;
	color: #7c441b;
	font-weight: bold;
	text-align: right;
}



/* payment popuup */
#paymentwrapper {
	width: 370px;
	height: 460px;
	margin: 10px;
	padding: 0px;
	border: 1px solid white;
	background: url(../images/bg-payment.jpg) no-repeat;
}
#paymentwrapper div {
	padding: 10px;
	
}
#paymentheader {
	height: 40px;
	display: block;
	background: url(../images/bg-payment.jpg) no-repeat;
}
.subhead {
	font-size: 14px;
	font-weight: bold;
}
.paymentbody {
	font-size: 10pt;
}
.paymentbody ul {
	list-style: disc;
	margin-bottom: 5px;
}
.paymentbody ul li {
	font-size: 14px;
	line-height: 24px;
}

/* edit files */
#editbits {
	border 1px solid red;
	margin-top: 180px;
}


#stonewallwrapper {
margin: 0 auto; 
padding: 0px;
width: 778px;
height: 600px;
background: #b5a859;
border: 1px solid #888600;
}
#stonewallHeader{
margin: 0 auto; 
padding: 0px;
width: 778px;
height: 130px;
background: url(../images/bg-home.jpg) no-repeat 0px -200px;
}
#stonewallContent{
width: 670px;
margin: 20px auto;
}


