BODY {
	margin: 0px; padding: 0px;
	background: #000000;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #ffffff;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #000000; 
	scrollbar-face-color: #660000;
	scrollbar-track-color: #333333;
	scrollbar-shadow-color: #666666;
	scrollbar-highlight-color: #666666;
	scrollbar-dark-shadow-color: #FFFFFF;
	scrollbar-3d-light-color: #9BAAC1;
}

NOSCRIPT {
	text-align: center; 
	color: #ffffff; 
	font-size: 1.2em;
	margin-top: 5px;
}

INPUT, TEXTAREA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; line-height: 11px;
	border: solid #ffffff 1px;
	background: #450000;
	color: #cccccc; 
}

SELECT, OPTION {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; line-height: 11px;
	background: #f3f3f3;
	color: #000000; 
}

h1 {
    display: none;
}

.submitButton {
	background: #cccccc;
	font-weight: bold;
	color:#990000;
}

.radioButton {
	border: none;
	background: transparent;
}

#page {
	width: 100%;
	text-align: center;
}

#container {
	position: relative;
	margin-left: auto; margin-right: auto;
	width: 800px;
	text-align: left;
	color: #ffffff;
}

#header {
	width: 800px;
	background: url(/images/header.gif) no-repeat;
	text-align: left;
	height: 160px;
}

#body {
	width: 800px;
	background: #000000 url(/images/body.gif) bottom no-repeat;
	text-align: left;
	padding: 0px 0px 40px 0px;
}

#logo {
	position: absolute;
	top: 20px;
}

#sectionheader {
	position: absolute;
	left:323px; top: 125px;
}

#nav {
	position: absolute;
	width: 750px;
	left: 0px; top: 28px;
	text-align: right;
}

#nav a {
	color: #ffffff;
	text-decoration: none;
}

#nav a:hover {
	color: #FFCC66;
}

.navitem {
	margin-right: 12px;
}

#spacer { height: 20px; }

#iframe {
	position: absolute;
	left: 35px;
}

#content {
	width: 700px;
	padding: 25px;
	padding-top: 15px;
}

#content a {
	color: #cccccc;
}

#content a:hover {
	color: #cccccc;
	text-decoration: none;
}

#setlist {
	color: #ffffff;
}

#tableBorder {
	border: 1px; border-style: solid; border-color: #e3e3e3;
}

#tableBorder table {
	border: 1px; border-style: solid; border-color: #e3e3e3;
}

#tableBorder td {
	border: 1px; border-style: solid; border-color: #e3e3e3;
}

#cartForm td {
    vertical-align: top;
    line-height: 14px;
}

.storeItemName {
    color: #FFCC66;
    font-weight: bold;
    padding-bottom: 5px;
}


.emphasis {
	color: #FFCC66;
	font-weight: bold;
}

.bandPhoto {
   padding-bottom:30px;
}

#footer {
	width:800px;
	text-align: center;
	color: #000000;
	clear: both;
}

#footer a {
	color: #000000;
}

.clear {
    clear: both;
    height: 0px;
}
