/* ==================================================
 * GENERAL STRUCTURE
 * =============================================== */

body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	text-align: center;
	font-size: 12px;
	font-family: "Century Gothic", Futura, Avenir, Arial, Helvetica, sans-serif;
	color: #fff;
}

#main {
	width: 1024px;
	margin: 0px auto;
	text-align: left;
}

/* ==================================================
 * HEADER
 * =============================================== */

#header {
	background: url(../images/bg-header.png) 0px 55px repeat-x;
}

/* Titlebar
--------------------------------- */

#titlebar {
	width: 1024px;
	margin: 0px auto;
	background: url(../images/bg-titlebar.png) no-repeat;
}

#titlebar a {
	display: block;
	height: 0px;
	padding-top: 136px;
	overflow: hidden;
}

/* Horizontal Navigation
--------------------------------- */

#hnav {
	height: 34px;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #fff;
	background-color: #191c1f;
}

/* ==================================================
 * HOME PAGE
 * =============================================== */

.home {
	position: relative;
	height: 540px;
	background: url(../images/bg-home2.jpg) no-repeat;
}

/* Teams
--------------------------------- */

#teams {
	position: absolute;
	left: 36px;
	top: 54px;
}

#teams img {
	vertical-align: bottom;
}

/* ==================================================
 * INNER PAGES
 * =============================================== */

.inner,
.innerwide {
	padding: 27px 0px;
}

#left_nav {
	width: 247px;
	min-height: 360px;
}

#page {
	width: 750px;
	min-height: 306px;
	padding: 9px;
}

.inner #content {
	width: 540px;
}

.inner #sidebar {
	width: 201px;
}

/* ==================================================
 * FOOTER
 * =============================================== */

#footer {
	position: relative;
}

/* Contact Info
--------------------------------- */

#contact {
	height: 14px;
	padding: 9px 0px;
	background: url(../images/bg-footer.png) repeat-x;
}

#contact img {
	vertical-align: bottom;
}

/* Copyright
--------------------------------- */

#copyright {
	margin: 18px 0px;
	font-size: 16px;
}

/* Infinity
--------------------------------- */

#infinity {
	position: absolute;
	right: 25px;
	top: 54px;
	font-size: 14px;
	color: #fff;
}