@charset "UTF-8";
/* CSS Document */


html {
height:100%; /* fix height to 100% for IE */
max-height:100%; /* fix height for other browsers */
padding:0; /*remove padding */
margin:0; /* remove margins */
border:0; /* remove borders */
background:#fff; /*color background - only works in IE */
/* hide overflow:hidden from IE5/Mac */
overflow:hidden; get rid of scroll bars in IE */
}

body {
height:100%; /* fix height to 100% for IE */
max-height:100%; /* fix height for other browsers */
overflow:hidden; /*get rid of scroll bars in IE */
padding:0; /*remove padding */
margin:0; /* remove margins */
border:0; /* remove borders */
}

#headerbg{
height:308px;
position:absolute;
top:0;
left:0;
background-image:url(images/bg_img.gif);
width:100%;
}

#header{
width:800px;
height:305px;
margin:0px auto;
}

#header .mainimg{
width:785px;
height:207px;
margin-left:8px;
margin-top:6px;
float:left;
}

#header .logo{
float:left;
margin-top:10px;
}

#header .headline{
font-family:Eurostile, Helvetica, Arial sans-serif;
font-size:18px;
color:#808386;
float:left;
margin-left:10px;
margin-top:35px;
}

#header .headline span{
color:#ffb251;
}

#header ul{
width:250px;
margin: 65px 0px 0px 40px;
float:left;
}

#header ul li{
display:inline;
text-decoration:none;
padding:0;
}

#footer{
height:20px;
width:100%;
background-color:#ffb251;
position:absolute;
bottom:0;
left:0;
}

#footer p{
color:#FFFFFF;
font-family:Helvetica, Arial, sans-serif;
font-size:14px;
width:480px;
margin:1px auto;
}

#content { 
margin-top:305px;
/*display:block;  set up as a block */
/*height:57%*/; 
max-height:57%;
overflow:auto; /*add scroll bars as required */
}

#bio{
width:650px;
margin:20px auto;
/*padding-top:20px;*/
}


#bio p{
font-family:Helvetica, Arial sans-serif;
font-size:15px;
color:#808386;
margin-top:20px;
}

#discography{
width:650px;
margin:20px auto;
/*padding-top:20px;*/
}

#discography p{
margin-bottom:40px;
}

#discography p img{
margin-right:25px;
}


/*#discography ul{
margin-bottom:40px;
}

#discography ul li{
margin-top:3px;
border-bottom:solid 1px;
color:#ffb251;
}*/

.label{
color:#999999;
font-family:"Times New Roman", Times, serif;
font-style:italic;
font-size:15px;
}

.answer{
color:#666666;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-size:15px;
margin-left:20px;
}

/*#discography ul{
text-decoration:none;
list-style:none;
}

#discography li{
font-family:Helvetica, Arial sans-serif;
font-size:15px;
color:#808386;
text-decoration:none;
}*/

#contact{
width:650px;
height:250px;
margin:50px auto;
}

#contact p{
font-family:Helvetica, Arial sans-serif;
font-size:15px;
color:#808386;
margin-top:20px;
}

#contact p a{
color:#ffb251;
text-decoration:none;
}