#menu { 
position:absolute; 
top:10px; 
right:10px;
width:150px; 
height:75px;
background:#482b23; 
text-align:center; 
font: 12px "Century Gothic", Arial, serif;
	color: #d6f1f4;
 }
body {
	background: #281813;
	font: 12px "Century Gothic", Arial, serif;
	color: #d6f1f4;
	margin: 0;
}
a:link, a:visited {
	color: #b7eef4;
	text-decoration: none;
}
a:hover, a:active {
	color: #b7eef4;
	text-decoration: underline;
}
h1 {
	font-size: 21px;
	margin-top: 2px;
}
h2 {
	font-size: 13px;
}
h3 {
	font-size: 15px;
	text-decoration: underline;
	margin-bottom: 5px;
	padding-top: 10px;
}
h4 {
	font-weight: bold;
	text-decoration: underline;
}
.header {
	width: 949px;
	height: 269px;
	margin: 0 auto;
	background: #281813 url(images/header.jpg) left top no-repeat;
	position: relative;
}
.main {
	background: #281813 url(images/main-background.jpg) 26px top repeat-y;
	width: 949px;
	margin-top: 269px;
	margin: 0 auto;
	padding: 0;
}
.mainTable {
	margin-left:56px;
}
.newsletter {
	background-color: #281813;
	padding: 10px 0 10px 30px;
	position: relative;
}
.big {
	font-size: 14px;
}
.credits {
	padding: 15px 0;
	font-size: 11px;
}
.space {
	padding: 15px 0;
}
.border {
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #b7eef4;
.border1 {
	padding: 0 0 0 0;
	border-bottom: 1px dotted #b7eef4;
}