@charset "UTF-8";

body {
	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 */
	color: #000000;
	vertical-align: middle;
	background-color: #000000;
	top: 50%;
	margin-top: -320px;  /* number was -350 originally */
	position: absolute;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: -525px;
	left: 50%;
}

.oneColFixCtr #container {
	width: 1050px;
	height: 700px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #CCC;
	text-align: left;
	background-color: #000;
	clear:both;
	background-image: url(backgroundimages/k_content.jpg);
	background-repeat: no-repeat;
	background-position: 128px 189px;
	position: relative;
}

.oneColFixCtr #mainContent {
	height: 401px;
	width: 778px;
	overflow: auto;
	margin-left: 10px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-variant: small-caps;
	line-height: 22px;
	color: #842522;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -10px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-variant: small-caps;
	padding-top: 20px;
	color: #842522;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -10px;
}

.bodytext {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #333;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

.oneColFixCtr #masthead_upper {
	background-image: url(backgroundimages/k_masthead_upper.jpg);
	background-repeat: no-repeat;
	height: 138px;
	background-color: #c9c9c9;
}

.oneColFixCtr #masthead_lower {
	background-image: url(backgroundimages/k_masthead_lower.jpg);
	background-repeat: no-repeat;
	height: 51px;
	background-color: #c9c9c9;
}

.oneColFixCtr #leftframe {
	background-image: url(backgroundimages/k_left.jpg);
	background-repeat: no-repeat;
	height: 511px;
	width: 128px;
	float: left;
	background-color: #c9c9c9;
}

.oneColFixCtr #rightframe {
	background-image: url(backgroundimages/k_right.jpg);
	background-repeat: no-repeat;
	height: 511px;
	width: 144px;
	float: right;
	background-color: #c9c9c9;
}

.oneColFixCtr #bottomframe {
	background-image: url(backgroundimages/k_bottom.jpg);
	background-repeat: no-repeat;
	height: 110px;
	width: 778px;
	float: left;
	background-color: #c9c9c9;
}

.photo {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #842522;
	padding: 10px;
}

#mainContent a:link, #mainContent a:visited  {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	font-weight: lighter;
	color: #333;
}

#mainContent a:hover {
	color: #842522;
}



/*—————————————————— NAVIGATION ELEMENTS ——————————————————*/
#navigation ul {
	width: 600px;
	height: 30px;
	position: relative;
	top: 13px;
	left: 290px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
        display: inline;
}
#navigation li a:link, #navigation li a:visited {
        border: none;
        width: 80px; 
        height: 30px; 
        display: block; 
        position: absolute; 
        top: 0; 
        outline: none;
}
/*—————— NORMAL STATE BUTTONS ——————*/
#navigation li.music a:link, #navigation li.music a:visited {
	background-image: url(navimages/music.jpg);
	background-repeat: no-repeat;
}
#navigation li.shows a:link, #navigation li.shows a:visited {
	background-image: url(navimages/shows.jpg);
	background-repeat: no-repeat;
	margin-left: 65px;
}
#navigation li.bandinfo a:link, #navigation li.bandinfo a:visited { 
	background-image: url(navimages/bandinfo.jpg);
	background-repeat: no-repeat;
	margin-left: 132px;
}
#navigation li.gallery a:link, #navigation li.gallery a:visited { 
	background-image: url(navimages/gallery.jpg);
	background-repeat: no-repeat;
	margin-left: 226px;
}
#navigation li.presskit a:link, #navigation li.presskit a:visited { 
	background-image: url(navimages/presskit.jpg);
	background-repeat: no-repeat;
	margin-left: 309px;
}
#navigation li.contact a:link, #navigation li.contact a:visited { 
	background-image: url(navimages/contact.jpg);
	background-repeat: no-repeat;
	margin-left: 399px;
}
/*—————— HOVER STATE BUTTONS ——————*/
#navigation li.music a:hover {
	background-image: url(navimages/music_hl.jpg);
	background-repeat: no-repeat;
}
#navigation li.shows a:hover {
	background-image: url(navimages/shows_hl.jpg);
	background-repeat: no-repeat;
}
#navigation li.bandinfo a:hover {
	background-image: url(navimages/bandinfo_hl.jpg);
	background-repeat: no-repeat;
}
#navigation li.gallery a:hover {
	background-image: url(navimages/gallery_hl.jpg);
	background-repeat: no-repeat;
}
#navigation li.presskit a:hover {
	background-image: url(navimages/presskit_hl.jpg);
	background-repeat: no-repeat;
}
#navigation li.contact a:hover {
	background-image: url(navimages/contact_hl.jpg);
	background-repeat: no-repeat;
}

