	body {
		background : #840202;
	}
	h1 {
		font-size : 1.5em;
	}
	h2 {
		font-size : 1.25em;
	}
	a {
		color : #903939;
		text-decoration : none;
	}
	#header_banner {
		position : relative;
		width : 100%;
		background-repeat : no-repeat;
		background-position : top center;
	}
	#wrapper {
		position : relative;
		margin : auto;
		padding-bottom : 10px;
		background : #FFFFFF;
	}
	#content-wrapper {
		position : relative;
		background-repeat : no-repeat;
		margin : 20px;
	}
	#content-wrapper2 {
		position : relative;
		background-repeat : no-repeat;
	}
	#content {
		position : relative;
		top : 0;
		margin-bottom : 60px;
	}
	.middle {
		text-align : center;
	}
	.hidden-content {
		display : none;
	}
	.disclaimer {
		position : relative;
		bottom : -7em;
		font-size : .55em;
		color : #663333;
		text-align : center;
	}
	.smalltext {
		font-size : .75em;
	}
	#links {
		position : relative;
		margin-bottom : 1em;
		text-align : center;
		font-weight : bold;
		font-family : sans-serif;
		font-size : .75em;
	}


