* {
	font-family: Myriad, Arial;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #000;
}

#header {
	width: 700px;
	height: 202px;
	background: url('images/header.jpg');
}

#logo {
	text-align: left;
}


#title {
	font-weight: normal;
	font-size: 18px;
	color: #e7d662;
	text-transform: uppercase;
	padding-top: 12px;
	padding-left: 45px;
	letter-spacing: 3px;
}


#linkswraper{
	background: url('images/links_bg.jpg') top left no-repeat;	
}

#links {
	padding-right: 35px;
	padding-top: 100px;
}

#links a {
	font-size: 12px;
	color: #e7d662;
	text-transform: lowercase;
	text-decoration: none;
	display: block;
	margin-bottom: 2px;
	text-align: right;
}


#content {
	font-size: 12px;
	padding: 7px;
	color: #3a3a3a;
	background-color: white;
	margin-left: 7px;
}

#content h1 {
	font-size: 20px;
	font-weight: normal;
	color: #e7d662;
}

#footer {
	height: 25px;
}

#footer table{
	font-size: 12px;
	color: #a0b7bd;
	background-color: #000;
}

#footer table td {
	padding-left: 10px;
}