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

* {
    margin: 0;
}

a:link {color: #111; }
a:active {color: #111; }
a:visited {color: #111;  }
a:hover {color: #666; }

html, body {
	height: 100%;
	background-color: #000;
	background-image: url(../images/GrungeBG.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	color: #000;
	font-family: "Century Gothic", "Avante Garde", "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	text-align: center;
}

#nav {
	margin: 0;
}

#header {
	width: auto;
	margin: 0 auto;
	background-image: url(../images/GrungeBG_header.png);
	background-repeat: no-repeat;
	height: 66px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D9D6CA;
	background-position: center;
}

#main {
	text-align: center;
}

#maindiv {
	width:955px;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.wrapper {
	background-image: url(../images/text_background.png);
	background-repeat: repeat-y;
	background-position: center top;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -38px;
}
.footer, .push {
	height: 36px;
}

.footer {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #D9D6CA;
	background-image: url(../images/footermenu.png);
}

.footertext {
	margin-top: 2px;
	color: #000;
}

h2 {
	font-family: "Century Gothic", "Avante Garde", "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 20px;
	letter-spacing: .3em;
}