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

body {
	background-color: #000000;
	margin: 0px;
	padding: 10px;
	text-align: center;
}

p { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 78em;
	text-align: left;
}

#webpage {
	position:absolute;
	width:900px;
	height:100%;
	z-index:1;
	top: 0px;
}

#content {
	position:abosolute;
	width:434px;
	z-index:3;
	left: 0px;
	top: 0px;
	padding: 0px 41px 15px 420px;
	background: url(../images/bkSides.png) repeat-y 0px 0px #FFFFFF;
	border: 3px solid #ffffff;
}

#footer {
	position:relative;
	left: 130px;
	width:900px;
	height: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #807a49;
}

#webSig {
	position:relative;
	left: 130px;
	top: .25em;
	width:975px;
	height: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #807a49;	
}

#webSig a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #807a49;
}
#webSig a:link {
	text-decoration: none;
}
#webSig a:visited {
	text-decoration: none;
	color: #807a49;
}
#webSig a:hover {
	text-decoration: none;
	color: #A2AA68;
}
#webSig a:active {
	text-decoration: none;
	color: #807a49;
}

#ClmnLft {
	position:absolute;
	width:167px;
	height:200px;
	z-index:4;
	left: 234px;
	top: 0px;
	margin-top: 0px;
	padding-top: 25px;
	background-position: center top;
	text-align: center;
}

#nav {
	position:absolute;
	z-index:4;
}
