  body { 
     background:#000000;
     text-align:center;
  }
   
  #frame {
    margin-left:auto;
    margin-right:auto;
    top:auto;
    left:auto;
    width:800px;
    height:600px;
    text-align:left;
    background-image: url("img/bg/bg.png") ;
    padding: 0px;
    border:none;
    overflow:visible;
  }
   
  #navbar {
    position:relative;
    left:auto;
    top:auto;
    width:auto;
    height:auto;
    float:left;
    border:none;
  }
	
  #bodytext {
    float:left;
	left:auto;
	top:auto;
	width:285px;
	height:auto;
	padding:16px 6px 6px 12px;
	border:none; 
	overflow:auto; 
  }
  
  #sidebar {
    float:right;
    width:200px;
    height:auto;
    top:auto;
    padding: 5px 10px 10px 10px;
    border:none;
}
      
  p,ul {
     font-family: verdana,arial,helvetica,sans-serif ;
     font-size: small;
     font-weight:normal;
     color:#000000 ;
   }
   
   li {padding-bottom:4px;}
   
   h1 {
     font-family: verdana,arial,helvetica,sans-serif ;
     font-size: 16px;
     font-weight:bold;
     color:#000000 ;
     text-align:center;
     
	}
  .subheading {
    color:#3674B2;
	font-weight:bold;
  }
	
  .tight {margin:0px;padding:0px;}
  
  a.rnav:link, a.rnav:visited {
    font-family:verdana,arial,sans-serif;
    text-decoration:none;
    font-size:x-small;
    font-weight:bold;
    color:#FF6600;
  }
  a.rnav:hover {color:#AAAAAA;}
  
  
   a {text-decoration:none;}   
   a:link { color : #FF6600 ; }
   a:visited { color: #FF6600; }
   a:hover { color: #AAAAAA; }
