html, body {
	height: 93%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
}

.wrapper {
width: 650px;
margin: 10px auto;
padding: 10px 0px;
}

.content {
min-height: 350px;
}

.leftcolumn {
width: 150px;
float: left;
padding: 0px 10px 0px 0px;
}

.rightcolumn {
padding: 10px 0px 0px 10px;
float: right;
width: 450px;
}

.floatright {
float: right;
padding: 10px;
}

.textleft {
text-align: left;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}

.textcenter {
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
padding: 10px 0px;
}

.imagecenter {
text-align: center;
padding: 20px 0px;
}

.albumimg{
text-align: center;
padding: 10px 0px 0px 0px;
}

.tracks {
padding: 0px 5px;
text-align: left;
min-height: 150px;
}

.bannertext {
color: #fff;
float: right;
font-size: 12px;
padding: 10px;
}

div.bannertext a, div.bannertext a:hover, div.bannertext a:visited{
color: #fff;
float: right;
font-size: 12px;
padding: 10px;
}

h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
	font-size: 12px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
}

a { 
	text-decoration: none;
        color: #336666;
		}
		
a:hover {
        text-decoration: none;
        color: #5c8c8c;
}



<!-- start photo gallery-->

.gridwrapper {
	text-align: center;
	padding: 10px;
	}
.grid { 
margin: auto;
  	display: table; 
  	border-spacing: 4px; 
	} 
.row { 
 	 display: table-row; 
	} 
.photo { 
  	display: table-cell; 
  	width: 200px; 
  	background-color: #FFF; 
  	border: none; 
  	vertical-align: middle; 
	text-align: center; 
	}

<!-- end photo gallery-->

.border {
	border-bottom: thin solid #fff;
	}

.nospace {
	margin: 0px;
	padding: 0px;
	}

.nav {
	bgcolor: #66482d;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	height: 20px;
        width: 650px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10px;
	}
	
.banner {
background: #2c8c8c url('../images/banner.gif') no-repeat;
width: 650px;
height: 60px;
margin: 3px 0px;
}

.pullup {
	width: 650px;
	bottom: 0px;
	background: #66482d;
	}

.footer {
	background: #66482d;
        color: #FFF;
	text-align: center;	
	height: 20px;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 9px;	
	clear: both;
        margin: 10px 0px;
	}
	
div#white a{
	color: #b3d3e3;
	}
	
div#white a:hover, div#white a:visited{
	color: #b3d3e3;
	}
