html {
	margin: 0px;
	height: 100%;
	width: 100%;
}
body {
	color: #191919;
	line-height: 17px;
	background-position: center top;
	background-repeat: repeat;
	background-image: url(/styles/images/tartan.png);
	font-size: small;
	margin: 0px;
	height: 100%;
	width: 100%;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

a:link, a:visited {
	color: #408000;
}
a:hover, a:active {
	color: #408000;
}
#container {
	z-index: 1;
	position: relative;
	border-right-color: #666666;
	border-left-color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-width: 1px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
	width: 880px;
}

#header {
	margin: 0px;
	height: 300px;
	width: 880px;
}

#logo {
	background-repeat: no-repeat;
	background-image: url(images/logo.png);
	top: 50px;
	margin: 0px;
	height: 170px;
	position: absolute;
	z-index: 2;
	width: 450px;
}
#logo span {
	z-index: 2;
	display: none;
}

#band {
	top: 0px;
	position: relative;
	margin: 0px;
	background-color: black;
	z-index: 1;
	padding: 0px;
	height: 300px;
	width: 880px;
	overflow: hidden;
}
#nav {
	display: block;
	z-index: 3;
	position: absolute;
	top: 250px;
	margin: 0px;
	height: 50px;
	width: 880px;
	overflow: hidden;
}
#nav a {
	display: block;
	float: left;
	height: 50px;
	width: 220px;
	overflow: hidden;
}


#nav a:hover {
	display: block;
	text-indent: -220px;
}
#content {
	background-color: white;
	margin-left: 0px;
	margin-bottom: 160px;
	margin-right: 0px;
	margin-top: 0px;
	width: 880px;
}
#footer {
	z-index: 2;
	padding: 20px;
	border-top-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	color: #333333;
	position: relative;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: -160px;
	height: 99px;
	width: 842px;
}
#footer .logo {
	background-repeat: no-repeat;
	background-image: url(images/logosmall.png);
	display: block;
	margin: 0px;
	float: left;
	height: 100px;
	width: 265px;
}
#footer .logo span {
	display: none;
}
#footer .links {
	float: right;
}
#footer a:link, #footer a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #191919;
}
#footer a:hover, #footer a:active {
	text-decoration: none;
	color: black;
}
#footer .copyright {
	font-size: x-small;
	top: 80px;
	position: relative;
	float: right;
}
