@charset "utf-8";
/* CSS Document */

* {
margin: 0;
}

html, body{
padding:0;
margin:0;
height:100%;
}

img{
border:none;
padding:0px;
}

body {
background-color:#73d4f0;
background-image:url(images/bodyBG.jpg);
background-repeat:no-repeat;
background-position:top left;
}

#wrapper{
width:950px;
text-align:center;
position:relative;
height: auto !important;
min-height:500px;
margin: 0px auto;
}

#top{
width:950px;
height:134px;
position:relative;
text-align:left;
}

#header{
width:790px;
height:50px;
background-image:url(images/headerBG.png);
background-repeat:no-repeat;
position:relative;
z-index:24;
}

#menuBar{
width:790px;
height:84px;
background-image:url(images/menuBG.png);
background-repeat:no-repeat;
position:relative;
z-index:26;
}

#topRight{
width:160px;
height:134px;
background-image:url(images/topRightBG.png);
background-repeat:no-repeat;
position:relative;
left:790px;
top:-134px;
z-index:25;
}

#btnHome{
position:absolute;
left:0px;
top:0px;
z-index:40;
}
#btnPictures{
position:absolute;
left:88px;
top:0px;
z-index:39;
}
#btnVideo{
position:absolute;
left:221px;
top:0px;
z-index:38;
}
#btnMusic{
position:absolute;
left:338px;
top:0px;
z-index:37;
}
#btnJournal{
position:absolute;
left:464px;
top:0px;
z-index:36;
}
#btnFoundation{
position:absolute;
left:592px;
top:0px;
z-index:35;
}

#content{
width:950px;
position:absolute;
top:134px;
left:0px;
text-align:left;
z-index:100;
height:auto;
min-height:615px;
background-color:#FFFFFF;
background-image:url(images/footer.png);
background-position:bottom left;
background-repeat:no-repeat;
padding-bottom:55px;
}


#rightCol{
position:absolute;
left:790px;
top:0px;
width:160px;
height:100% !important;
background-image:url(images/rightColBG.png);
background-position:right;
background-repeat:repeat-y;

}

#whereGo{
padding-left:6px;
font-family:Arial, Helvetica, sans-serif;
width:775px;
color:#00688B;
background-image:url(images/wordsBG1.jpg);
background-position:top left;
background-repeat:no-repeat;
}
#whereGoWrap{
width:775px;
background-image:url(images/wordsBG2.jpg);
background-position:bottom right;
background-repeat:no-repeat;
}

#text{
padding-left:6px;
font-family:Arial, Helvetica, sans-serif;
width:775px;
color:#00688B;
}

#music{
font-family:Arial, Helvetica, sans-serif;
width:790px;
height:400px;
color:#00688B;
text-align:center;
position:relative;
}

#track1{
position:absolute;
left:70px;
top:0px;
}
#track2{
position:absolute;
left:70px;
top:80px;
}
#track3{
position:absolute;
left:70px;
top:160px;
}
#track4{
position:absolute;
left:70px;
top:240px;
}
#track5{
position:absolute;
left:70px;
top:320px;
}

#verse{
text-align:center;
vertical-align:top;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
width:145px;
font-size:10px;
position:relative;
left:12px;
}


#birthdayCake{
position:absolute;
left:410px;
top:0px;
}

#birthdayBanner{
position:absolute;
left:190px;
top:56px;
}


#birthdayColumn{
background-image:url(images/birthdayBalloons.png);
background-repeat:no-repeat;
background-position:right bottom;
height:100%;
width:160px;
}
