

	#mainFrame {
	  width:750px;
	  height:600px;
	}

	
	#topbar {
	  position:relative;
	  width:750px;
	  height:166px;
	  background:url(topbar.jpg);
	}
	
	#bottbar {
	  background:url(bottbar.jpg);
	  width:750px;
  	  height:28px;
  	  padding-top:12px;
  	  text-align:left;
  	  color:#B39F6C;
  	  font:11px tahoma;
	}
	#bottbar b 		{ margin-left:45px; }
	#bottbar a 		{ color:#B39F6C;	}
	#bottbar a:hover{ color:#FFE692;	}

	#leftbar {
	  font:9px verdana;
	  color:#524A3D;
	}
	
	#leftbar form {
	  margin:5px;	
	}
	#leftbar input, #leftbar passwod,  {
	  font:10px verdana;
	  font-weight:bold;
	  color:#524A3D;
	  padding:2px;
	  border:1px solid #524A3D;
	  width:125px;
	  background-color:#F4F1E8;
	}
	#leftbar a {
	  color:#524A3D;
	  text-decoration:none;		
	}
	

	#online {
	  font:9px arial;
	  font-weight:normal;
	  text-align:left;
	  top:110px;
	  left:10px;
	}


	#banner {
	  position:absolute;
	  top:9px;
	  left:220px;
	  width:468px;
	  height:60px;
	  border:1px solid #000;
	}
	
	#date {
	  position:absolute;
	  top:147px;
	  left:200px;
	  font:10px arial;
	  color:#775;
	}
	
	
	