@import url(tpl.css);
@import url(style.css);

html, body {
	margin: 0; padding: 0;
}
body {
	background: url(../images/background.jpg) center -370px repeat;
}
a img {
	border: none 0;
}
.content {
	width: 886px;
}
.nav {
	height: 55px;
	/*padding: 0 31px;*/
	background: url(../images/t.png) bottom left no-repeat;
}
.foot {
	height: 25px;
	background: url(../images/b.png) top left no-repeat;
	text-align: right;
	font-size: 11px;
	padding: 30px 30px 0 0;
	color: #FFF;
}
.foot .credits {
	color: #C1969F;
}
.foot .credits a {
	color: #BE834C;
}
.main {
	background: url(../images/bg.png) top left repeat-y;
	padding: 50px 60px 40px 60px;
}
.nav ul {
	margin: 5px 0 0 0; padding: 0;
}
.logo {
	text-align: center;
}
.nav ul li {
	margin: 0; padding: 0;
	float: left;
	list-style: none;
	text-align: center;
}
.nav ul li a {
	color: #FAD96A;
	text-decoration: none;
	font-size: 14px;
	text-transform: lowercase;
}
.nav ul li a.current, .nav ul li a:hover {
	color: #E7E7E7;
}
.nav ul li.last {
	/* text-align: right; */
}
.content {
	margin: 50px auto 0 auto;
}
.main {
	/*color: #FAD96A;*/
}
.spacer {
	clear: both;
	height: 1px;
	line-height: 1px;
}
.events td {
	vertical-align: top;
}
