/* @override http://beta.tjaart.com/css/structure.css */

/* Begin Structural Styles */

* {
	margin: 0;
	padding: 0;
	border: none;
	z-index: 0;
}

html, body {
	height: 100%;
	width: 985px;
	margin: auto;
	background: #e7ebed url(../images/main_bg.png) repeat-x 0 top;
}

#header {
	position: absolute;
	top: 0;
	height: 85px;
	text-align: center;
	margin: auto;
	background: url(../images/header_bg.png) no-repeat center top;
	width: 985px;
	z-index: 101;
}

#nav {
	margin: 0;
	padding: 0;
	height: 97px;
	list-style: none;
	display: inline;
	overflow: hidden;
}

#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#nav a {
	float: left;
	padding: 97px 0 0 0px;
	overflow: hidden;
	height: 0px !important;
	height /**/: 97px;/* for IE5/Win only */
}

#nav a:hover {
	background-position: 0 -97px;
	border: 0px solid #fff;
}

#nav a:active {
	background-position: 0 -194px;
}

#navhome a {
	width: 116px;
	background: url(../images/navhome.png) top no-repeat;
	margin-left: 18px;
}

#navnews a {
	width: 112px;
	background: url(../images/navnews.png) top no-repeat;
}

#navscoring a {
	width: 149px;
	background: url(../images/navscoring.png) top no-repeat;
}

#navgallery a {
	width: 143px;
	background: url(../images/navgallery.png) top no-repeat;
}

#navschedule a {
	width: 157px;
	background: url(../images/navschedule.png) top no-repeat;
}

#navabout a {
	width: 121px;
	background: url(../images/navabout.png) top no-repeat;
}

#navcontact a {
	width: 150px;
	background: url(../images/navcontact.png) top no-repeat;
}

div#content {
	border: 1px solid #000;
}

#clearheader {
	height: 60px;
}

#container {
	height: 100%;
	min-height: 100%;
	height: auto !important;
	margin: 0 auto;
	background: url(../images/container_bg.png) repeat-y center;
	position: relative;
	z-index: 98;
}

#logo {
	position: absolute;
	z-index: 102;
	top: 125px;
	left: inherit;
}

#sapga {
	position: absolute;
	z-index: 103;
	top: 470px;
	left: inherit;
}

#splash {
	width: 940px;
	background-color: #aeaeae;
	margin: auto;
	height: 507px;
	overflow: hidden;
	text-align: center;
	/* padding-top: 25%; */
	border-right: 1px solid #aeaeae;
	border-left:  1px solid #aeaeae;
	vertical-align: top;
}

#contact {
	width: 940px;
	background-color: #aeaeae;
	margin: auto;
	height:350px;
	text-align: center;
}

#left {
	position: absolute;
	/* float: left; */
	z-index: 100;
	background: url(../images/content_divider_left.png) center right no-repeat;
	min-height: 354px;
	width: 40%;
}

#right {
	position: absolute;
	margin-left: 40%;
	/* float: right; */
	width: 58%;
}

#column {
	height: 100%;
	min-height: 450px;
	width: 940px;
	margin: auto;
	position: relative;
	background: #eee url(../images/column_bg.png) repeat-x 0 bottom;
}

#clearfooter {
	width: 940px;
	margin: auto;
	clear: both;
	height: 19px;
	background: #eee url(../images/column_bg.png) bottom repeat-x;
}

#footer {
	width: 985px;
	bottom: 0;
	clear: both;
	height: 112px;
	background: url(../images/footer_bg.png) no-repeat bottom;
	text-align: center;
	position: relative;
	margin-top: -20px;
	z-index: 99;
}

#footer p.slug {
	padding: 2px;
	font-size: 77%;
}

#footer p {
	padding-top: 20px;
	text-align: center;
	padding-bottom: 10px;
}

#footer a {
	padding-left: 20px;
	padding-right: 20px;
}