* {
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
	font-family: "trebuchet ms", tahoma, verdana, arial, sans-serif;
	background: #2B0C01 url('../../../images/background.png') top left repeat-x;
	color: #282828;
}

p {
	margin-bottom: 15px;
}

ul {
	margin-left: 40px;
	list-style: square;
}

a, a:visited {
	color: #4e0000;
}

a:hover {
	color: #AD0202;
}

.floatleft {
	float: left;
}

.clear {
	clear:both;
	height: 0;
}

.pad {
	margin: 10px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.small {
	font-size: small;
}

.yellowbox {
	margin: 30px 0 0 0;
	padding: 10px;
}

.yellowbox img {
	margin-right: 25px;
}

.yellowbox p {
	font-size: 2.2em;
	margin-top: 40px;
}

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

#header {
	margin: 10px 0 0 0;
	width: 800px;
	height: 175px;
	background: #2B0C01 url('../../../images/header.png') top left no-repeat;
}

#header h1 {
	width: 320px;
	margin: 0 auto;
	padding: 135px 0 0 0;
}

#header h1 img {
	border: none;
	outline: none;
}

#content_outer {
	margin: 70px 0 20px 0;
	width: 800px;
	padding-bottom: 15px;
	background: url('../../../images/bottombody.png') bottom left no-repeat;
}

#content_inner {
	width: 800px;
	background: #FFDE6D url('../../../images/topbody.png') top left no-repeat;
}

#content_inner #left {
	padding: 50px 0 0 0;
	width: 470px;
	float: left;
}

#content_inner #left h2 {
	color: #4e0000;
	margin-bottom: 15px;
}

#content_inner #right {
	margin: 50px 0 0 0;
	width: 298px;
	float: right;
}

#content_inner #right_outer {
	background: #4e0000 url('../../../images/topside.png') top left no-repeat;
}

#content_inner #right_inner {
	padding: 20px;
	background: url('../../../images/bottomside.png') bottom left no-repeat;
}

#content_inner #right h2 {
	margin: 2em 0 0.5em 0;
	font-size: 1.1em;
	border-bottom: 1px #fff solid;
}

#content_inner #right a, #content_inner #right a:visited {
	color: #fff;
	text-decoration: none;
}

#content_inner #right a:hover {
	color: #eee;
}

#content_inner #right {
	color: #fff;
	margin-left: 0;
	padding: 10px;
	font-size: 0.8em;
}

#content_inner #right .card {
	height: 30px;
}

#footer {
	color: #fff;
	font-size: small;
}

#footer a, #footer a:visited {
	color: #fff;
}

#footer a:hover {
	color: #eee;
}