<style type="text/css">
<!--

#ignore_first_rule { color: red; }

#vr_layout {
  position: relative;
  width:            760px;
  height:           600px;

  overflow:         hidden;
  text-align:       left;
  background-color: none;
}

#vr_djlogo {
  position: absolute;
  top:      0px;
  left:     0px;
  width:    160px;
  height:   60px;
  overflow: hidden;
  background-color: #e6d2bf;
}

APPLET { background-color: white; }


#vr_navbar {
  display:          none;
  position:         absolute;
  top:              0px;
  left:             160px;
  width:            600px;
  height:           20px;
  overflow:         hidden;
  background-color: #663300;

  color:            #fff1e4;
  font-size:        14px;
  font-weight:      bold;
}

#vr_navbar_pad { padding:  1px 8px; }

#vr_navbar A:link,
#vr_navbar A:visited,
#vr_navbar A:active  { color: #fff1e4; }
#vr_navbar A:hover   { color: #ffe674; }

  
#vr_address {
  position:         absolute;
  top:              0px;
  left:             160px;
  width:            600px;
  height:           60px;
  overflow:         hidden;
  background-color: #82562a;
  color:            #fff1e4;
}

#vr_address_pad { padding: 4px 8px; }


#vr_area {
  position: absolute;
  top:       60px;
  left:       0px;
  width:    640px;
  height:   500px;
  overflow: hidden;
  background-color: #808080;
}


#vr_tabs {
  position: absolute;
  top:       60px;
  left:     640px;
  width:    120px;
  height:   500px;
  overflow: hidden;
  background-color: #969b7e;
  font-size:  11px;
  font-weight: bold;
}

#vr_tabs A {
  display: block;  
  width:   120px;  
  height:   50px; 
  padding: 4px 8px; 
  background-color: #747f5c;
  border-bottom: 1px solid #969b7e; 
}

#vr_tabs A:link,
#vr_tabs A:visited,
#vr_tabs A:active, 
#vr_tabs A:hover    { color: #C0C4AB; text-decoration: none; }

#vr_tabs A.lit { background-color: #555F40; }


#vr_footer {
  position:   absolute;
  top:        560px;
  left:         0px;
  width:      760px;
  height:      auto;
  background-color: #82562a;
  color:            #fff1e4;
}

#vr_footer_pad { padding: 4px 8px; }

#vr_footer IMG { vertical-align: top; }
  

-->
</style>