html, body {
height: 100%;
}
	
body {
	background-image: url();
	background-repeat: no-repeat;
	background-color: #A89E6E;
	text-align: center;
	margin: 0;
	padding: 5px;
	}
td {
	font-family: tahoma,verdana,helvetica,san-serif;
	font-size: 10px;
	text-align: normal;
	color: #4A4630;
	}

#content { 
	font-family: tahoma,verdana,helvetica,san-serif;
	font-size: 10px;
	text-align: justify;
	color: #4A4630;
	width: 390px;
	height: 490px;
	overflow: auto;
	position: absolute;
	left: 375px;
	top: 70px;
	}

input, textarea, select {
	background-color: #A89E6E;
	font-size: 10px;
	font-family: tahoma,verdana,sans-serif;
	color: #4A4630;
	letter-spacing: 0;
	border: 1px solid #AEA472;
	padding: 0;
	margin-top: 1px;
	}

h1 {
	font-family: "Trebuchet MS",arial,sans-serif;
	font-size: 15px;
	letter-spacing: 2px;
	font-weight: normal;
	text-transform: none;
	text-align: left;
	}
h2 {
	font-family: "Trebuchet MS",arial,sans-serif;
	font-size: 13px;
	letter-spacing: 2px;
	font-weight: normal;
	text-transform: none;
	text-align: left;
	}
h3 {
	font-family: "Trebuchet MS",arial,sans-serif;
	font-size: 11px;
	letter-spacing: 3px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	border-bottom: 1px solid #AEA472;
	}

a { 
	color: #B0DBA5;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0;
	font-weight: bold;
	}
a:hover { 
	color: #AEA472;
	background-color: #4A4630;
	}
	
a.infobox { border-bottom: 1px dashed #AEA472; text-decoration: none; }
a.infobox:hover { cursor:help; color:#AEA472; background-color: #AEA472; }
a.infobox span { display: none; position: absolute; left: 5em; margin-top: 0.1em; padding: 1em; text-decoration: none; }
a.infobox:hover span { display: block; width: 20em; text-align: justify; border: 1px solid #4A4630; color: #4A4630; background-color: #AEA472; }