body {
	background-color: #000;
	background-image: url(images/body-background-2.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}


.content {
	background-image: url(images/background2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 800px;
	width: 951px;
	margin-right: auto;
	margin-left: auto;
}

.link-container {
	top: 150px;
	position: relative;
	left: 92px;
	width: 200px;
}

.top-content {
	position: relative;
	top: 197px;
	left: 82px;
	width: 530px;
}
.top-content h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14pt;
	color: #ffca05;
	padding: 0px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.top-content p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}


.main-content {
	position: relative;
	top: -47px;
	left: 310px;
	width: 550px;
	padding: 4px;
}
.main-content a img {
	-moz-box-shadow: 2px 2px 3px #430101;
	-webkit-box-shadow: 2px 2px 3px #430101;
	box-shadow: 2px 2px 3px #430101;
}

.main-content h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color: #FFF;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.main-content p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #000;
	margin: 0px;
	padding: 0px;
}

.main-content-wt {
	position: relative;
	top: -47px;
	left: 310px;
	width: 550px;
	padding: 4px;
	background-color: #FFF;
	font-weight: bold;
	-moz-box-shadow: 2px 2px 3px #430101;
	-webkit-box-shadow: 2px 2px 3px #430101;
	box-shadow: 2px 2px 3px #430101;
	-moz-border-radius:5px;
	-webkit-border-radius:5px
}

.subpage-header {
	background-color: #C32026;
	color: #FFF;
	padding: 2px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 790px;
	margin-top: 5px;
	-moz-box-shadow: 2px 2px 3px #430101;
	-webkit-box-shadow: 2px 2px 3px #430101;
	box-shadow: 2px 2px 3px #430101;
}

