body {
text-align: center;
background: URL(bg2.gif);
background-color: #000000;
color: #b97852;
font-family: Tahoma, Verdana, Arial, Trebuchet MS; 
font-size: 12px;
  }

a {
text-decoration: underline; 
color: #b97852;
cursor:crosshair;
}

a:link {
text-decoration: underline; 
color: #b97852;
cursor:crosshair;
	}

a:visited {
text-decoration: underline; 
color: #b97852;
cursor:crosshair;
	}

A:hover {color: #ffff; font-size: 12px; font-variant: small-caps; font-weight: bold}

#container {
background: #4e2f1a;
margin: 0 auto;
width: 600px;
text-align: left;
border: solid 5px #43201c;
overflow: hidden;
  }

#header {
background: #4e2f1a;
margin-top: 0px;
text-align: center;
}

#menu {
float:left;
width:100px;
background:#4e2f1a;
margin-left: 20px;
	}

#content {
float: right;
width: 480px;
margin-top: 5px;
background: #4e2f1a;
	}

td {
font-family: Tahoma, Verdana, Arial, Trebuchet MS;
font-size: 11px;
}