* {margin: 0; padding: 0;}

#pageglobal {
	position: relative;
	z-index: 5;
	margin-left: auto;
	margin-right: auto;
}

body {
	font-family: Arial;
	color: #ccc;
	font-weight: lighter;
}

#opentop {
	height: 80px;
	width: 1024px;
	background-image: url(../_basegfx/open_top.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#footfloat {
	position:absolute;
	width: 100%;
	bottom: 0;
	}

#openfoot {
	height: 35px;
	background-image: url(../_basegfx/open_bottom.png);
	background-repeat: no-repeat;
	border: 0;
	padding: 0;
	margin: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	width: 1024px;

}

#sitenav {
	position: relative;
	font-size: 10pt;
	text-align: center;
	z-index: 5;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 51px;
	letter-spacing: 2px;
}

#sitenav img {
	vertical-align: sub;
	border: none;
	}

#sitenav li {
	display: inline;
	padding-left: 10px;
	padding-right: 0;
	margin-right: 0;
	padding-bottom: 0;
	padding-top: 0;
	color: #9b8987;
}

#footertext {
	margin: 0;
	font-size: 8.5pt;
	text-align: center;
	position: relative;
	top: 5px;
	color: #8a7a78;
	padding-top: 9px;
	}


a:link {
	color: #9b8987;
	text-decoration: none;
}

a:visited {
	color: #9b8987;
	text-decoration: none;
}

a:hover {
	color: #cbcbcb;
	text-decoration: none;
}

a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}