/* CSS Document */
body {
	/*background: url('Dec122007.jpg') no-repeat fixed center;*/
	background-color: black;
	font-family: Georgia, Serif;
	color: #999999;
	}
	/*a:link {color: #00a6dd} */ 
	
#frame {
  
  margin-top:10px;
  text-align:center;
  
	}
#top {
  
  margin:5px;
  padding:15px;
  border-bottom-style: outset;
  border-bottom-color:#CCCCCC;
  
}


#right  {
  font-size:10px;
  float:right;
  border-left: outset;
  border-left-color:#CCCCCC;
  
}

#left  {
  font-size:12px;
  line-height:2;
  float:left;
  border-right: outset;
  border-right-color:#CCCCCC
  
}

h1 {
  font-size:x-large;
  color:#FF0000;
}



