body {
    margin: 0px;
    height: 100%
}

table {
    border-spacing: 0px;
    padding: 0px;
    border: 0px;
    border-collapse: collapse;
}

.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    margin: 0px;
    overflow: hidden;
    background-image: url(shared/gradient.jpg);
    background-repeat: repeat-x;
    z-index: 0;
}

.contact {
    position: relative;
    top: 0px;
    width: 110px;
    height: 55px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(shared/contact.jpg);
}

.infinitive {
    position: relative;
    top: 1px;
    height: 13px;
    width: 110px;
    margin-left: auto;
    margin-right: auto;
}

.email {
    position: relative;
    top: 1px;
    width: 110px;
    height: 13px;
    margin-left: auto;
    margin-right: auto;
}

.pageframe {
    position: relative;
    width: 703px;
    height: 460px;
}

#pagecanvas {
    position: absolute;
    top: 0;
    width: 10000px;
    height: 460px;
    overflow: hidden;
}

.menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 703px;
    height: 460px;
}

.bio {
    position: absolute;
    left: 703px;
    top: 0;
    width: 703px;
    height: 460px;
    background-image: url(bio/bg.jpg)
}

.audio {
    position: absolute;
    left: 1406px;
    top: 0;
    width: 703px;
    height: 460px;
    background-image: url(audio/bg.jpg)
}

.pictures {
    position: absolute;
    left: 2109px;
    top: 0;
    width: 703px;
    height: 460px;
    background-image: url(pictures/bg.jpg)
}

.video {
    position: absolute;
    left: 2812px;
    top: 0;
    width: 703px;
    height: 460px;
    background-image: url(video/bg.jpg)
}

.gigs {
    position: absolute;
    left: 3515px;
    top: 0;
    width: 703px;
    height: 460px;
    background-image: url(gigs/bg.jpg)
}

.links {
    position: absolute;
    left: 4218px;
    top: 0;
    width: 703px;
    height: 460px;
    background-image: url(links/bg.jpg)
}

.page {
    position: absolute;
    left: 196px;
    top: 65px;
    width: 487px;
    height: 383px;
	overflow: hidden;
	
  	font-family: Helvetica;
	font-size: 14px;
	font-weight: normal;

	text-align: left;
	line-height: 22px;
    color: #ffffff;
}

.gigs_page {
    position: absolute;
    left: 196px;
    top: 65px;
    width: 487px;
    height: 333px;
	overflow: hidden;
	
  	font-family: Helvetica;
	font-size: 14px;
	font-weight: normal;

	text-align: left;
	line-height: 22px;
    color: #ffffff;
    background-color: transparent;
    border: none;
}

.gigs_label {
    font-family: Helvetica;
	font-size: 14px;
	font-weight: normal;

	text-align: left;
	line-height: 22px;
    color: #a0a0a0;
}

.gigs_title {
    font-family: Helvetica;
	font-size: 20px;
	font-weight: bold;

	text-align: left;
	line-height: 22px;
    color: #ffffff;
}

.page a:link {
	color: #A60006;
	text-decoration: none;
	font-weight: bold;
}

.page a:active {
	color: #A60006;
	text-decoration: underline;
	font-weight: bold;
}

.page a:hover {
	color: #A60006;
	text-decoration: underline;
	font-weight: bold;
}

.page a:visited {
	color: #A60006;
	text-decoration: none;
	font-weight: bold;
}

.page a:visited:hover {
	color: #A60006;
	text-decoration: underline;
	font-weight: bold;
}

.page a:visited:active {
	color: #A60006;
	text-decoration: underline;
	font-weight: bold;
}

.title {
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
	
	text-align: left;
	color: #808080;
}

.note {
	font-family: Book Antiqua;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	
	text-align: left;
	color: #ffffff;
}

.default {
	font-family: Helvetica;
	font-size: 14px;
	font-weight: normal;

	text-align: left;
	line-height: 22px;
	color: #ffffff;
}

,preview {
    border: 1px solid #ff0000;
}

.song {
    height: 24px;
    line-height: 24px;
}

.back_to_home {
    position: absolute;
    left: 0;
    top: 22px;
    width: 683px;
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;

	text-align: right;
	color: #ffffff;
}

.back_to_home a:link {
	color: #A60006;
	text-decoration: none;
}

.back_to_home a:active {
	color: #A60006;
	text-decoration: underline;
}

.back_to_home a:hover {
	color: #A60006;
	text-decoration: underline;
}

.back_to_home a:visited {
	color: #A60006;
	text-decoration: none;
}

.back_to_home a:visited:hover {
	color: #A60006;
	text-decoration: underline;
}

.back_to_home a:visited:active {
	color: #A60006;
	text-decoration: underline;
}

.dings {
	font-family: Helvetica;
	font-size: 8px;
	font-weight: normal;

	text-align: left;
	color: #fd9415;
}

.scrolling {
    position: absolute;
    left: 196px;
    top: 420px;
    width: 487px;
	font-family: Helvetica;
	font-size: 14px;
	font-weight: normal;

	text-align: left;
	color: #ffffff;
}

#footer_wrap {
  position: fixed;
  bottom: 0;
  height: 136px;
  width: 100%;
  background-color: #000000;
  z-index: 100;
}

#footer_bg { 
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
}

#handle {
    position: relative;
    top: 7px;
    width: 16px;
    height: 8px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 30px;
}

#footer {
    position: relative;
    clear: left;
    float: left;
    border: 0;
    width: 100%;
}

