html {
    overflow: scroll;
}

html, body {
    height:100%;
}

body {
    margin:0;
    padding:0;
    background-color:#420330;
}

a {
    color:#3366CC;
    text-decoration: none;
}

a:hover {
    color:#3399FF;
}

img {
    border-style: none;
}

#bio_text, #shows_text, #home_text {
  text-align: center;
  margin-left: 105px;
  font-family: Helvetica;
  font-size: 10pt;
  width: 530px;
  line-height: 125%;
}

#music_nav {
    margin-left: 150px;
    margin-right: 18px;
}

#shows_nav {
    margin-right: 18px;
}

#news_nav {
    margin-right: 20px;
}

#bio_nav {
    margin-right: 25px;
}

#menu_nav {
    text-align: left;
}

#header {
    background-image:url('../imgs/header_background.jpg');
    text-align: center;
    height: 221px;
}

#logo {
    padding-top: 87px;
    text-align: center;
}

#content, #page {
    position: absolute;
    height: 100%;
    width: 748px;
    left: 50%;
    margin-left: -375px;
    background-image:url('../imgs/michael_background.jpg');
    background-repeat:repeat-y;
}

#contact_info {
}

.bar, .copy_title, .copy_detail, .copyright {
    text-align: center;
    font-family: Helvetica;
    margin-bottom: 10px;
}

.copy_title {
    font-size: 10.5pt;
    font-weight: bold;
}

.copy_detail {
    font-size: 10pt;
}

.copyright {
    font-size: 8pt;
}

#music_info {
}

#page #content {
    font-family: Helvetica;
    float: left;
    height: auto;
    left: auto;
    margin-left: 0px;
	}
