body {
	background-color: #000;
	background-image: url();
	font-size:65%;
	color: #934437;
	font-family: tahoma, verdana, sans-serif;
	}

a:link, a:active {
	color: #92444d;
	text-decoration:none;
	font-weight:normal;
	}
	
a:visited {
	color: #b15f44;
	text-decoration:none;
	font-weight:normal;
	}


a:hover {
	color: #934437;
	text-decoration:underline;
	font-weight:normal;
	}

	
img {
	border:0px;
	}


	
.image {
	width:800px;
	position:absolute;
	top:1px;
	left:1px;
	}

.menu {
	text-align: center;
	position:absolute;
	top:40px;
	left:330px;
	}

.content {
	width:300px;
	position:absolute;
	top:80px;
	left:235px;
	padding:2px;
	}

	
h1 {
	font-size:100%;
	color: #934437;
	font-weight:bold;
	text-align:right;
	margin:0px 3px 2px 0px;
	}
	
h2 {
	font-size:100%;
	color: #934437;
	font-weight:bold;
	text-align:right;
	margin:0px 3px 2px 0px;
	}


.center {
	text-align:center;
	}


strong {
  color: #835f43;
	}

input, textarea, select, option, radio {
	background-color: #000;
	border: 1px solid #934437;
	font-size:10px;
	color: #934437;
	font-family: verdana, tahoma, sans-serif;
	}
