body {
	background-color: black;
	color: #AE9860;
	font-family: Arial, Sans-Serif;
}

table {
	color: #AE9860;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
}

table a{
	color: #AE9860;
	text-decoration: none;
}

table a:hover{
	font-weight: bold;
}

table p{
	color: white;
	text-align: justify;
}

#head {
	border: 0px solid green;
	width: 961px;
	height: 52px;
	padding-top: 5px;
	padding-left: 10px;
	text-align: left;
}

#menu {
	border: 0px solid red;
	font-size: 20pt;
	width: 961px;
	height: 50px;
	text-align: center;
	padding-bottom: 28px;
	@padding-bottom: 0px;
}

#content {
	border: 0px solid red;
	width: 961px;
	height: 384px;
	@height: 390px;
}

#footer {
	border: 0px solid red;
	width: 961px;
	height: 40px;
	padding-top: 10px;
}

#contactform table {
	color: white;
	font-size: 8pt;
}

#contactform input{
	border: 1px solid #AE9860;
	background-color: #AE9860;
}

#contactform textarea{
	border: 1px solid #AE9860;
	background-color: #AE9860;
}

p a {
	color: white;
	font-size: 8pt;
}