*{
    margin:0;
    padding:0;
    font-family:Helvetica, Arial, sans-serif;
    color:white;
}

a{
    text-decoration:none;
}

a img{
    border-style:none;
}

span{
    display:none;
}

body{
    background-color:#04beca;
}

div.container{
    width:746px;
    height:715px;
    margin:0 auto;
}

div.home{
    background-image:url("Background Images/Home Page Background Image.jpg");
}

div.photos{
    background-image:url("Background Images/Photos Page Background Image.jpg");
}

div.bio{
    background-image:url("Background Images/Bio Page Background Image.jpg");
}

div.links{
    background-image:url("Background Images/Links Page Background Image.jpg");
}

object.videoObject{
    display:block;
    position:relative;
    top:222px;
    left:196px;
}

p.title{
    display:block;
    position:absolute;
    top:534px;
    width:730px;
    text-align:center;
    font-size:11pt;
    font-weight:bold;
    text-transform:uppercase;
}

div.thumbnails{
    display:block;
    position:relative;
    top:270px; /* 576px from the top of the page - 306px taken up by video player */
    left:57px;
    height:50px;
}

div.thumbnails a{
    margin-right:15px;
}

img.photoObject{
    display:block;
    position:relative;
    top:208px;
    left:218px;
}

p.prev_next{
    display:block;
    position:absolute;
    top:609px;
    width:723px;
    text-align:center;
    font-size:11pt;
    font-weight:bold;
    text-transform:uppercase;
}

div.bioObject{
    background-image:url("biotext.jpg");
    background-repeat:no-repeat;
    /*border:1px solid black;*/
    display:block;
    position:relative;
    top:210px;
    left:145px;
    width:520px;
    height:390px;
}

div.bioObject p{
    color:transparent;
    font-size:11px;
    word-spacing:5px;
    line-height:15px;
    margin-bottom:10px;
}

ul.linksObject{
    list-style-type:none;
    display:block;
    position:relative;
    top:346px;
    left:222px;
    font-size:10pt;
    height:106px;
}

ul.linksObject li{
    margin-bottom:14px;
}

ul.navigation{
    list-style-type:none;
    display:block;
    position:relative;
    left:57px;
}

div.home ul.navigation{
    top:283px; /* 639px from the top of the page - 306px taken up by video player - 50px taken up by thumbnails */
}

div.photos ul.navigation{
    top:257px; /* 639px from the top of the page - 382px taken up by photo */
}

div.bio ul.navigation{
    top:249px; /* 639px from the top of the page - 390px taken up by bio text */
}

div.links ul.navigation{
    top:533px; /* 639px from the top of the page - 106px taken up by links */
}

ul.navigation li{
    display:inline;
}

ul.navigation a{
    display:inline-block;
    height:25px;
}

div.home ul.navigation a{
    margin-right:50px;
}

div.photos ul.navigation a{
    margin-right:48px;
}

div.bio ul.navigation a{
    margin-right:42px;
}

div.links ul.navigation a{
    margin-right:47px;
}

ul.navigation a.home{
    width:81px;
    background-image:url("Links Buttons/Home.jpg");
}

ul.navigation a.home:hover{
    background-image:url("Links Buttons/Home hover.jpg");
}

ul.navigation a.photos{
    width:73px;
    background-image:url("Links Buttons/Photos.jpg");
}

ul.navigation a.photos:hover{
    background-image:url("Links Buttons/Photos hover.jpg");
}

ul.navigation a.bio{
    width:48px;
    background-image:url("Links Buttons/Bio.jpg");
}

ul.navigation a.bio:hover{
    background-image:url("Links Buttons/Bio hover.jpg");
}

ul.navigation a.discography{
    width:132px;
    background-image:url("Links Buttons/Discography.jpg");
}

ul.navigation a.discography:hover{
    background-image:url("Links Buttons/Discography hover.jpg");
}

ul.navigation a.links{
    width:67px;
    background-image:url("Links Buttons/Links.jpg");
}

ul.navigation a.links:hover{
    background-image:url("Links Buttons/Links hover.jpg");
}

ul.navigation a.contact{
    width:102px;
    background-image:url("Links Buttons/Contact.jpg");
}

ul.navigation a.contact:hover{
    background-image:url("Links Buttons/Contact hover.jpg");
}

/* class to hide nested objects in IE */
/* hides the second object from all versions of IE */
* html object.hiddenObjectForIE{
    display:none;
}

/* display the second object only for IE5 Mac */
/* IE Mac \*//*/
* html object.hiddenObjectForIE{
    display:inline;
}
/**/
