@charset "utf-8";
body {
	background: #190602;
	background-image:url(images/bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.oneColFixCtr #container {
	font-family:"Lucida Grande",Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	text-align:left;
	color:#DDC9A9;
	width: 760px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 70px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#bandphotos {
	margin-left: -40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#hulaphotos {
	margin-left: -40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.pad20 {
padding-right:20px;}

#navbar {
font-family: 'Courier New', Courier, monospace, serif;
font-size: 18px;
color: #cc9;
margin: 0px;
padding: 0px;
font-weight: bold;
}

#nav {
padding-top: 78px;
}

#nav a:link, #nav a:visited {
	color: #cc9;
	text-decoration: none;
	padding-left: 10px;
}

#nav a:hover, #nav a:active {
	color: #fff;
	text-decoration: underline;
}

h1 {
font-family: 'Courier New', Courier, monospace, serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #fff;
	padding-top: 5px;
	margin-left: -25px;
}

h2 {
font-family: 'Courier New', Courier, monospace, serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #fff;
	padding-top: 5px;
	margin-left: -25px;
}

.floatleft {
 float:left;
}

.floatleftpadding {
 float:left;
 padding: 0px 15px 15px 0px;
}

.ulmore {
margin-left:15px;
}

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

.clearfloat {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
}

.footer {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial;
	font-size: 9px;
	color: #cc9;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

a:link {
	color: #fff;
}
a:visited {
	color: #fff;
}
a:hover {
	color: #cc9;
}
a:active {
	color: #cc9;
}
