body {
	background: #000 url(../images/bg.png) repeat-x;
}

a, a:visited, a:active {
	text-decoration: none;
	color: #b07501;
	cursor: pointer;
	outline: none;
}

a:hover {
	color: #ffd878;
}

.container {

}

.error {
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
}

.centered {
	text-align: center;
}

#header {
	height: 180px;
	background: url(../images/logo.png) no-repeat 243px 0px;
}

#header h1 a {
	font-size: 0px;
	line-height: 0px;
	text-indent: -2000px;
}

#menu {
	padding-top: 57px;
	text-align: right;
	line-height: 30px;
	font-family: Verdana;
	font-size: 18px;
	/* letter-spacing: -1px; */
}

#menu ul {
	list-style-type: none;
}

#menu a.active {
	font-weight: bold;
	color: #ffd878;
	letter-spacing: -0.5px;	
}

#content {

}

#content p {
	font-size: 14px;
	font-family: Verdana;
	color: #ccc;
	line-height: 24px;
}

#content h3 {
	color: #fff;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 21px;
	font-weight: bold;
	font-family: Arial;
	margin-bottom: 4px;
}

#content h3 a {
	color: #fff;
}

#content.faq h3 {
	margin-top: 5px;
	margin-bottom: 15px;
}

#content h2 {
	color: #b07501;
	font-size: 48px;
	margin-bottom: -33px;
	padding: 0;
	font-family: steiner;
}

#content img {
	padding-left: 10px;
}

#content table tr td {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}

#content input, #content textarea {
	background: #333;
	border:none;
	font-size: 14px;
	padding: 5px;
	color: #fff;
}

/*
#matt {
	position: absolute;
	bottom: 0px;
	left: 3%;
	z-index: -1;
}
*/
/*

#matt img {
	width: 10%;
	height: 10%;
}
*/

#footer {
	padding-top: 50px;
}

#footer p {
	color: #222;
	font-size: 12px;
}

#admin h3 {
	margin-top: 15px;
}

.admin textarea {
	width: 460px;
}

.admin input {
	margin-top: 10px;
	-moz-border-radius: 8px;
}
.admin div.edit {
	padding: 30px 0;
}

.admin ul {
	margin: 0;
}

.admin ul li {
	background: #eee;
	list-style-type: none;
	margin-top: 10px;
	padding: 10px;
}

#content #admin ul li p {
	font-size: 12px;
	font-family: Arial;
	color: #222;
}

#video {
	position: relative;
	overflow: visible;
}

#video .close {
	position: absolute;
	top: -30px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	right: 0px;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: bold;
	background: #000;
	color: #333;
}

#watch_video {
	padding: 8px 12px;
	-moz-border-radius: 8px;
	background: #222;
}