@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	background-color:#000;
	background-image: url(../images/tile-top.gif);
	background-repeat:repeat-x;
	background-position: top;
}

#banner {
	width: 100%;
	margin: auto;
	background-image: url(../images/banner-home.jpg);
	background-position: top center;
	background-repeat:no-repeat;
}

#container {
	width: 900px;
	margin:auto;
}

#head {
	width: 900px;
	height: 510px;
}

#footer {
	width: 900px;
	height: 88px;
	padding-top: 60px;
	margin-bottom: 40px;
}

#nav {
	height: 15px;
	width: 900px;
	margin: 37px 0;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: .8em;
	font-weight: bold;
	list-style: none;
}

#nav ul li {
	display: inline;
	float: left;
	margin-right: 30px;
}

#nav ul li a {
	display: block;
	background: url(../images/point.gif) no-repeat left 3px;
	padding-left: 8px;
	color: #FFF;
	text-decoration: none;
}

#nav ul li a:hover {
	color:#999;
	background: url(../images/point.gif) no-repeat 2px 3px;
}

#nav ul li a.active {
	color:#1ab5b4;
}