body {
	background: #fff5d5;
	text-align: center;
	margin-top:10px;
	}

 ul, ol, dl {
  position: relative;  }

#container {
	width:972px;
	height:50px;
	margin:0 auto;
	padding:0;
	text-align:left;
	position:relative;
	}
	
#header {
	width:802px;
	height:257px;
	background: url(/images/header-bg-2.jpg) top left no-repeat;
	position:relative;
	}

 #sidebanner {
      position:absolute;
	top:15px;
	left:805px;
	z-index:0;
	}

#body {
	width:802px;
	background: url(/images/body-bg.gif) top left repeat-y;
	position:relative;
	}

h1.logo a {
	display: block;
	position:relative;
	width: 262px;
	height: 90px;
	text-decoration: none;
	border: 0;
	text-indent: -2000px;
	z-index:120;
	background: url(/images/logo2.jpg) top left no-repeat;
	}
	
h1.logo {
	padding:0;
	position:relative;
	top:262px;
	left:27px;
	z-index:100;
	background: url(/images/logo2.jpg) top left no-repeat;
	}
	
#nav ul {
	margin:0 0 0 6px;
	padding-top: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-top: 1px solid #CCC;
	width:248px
	}
	
#nav ul li a {
	color:#6a6a6a;
	text-decoration:none;
	display:block;
	}
	
* html body #nav ul li a {
	width:100%;
	}
	
#nav ul li {
	border-bottom: 1px solid #CCC;
	padding: 2px 10px;
	list-style:none;
	}
	
#nav ul li:hover,
#nav ul li a:hover {
	background: #CCFFFF;
	}
	
#nav {
	width:262px;
	height:297px;
	background: url(/images/nav-bg.jpg) top left no-repeat;
	position:absolute;
	left:26px;
	top:5px;
	}
	
#content {
	margin:0 20px 0 300px;
	padding: 10px 0;
	min-height:510px;
	height:auto !important;
	}
	
#content h2 {
	margin:0 0 15px 0;
	}
	
#footer {
	background: url(/images/footer-bg.gif) top left no-repeat;
	padding-top: 12px;
	position:relative;
	}

#footer img {
	position:absolute;
	right:20;
	top:12px;
	}
	
div.submit {
	padding: 10px 0 0 110px;
	}
	 
div.row span.label {
  float: left;
  width: 110px;
  text-align: right;
    padding-right:3px;
  }

div.row span.formw {
  width: 200px;
  text-align: left;
  }
  
 #sites {
 	background-color:#E7E3DA;
	border: 1px solid #CCCCCC;
	padding:0 10px 10px 10px;
	width:230px;
	position:absolute;
	top:320px;
	left:30px;
	}