@charset "UTF-8";
/* CSS Document */
<style type="text/css">

html, body {
height:100%;
}

* html #non-footer {
height:100%;
}


body {
	background-image: url(images/bgtile1.png);
	background-repeat: repeat-y;
	background-position: 0 0;
	margin: 0;
	padding: 0;
}

#header {
	background: #fff;
	padding: 0;
	background-color: #111621;
	min-height: 10px;
}

#header h1 {
  margin: 0;
  padding: 0;
}

#navigation {
	float: left;
	clear: both;
	width: 65px;
	z-index:4;
	margin-left: 1px;
	border: 1px solid #FFF;
	min-height:300px;
	background-color: #F24606;
	border-color: #F24606;
}

#content {
	position: relative;
	/*float: left;*/
	z-index:1;
	width: 40%;
	margin-left: 67px;
	min-height:100%;
	/*border: 1px solid #FFF;*/
}
#footer {
	position: fixed;
	bottom: 0;
	height:50px;
	margin-top:-200px;
	width: 100%;
	/*border: 1px solid #FFF;*/
	background-position: 0 0;
	/*padding-left: 11%;*/
	clear: both;
	margin-bottom:17px;
	z-index:0;
}
#footnote {
	position: absolute;
	padding-left:167px;
	max-width:200px;
	/*border: 1px solid #FF0000;*/
	clear: both;
}
#markfooter {
	position: absolute;
	left:6px;
	bottom: 2;
	/*border: 1px solid #000;*/
	/*float:left;*/
	margin-bottom:5px;
	
	clear: both;
}
#rightbar {
	position: absolute;
	width: 217px;
	height: auto;
	top: 10px;
	right: 0;
	margin-right:55;
	left: auto;
	z-index:3;
	/*border: 1px solid #FFF;*/
}

.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #999;
}
.headerGold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #999;
}
.abouttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
}
</style>