/* Layout Stylesheet */ 

body {
 margin:5px;
 background-image: url(bg.jpg);
 background-attachment: fixed;
 padding:0;
 text-align:center;
 }

#box {
 width:800px;
 margin:auto;
 }

#header {
 width:800px;
 height:84px;
 background-image: url(logobg.jpg);
 }

#bodyblock {
 position:relative;
 background: #000000;
 width:800px;
 padding:0;
 }

#menu {
 float:left;
 background:#000000;
 width:150px;
 }

#content {
 float:right;
 width:642px;
 background:#000000;
 color:#FFFFFF;
 border-top:8px solid #000000;
 border-right:8px solid #000000;
 text-align:left;
 }

#footer {
 clear:both;
 width:800px;
 background:#000000;
 }

#foot {
 float:left;
 font-family: cursive;
 font-size: 10pt;
 text-align:center;
 width:642px;
 color:#FFFFFF;
 background:#000000;
 border-right:8px solid #000000;
 }

#menufoot {
 float:left;
 background:#000000;
 color:#000000;
 width:150px;
 }

#menumain a, #menumain a:visited {
  text-decoration:none;
  font-family: cursive;
  font-size: 9pt;
  text-align:left;
  color:#FFFF00;
  background-color:#000000; 
  display:block; 
  width:11em; 
  padding:0.2em;
  margin:0.3em auto;
  border:2px solid #FFFFFF;
  }

#menumain a:hover {
  border:2px solid #FFFFFF;
  color:#FFFFFF;
  background-color:#FF00CC; 
  }

#scroll {
 font-size: 28pt;
 color:#FFFFFF;
 }

#site {
 display:block;
 width: 400px;
 background:#000000;
 color:#FFFFFF;
 text-align:center;
 }

#soundbox {
 font-size: 28pt;
 color:#FFFFFF;
 }