* { 
	margin: 0; 
	padding: 0; 
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
body {
	background: #5e1318 url(images/background.gif) repeat-x top;
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px; 
	color: #333;
}
p {
	font-size: 14px;
	line-height: 1.55em;
	margin: 0.625em 0;
	padding: 5px 0;
	text-align: left;
}
a {
	color: #3c95be;
	font-weight: bold;
}
em {
	padding: 3px;
	background: #fffcde;
	font-weight: bold;
}
#wrapper {
	width: 771px;
	margin: 0 auto;
}
#content {
	width: 771px;
	background: url(images/content.gif) repeat-y top;
	border-bottom: 2px solid #c0c0c0;
}
	#content h1 {
		font-size: 28px;
	    line-height: 38px;
	    letter-spacing: -1px;
		color: #be1f1f;
		margin: 0 0 0 0;
		padding: 0 60px;
		padding-top: 10px;
		text-align: center!important;
	}
	#content h2 {
		font-size: 28px;
	    line-height: 28px;
	    letter-spacing: -1px;
		color: #be1f1f;
		margin: 0 0 0 0;
		padding: 20px 60px;
		padding-top: 10px;
		text-align: center!important;
	}
	#content h3 {
		font-size: 18px;
	    line-height: 28px;
	    letter-spacing: -1px;
		color: #555;
		margin: 0 0 0 0;
		padding: 0 60px;
		text-align: center!important;
		padding-top: 10px;
	}
	#content ul li {
		padding: 5px;
		margin: 10px 0;
		border: 2px solid #ccc;
		list-style: none;
		padding-left: 15px;
	}
	#content ol {
		font-weight: bold;
		margin-left: 60px;
	}
blockquote {
  font: 14px/22px normal helvetica, sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  padding-left: 15px;
  border-left: 3px solid #ccc;
}
#header {
	width: 771px;
	height: 306px;
	text-align: center;
	padding-top: 50px;
	margin-top: 25px;
	background: url(images/header.gif) no-repeat top;
}
	#header h1 {
		font-size: 38px;
	    line-height: 48px;
	    letter-spacing: -1px;
		color: #be1f1f;
		margin: 0 0 0 0;
		padding: 0 60px;
		padding-top: 10px;
	}
	#header h2 {
		font-family: "Lucida Grande", Tahoma;
		font-size: 15px;
		color: #666666;
        margin-top: 10px;
        font-weight: normal;
		text-align: center!important;
		padding: 10px 100px;
		line-height: 28px;
		letter-spacing: 1px;
	}
#inner {
	padding: 20px 70px;
}
#footer {
	text-align: center;
	padding: 20px;
}