#headerWrapper {
	background-image: url(/app/webroot/img/headerWrapperFiller.png);
	background-repeat: repeat-x;
	background-position: 0px -28px;
	height: 90px;
}
#header {
	width: 960px;
	height: 90px;
	margin: 0 auto;
	position: relative;
}

/*----------Content----------*/
#contentWrapper {
	background-color: #61151E;
	padding: 17px 0 0px 0;
}
#content {
	width: 960px;
	margin: 0 auto;
	background-color: transparent;
	border-bottom: 0px solid #3F080F;
	background-image: none;
	padding-bottom: 10px;
}

#content div#login {
	width:400px;
	background-color: #dbd1a9;
	border: 6px solid #3F080F;
	margin: 0 auto;
}
#content div#login label {
	font-size: 17px;
}
#content div#login div.input input {
	width:352px;
	height:26px;
	margin-bottom: 10px;
	font-size: 20px;
}
#content div#login div.input input:focus {
	background-color: #F9F1D2;
}
#content div#login div.submit input {
	width:100px;
	height:30px;
	margin: 10px 0px 0px 0px;
	background-color: #3F080F;
	border: 0px solid #999;
	color:#FAF5DA;
	font-size: 14px;
	text-transform: uppercase;
}



h1 {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 24px;
	letter-spacing: -.015em;
	color: #2c0509;
	text-align: center;
	background-color: transparent;
	border-bottom: 0px solid #decf93;
	padding: 30px 10px 10px 10px;
}

#footer p {
	width:800px;
	font-size: 12px;
	text-align: left;
	margin: 0 auto;
	line-height: 18px;
}
#footer p.firstChild {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 20px;

}