html, body {
	height:100%;
} 

body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	text-align: center;
	font-family: Times New Roman;
	font-size: 14px;
	font-weight: bold;
	color: #53301a;
}

#wrapper{
	position:relative;
	margin: 0 auto;
	width:999px;
	text-align:left;
	visibility: visible;
	background-image: url(http://mainefolkmusic.com/images/BG_page.jpg);
}

#pageHead {
	position:relative;
	left:0px;
	top:0px;
	margin-left:auto;
	margin-right:auto;
	width:998px;
	height:136px;
	z-index:14;
}

#nav {
	position:absolute;
	left:9px;
	top:109px;
	width:981px;
	height:23px;
	z-index:14;
}
#btnHome {
	position:absolute;
	left:27px;
	top:0px;
	width:77px;
	height:22px;
	z-index:1;
}
#btnNews {
	position:absolute;
	left:134px;
	top:0px;
	width:51px;
	height:23px;
	z-index:1;
}
#btnExclusive {
	position:absolute;
	left:236px;
	top:1px;
	width:90px;
	height:23px;
	z-index:1;
}
#btnCalendar {
	position:absolute;
	left:378px;
	top:-0px;
	width:87px;
	height:23px;
	z-index:1;
}
#btnReviews {
	position:absolute;
	left:515px;
	top:0px;
	width:78px;
	height:23px;
	z-index:1;
}
#btnProfiles {
	position:absolute;
	left:644px;
	top:0px;
	width:73px;
	height:23px;
	z-index:1;
}
#btnAbout {
	position:absolute;
	left:768px;
	top:0px;
	width:89px;
	height:23px;
	z-index:1;
}
#btnJoin {
	position:absolute;
	left:905px;
	top:0px;
	width:39px;
	height:23px;
	z-index:1;
}
#headline {
	position:absolute;
	left:40px;
	top:149px;
	width:475px;
	height:28px;
	z-index:15;
}

.tableWrapper {
	width:999px; 
	height:100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url(http://mainefolkmusic.com/images/BG_page.jpg);
}

.tableText {
	width:918px;
	height:100%;
	margin-left: 35px;
}

.textPadding {
	padding: 8px;
}

.floatLeft {
	float: left;
	padding-right: 8px;
}

.floatRight {
	float: right;
	padding-left: 8px;
}

.columnHead {
	font-size: 26px;
	color: #006633;
	text-align:left;
}

.storyHead {
	font-size: 18px;
	font-weight: bold;
	color: #53301a;
}

input, textField, textarea, select {
	background-color:transparent;
}
input.transparent {background-color:transparent;}

a:link {
	color: #006633;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #663300;
}
a:active {
	text-decoration: none;
	color: #666666;
}

a.nav:link {
	font-size: 22px;
	font-weight:normal;
	color: #006633;
	text-decoration: none;
}

a.nav:visited {
	font-size: 22px;
	font-weight:normal;
	color: #006633;
	text-decoration: none;
}

a.nav:hover {
	font-size: 22px;
	font-weight:normal;
	color: #663300;
	text-decoration: none;
	
}

a.nav:active {
	font-size: 22px;
	font-weight:normal;
	color: #663300;
	text-decoration: none;
}
