body{
    background-image: url(images/bg.jpg);

}

#container{
    position: relative;
    margin-top: 30px;
    margin-right: auto; margin-left: auto;
    height: 622px; width: 900px;
 /*   border: solid black 1px;*/
       z-index:0;
  
}

#location{
position:relative;
    float: left; margin-left: -50; margin-top: 7;
 
    width:120; height:120;
  
       z-index:6;
}
#rwr{
    position:absolute;
    right:0;
    top:60;
    background-image:url(images/rwr.png);
    background-repeat: no-repeat;
    width: 400;
    height: 40;
    z-index:6;
   
}
    


#bubble{

    float: left; margin-left: 10; margin-top: 35;
    
    width:85; height:85;

       z-index:6;
    filter: alpha;
    opacity:0.7;
}
#bubble:hover{
    opacity:1;
}
    
#header{
    position: absolute;
    top: 0; left: 0;
    height: 150; width: 100%;
    border-bottom: dashed #CDAF95 3px;
    background-color: #FEE8D6;
       z-index:5;
     border-right: 1px solid;
    border-left: 1px solid;
    border-top:1px solid;
}

#localbar{

    position: absolute;
    bottom:0; left:450;
    height:25; width:100%;
    text-align: left;
    z-index: 2;
 
       
}

#topbar{
    position: absolute;
    top:0; left:0;
    height:50; width:100%;

      background-image: url(images/topbar.jpg);
    background-repeat: no-repeat;
    z-index: 2;
    filter: alpha;
    opacity: 0.7;
      
}

#media{
    position: absolute;
    top: 152; left:0;
    height: 450; width: 450;

       z-index:4;
    overflow : auto; 
      background-color: #FEE8D6;
      border-left: 1px solid;
        border-bottom: 1px solid;
  
}

#content{
    position: absolute;
    top: 152; right:-2;
    height: 450; width: 450;
       z-index:4;
      border-right: 1px solid;
      border-bottom: 1px solid;
    background-color: #FEE8D6;
 
 
}
#backbox{
    position: absolute;
    top: 152; left:0;
    height: 450; width: 900;
       z-index:3;
    border-right: 1px solid;
    border-left: 1px solid;
        border-bottom: 1px solid;
 
   
}






h1{
    font-family:Avant-Garde;
    font-size: 14px;
    margin-left: 10px;
    margin-bottom: 1px;
    padding: 0;
    color: #666
}

#content h1{
    font-family:Avant-Garde;
    font-size: 13px;
    margin-left: 10px;
    margin-bottom: 0px;
    padding: 0;
    color: #666
}


img {border:0;}

a{
    color: #996666;
    text-decoration: none;
}

a:hover{
    color: #CDAF95;
    text-decoration: none;
}


p{
    
    font-family: Times, Times New Roman, Helvetica;
    font-size:13px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    color: #616161;
    
}

#content p{
    
    font-family: Times, Times New Roman, Helvetica;
    font-size:12px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 2px;
    color: #616161;
    
}
p:first-letter{
    font-size:15px;
    margin-left: 30px;
}


#media p{
    
    font-family: Times;
    font-size:11px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    color: #616161;
    
}
#media p:first-letter{
    font-size:12px;
    margin-left: 30px;
}



#localbar li{
    display: inline;
    font-family: Arial, sans-serif;
    font-weight: bold;
  
    font-size: 18;
   color: #616161;
    padding-left: 3px;
    padding-bottom: 3px;
    padding-top: 2px;
    margin-left: 2px; margin-bottom: 0px; margin-top: 4px;
}
#localbar li:hover{
  
    font-size: 18;
    color: #CDAF95;
}
    
#vidbox{
    position:relative:
    margin-left:200;top:20;
    width:320;height:240;
    margin-top:10px;
    border:1px solid;
    z-index:5;
}

#play{
    position:absolute:
    left:290;top:220;
    width:60,height:40;
    margin-top:10px;
    border:1px dashed
    z-index:6;
    background-image:url(media/play.gif);
}

h1{
}

