body {
    background-color: #3e3e3e;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

a { color: #fff; text-decoration: none; font-weight: bold; outline:none; }
a:hover { color: #9a3600; }
h2 { font-size: 24px; }

#top {
    width: 100%;
    height: 18px;
    text-align: center;
    padding: 0px;
    margin: 40px 0px 0px;
}

.top-shadow {
    margin: 0px auto;
}

#bottom { 
    width: 100%;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

#bottom img {
    margin: 0px auto;
}

#middle {
    width: 100%;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

#structure {
    width: 836px;
    margin: 0px auto;
    background: #d6edff url(/images/structure/bg-middle.gif) 0px 0px repeat-y;
}

#content {
    padding-left: 18px;
    padding-top: 20px;
    width: 800px;
    text-align: left;
}

#header {
}

#foot {
    margin-top: 0px;
    margin-bottom: 10px;
}

#foot a {
    font-weight: normal;
    font-size: 10px;
}

#main {
    text-align: left;
    background: transparent url(/images/structure/garages.jpg) 0px 0px repeat-y;
    height: 434px;
}

#main-left {
    float: left;
    margin-top: 20px;
    margin-left: 24px;
    width: 150px;
}

#main-right {
    float: left;
    margin-top: 20px;
    margin-left: 20px;
    width: 580px;
    text-align: center;
}

#music-credit {
    position: absolute;
    margin-top: 10px;
    margin-left: 570px;
    z-index: 200;
    color: #fff;
    text-align: right;
    font-size: 12px;
}

#music-credit a {
    font-weight: normal; 
}

#nav {
    float: left;
    width: 92px; 
    margin-left: 10px;
}

#logo { 
    float: right;
    margin-right: 10px;
}

#bio {
    margin-left: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    text-align: left;
    border: 1px solid #000;
    width: 425px;
    padding: 5px 15px 15px;
    background: #9a3600 url(/images/structure/orange-gradient.jpg) 0px 0px repeat-x;
}

#signup {
    margin-top: 25px;
    margin-left: 18px;
    margin-right: 18px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    text-align: left;
    background: transparent url(/images/structure/transparent-blue.png) 0px 0px repeat;
    border: 1px solid #9a3600;
    padding: 25px 35px 35px;
}

#bio h1 {
    font-size: 24px;
    color: #000434;
    border-bottom: 1px dotted #000434;
    margin-top: 0px;
    padding-bottom: 8px;
    text-align: center;
}

#videos {
    padding-top: 20px;
    margin-left: 24px;
}

#video-content {
    text-align: center;
    width: 320px;
    margin-left: 200px;
}

#qt-videos { 
    text-align: center;
}

#thumb {
    float: left;
    width: 120px;
    margin: 3px;
    color: #fff;
    font-size: 10px;
    text-align: center;
}

#thumb img {
    margin-top: 5px;
    border: 1px solid #fff;
}

.bio-photo {
    float: left;
    margin: 5px 10px 2px 0px;
    border: 1px solid #fff;
}

.menu a {
    font-size: 16px;
    display: block;
    margin-top: 12px;
}

.photos img {
    border: #000 1px solid;
}

.break {
    display: block;
    clear: both;
}

/* BUTTONS */
a.btn {
	position: relative;
	display: block;
	text-indent: -9999px;
	background: none;
	background-repeat: no-repeat;
	text-decoration: none;
}
		/* Tall Buttons */
		a.nav {	height: 24px; width: 92; }	
			a.main { background-image: url("/images/structure/nav-main.gif"); }
			a.bios { background-image: url("/images/structure/nav-bios.gif"); }
			a.photos { background-image: url("/images/structure/nav-photos.gif"); }
			a.links { background-image: url("/images/structure/nav-links.gif"); }
			a.news { background-image: url("/images/structure/nav-news.gif"); }
			a.join { background-image: url("/images/structure/nav-join.gif"); }
		a.nav:hover {background-position: 0 -24px;}
