/* Set global things */
*
{
	margin: 0;
	padding: 0;
}



    .TA {scrollbar-3dlight-color:;
           scrollbar-arrow-color:;
           scrollbar-base-color:orange;
           scrollbar-darkshadow-color:;
           scrollbar-face-color:;
           scrollbar-highlight-color:;
           scrollbar-shadow-color:}




fieldset {
	border: none;
}
ul li {
	list-style-type: none;
}

p { padding: 0 0 14px 0;}
a { text-decoration: none; color: #f48a00;}

a:hover { color: #f48a00; }


img { border: none;}

.hide { display: none !important; }

body
{
	background: #545652;
	margin: 0;
	padding: 0;
	font: 10px 'Lucida Grande', 'Lucida Sans Unicode', verdana, lucida, Helvetica, arial, sans-serif;
	text-align: center;
	color: white;
	scrollbar-face-color:d87b20;
	scrollbar-highlight-color:FFFFFF;
	scrollbar-3dlight-color:999999;
	scrollbar-shadow-color:BBBBBB;
	scrollbar-darkshadow-color:555555;
	scrollbar-arrow-color:555555;
	scrollbar-track-color:AAAAAA;
}

#wrapper
{
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: url('/img/bg.gif') top right no-repeat fixed;
}

#header
{
	height: 155px;
}

/* Top navigation menu */
.navcontainer
{
	height: 88px;
}
.navcontainer ul {padding: 0;}
.navcontainer ul li
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	padding: 0 5px;
	font: 14px/20px "Lucida Grande", verdana, sans-serif;
	text-align: center;
}

.navcontainer ul li a
{
	display: block;
	text-indent: -2000px;
	margin: 0;
	padding: 0 8px;
	min-width: 54px;
	height: 24px;
	overflow: hidden;
}
.navcontainer a#home {
	background: url('/img/nav/home.gif') no-repeat; 
}
.navcontainer a#schedule {
	background: url('/img/nav/schedule.gif') no-repeat; 
	width: 147px;
}
.navcontainer a#media {
	background: url('/img/nav/media.gif') no-repeat;
	width: 124px;
}
.navcontainer a#notebook {
	background: url('/img/nav/notebook.gif') no-repeat;
	width: 74px;
}
.navcontainer a#store {
	background: url('/img/nav/store.gif') no-repeat; 
	width: 111px;
}
.navcontainer a#contact {
	background: url('/img/nav/contact.gif') no-repeat;
	width: 124px;
}
.navcontainer a#photos {
	background: url('/img/nav/photos.gif') no-repeat;
	width: 74px;
}

div#nav-first-row {
	padding: 20px 0 5px 20px;
}
div#nav-second-row {
	display: block;
	padding: 25px 0 5px 225px;
}
/* sets the main content frame */
#content
{
	clear: both;
	margin: 0;
	padding: 20px 5px;
}


div#content h2 a {
	display: block;
	text-indent: -2000px;
	height: 24px;
	overflow: hidden;
}
body#store div#content h2 a {
	margin-left: 10px;
}
div#content img.album {
	border: #000 2px solid;
	margin: 10px 0 0 100px;
	float: left;
}
body#store div#content img.album {
	margin-left: 10px;
}
div#content div#buy-album {
	float: left;
	padding: 10px 0 0 0px;
}
div#content div#buy-album p#price {
	padding: 20px 0 10px 10px;
}
div#content div#buy-album h3, div#content div#buy-album h4, div#content div#buy-album p {
	padding-left: 10px;
}
div#content div#buy-album p#price span {
	padding: 0 4px 0 1px;
	color: #999;
	background: url('/img/linethrough.gif') repeat-x center left;
}

div#bottom {
	clear: both;
	padding: 40px 0 0 40px;
}
div#bottom img {
	float: left;
}
div#bottom div#update {
	float: left;
	height: 350px;
	width: 583px;
	margin-left: 35px;
	background: url('/img/update.gif') no-repeat;
}
div#bottom div#update h5 {
	font-size: 140%;
	font-weight: normal;
	margin: 12px 0 20px 25px;
}
div#bottom div#update div {
	margin-left: 30px;
	width: 200px;
	font-size: 120%;
}
div#links {
	clear: both;
}
div#links h5 {
	font-size: 150%;
	padding-bottom: 10px;
}
div#links ul {
	width: 360px;
	float:left;
}
div#links li {
	list-style-type: disc;
	list-style-position: inside;
	padding-right: 30px;
	font-size: 130%;
	color: #999;
}
/* footer & bottom navigation menu */
#footer
{
	clear: both;
	height: 50px;
}

