 
	#top_header {
		width: 100%;
		height: 115px;
		background-color: #e0e1d1;
	}

	#header {
        clear:both;
        float:left;
        width:100%;
	background-color: #e0e1d1;
	/*display: inline;
	background-color: #e0e1d1;*/
	}
 
	#nav {

		width: 100%;
		height: 33px;
		background-color: black;
		z-index: 5;
		color: white;
		
	}

	#nav ul {
	
	z-index: 5;
	background: #000;
	float: left;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	}

	#nav li {
	float: left;
	font: 110% "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0 5px 0 6px;
	padding: 0;
	width: 75px;
	}

	#nav a {
	background: #000 url("images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0 auto;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
	width: 100px;
	}

	#nav a:hover {
	background: #85071c url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
        }


form fieldset {
  clear: both;
  font-size: 100%;
  border-color: #85071c;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 10px;
  margin: 0 0 0 0;
}

form fieldset legend {
  font-size: 150%;
  font-weight: normal;
  color: #85071c;
  margin: 0 0 0 0;
  padding: 0 5px;
}

input {
	line-height: 1.5em;
	margin-bottom: .5em;
	float: left;
}


label {
	clear: both;
	font-weight:bold; 
	height:20px; 
	border:1px solid #85071c; 
	float:left; 
	width:140px; 
	text-align:right;
	padding:0;
	background:#85071c;
	margin:0 5px 5px 5px; 
	font-size:1em; 
	color:#fff; 
	line-height:1.5em;
}

#wrapper {
	border: 2px solid #85071c;
	}

h2 {
	padding: 1px 0 3px 0;
}