body {
	background: url(/images/bg.jpg) #6a0a0d repeat-x top left;
	text-align: center;
	margin-top:15px;
	}

#container {
	width:808px;
	margin:0 auto;
	padding:0;
	text-align:left;
	position:relative;
	}
	
#content-wrap {
	float:right;
	width:500px;
	background: #69060f;
	padding:8px;
	margin-left:8px;
	}

#content {
	border: 1px solid #fff;
	padding:10px;
	background:url(/images/bg-content.gif) #fff repeat-x top left;
	}
	
#content div.box {
	border:1px solid #ffde00;
	background:#d59e32;
	padding: 10px;
	width:458px;
	}
	
#content div.box h2 {
	font-size:28px;
	color:#fff;
	margin:0;
	padding:0;
	background:none;
	border-top:none;
	width:400px
	}
	
#content div.box p {
	color:#fff;
	}

#content h1 {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	margin:0;
	padding:0;
	background:none;
	border-top:none;
	width:400px
	}

	
#content h2 {
	color:#990000;
	width:470px;
	padding:5px 0 5px 10px;
	background: #ffde00;
	border-top:1px solid #990000;
	}

div.row {
  padding-top: 10px;
  }

div.submit {
	padding: 10px 0 0 83px;
	}
  
div.row span.label {
  float: left;
  width: 80px;
  text-align: right;
    padding-right:3px;
  }

div.row span.formw {
  width: 200px;
  text-align: left;
  } 
  

#footer {
	height: 400px;
	min-height: 400px;
	padding: 20px 0 0 0;
	text-align:left;
	color:#CCCCCC;
	background: url(/images/bg.jpg) #6a0a0d repeat-x top left;
}

#footer a {
	color:#fff;
	}
	
#footer h2 {
	color:#CCCCCC;
	}

html>body #footer {
	height: auto;
}

#footer .wrap {
	width: 800px;
	margin: 0 auto;
}

#footer ul {
	margin-left:0;
	}

#footer ul li {
	list-style:none;
	}

#legal {
	clear: both;
	padding-top: 20px;
	text-align: center;
	color: #fff;
}

#fbox1, #fbox2, #fbox3 {
	float: left;
}

#fbox1 {
	width: 200px;
	padding-left:10px;
}

#fbox2 {
	width: 200px;
	padding-left: 30px;
}

#fbox3 {
	width: 300px;
	padding-left: 30px;
}