* {
	font-family: Myriad, Arial;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #fff;
}

#header {

}

#logo {
	text-align: right;
}


#title {
	font-size: 14px;
	color: #454545;
	padding-left: 8px;
	padding-top: 24px;
	text-transform: lowercase;
	font-weight: normal;
}

#linkswraper{
	background: url('images/links_header.jpg') top left no-repeat;
	padding-top: 345px;
}

#links {
	padding-left: 10px;
	padding-right: 10px;
}

#links ul{
	list-style-type: none;
	margin-top: 0px;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
}

#links ul li{
	padding-bottom: 3px;
}

#links a {
	font-size: 12px;
	color: #d4bf29;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	display: block;
}


#content {
	font-size: 12px;
	padding: 7px;
	color: #eee;
	background-color: #232222;
}

#content h1 {
	font-size: 20px;
	font-weight: normal;
	color: #d4bf29;
}

#footer {
	height: 32px;
}

#footer table{
	font-size: 12px;
	color: #999;
}

#footer table td {
	text-align: center;
}