#container {
width: 900px;
margin: 0 auto;
text-align: center;
}

p {margin:0; padding: 0;}

body {
	margin: 0px;
	font-family: arial;
	color: #ffffff;
	font-size: 8.5pt;
	background-color: #000000;
}

input, textarea {
	font-family: arial;
	color: #dac79b;
	font-size: 8.5pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #1e1a17;
	text-align: justify;
}


.button {
    border: 1px solid #f0e9d8;
    background: #1e1a17;
	text-align: center;
}
.button:hover {
    border: 1px solid #f5f1e6;
    background: #24201c;
	text-align: center;

}


table {
	font-family: arial;
	color: #f0e9d8;
	font-size: 8.5pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: justify;
}

A:link{COLOR: #ffffff; text-decoration: underline; font-weight: normal;} 
A:visited{COLOR: #ffffff; text-decoration: underline; font-weight: normal;} 
A:active{COLOR: #ffffff; text-decoration: underline; font-weight: normal;} 
A:hover{COLOR: #ffffff; text-decoration: underline; font-weight: normal;} 

.header {
	font-family: arial; 
	font-size: 9pt;
	color: #dac79b;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#container #header{ 
	position: relative;
	left: -10px;
	top: -2px;
}

#container #menu{ 
	position: relative;
	left: 0px;
	top: 60px;
}

#container #content{ 
	position: relative;
	left: 0px;
	top: 0px;
	align: left;
}
