body {
	background-color: #8B0304;
	border: 20px solid #FFF;
	width: 960px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

.clear {
	background-color: #8B0304;
}

#header {
	background-color: #8B0304;
}

#header-image {
	height: 400px;
	background-color: #FFF;
	background-image: url(images/header-image.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#header h1.logo {
	height:180px;
	text-indent: -1000px;
	overflow: hidden;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#content {
	background-color: #8B0304;
	padding-bottom: 50px;
}

.spacing {
	padding-top: 50px;
}

#content h2, #footer-link h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	padding-bottom: 20px;
	text-align: center;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 50px;
}

#content h2.button {
	border-top: 1px solid #ffffff;
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#c4c4c6), to(#ffffff));
	background: -moz-linear-gradient(top, #c4c4c6, #ffffff);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: #8b0303;
	font-size: 24px;
	font-family: Georgia, Serif;
	text-decoration: none;
	vertical-align: middle;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	margin-top: 65px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 0px;
   }
#content h2.button:hover {
   border-top-color: #c4c4c6;
   background: #ffffff;
   color: #8b0303;
   }
#content h2.button:active {
   border-top-color: #ffffff;
   background: #ffffff;
   }

#footer-link {
	background-color: #8B0304;
	background-image: url(images/logo-small.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 100px;
}

#footer-link h2 {
	padding-top: 40px;
	font-size: 24px;
	font-weight: bold;
}

#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #FFF;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: center;
	margin-right: 30px;
	margin-left: 30px;
}

#content ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 10px;
}

#content ul {
	margin-right: 40px;
	margin-left: 40px;
	}

#footer {
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer-image {
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
