@charset "UTF-8";
/* CSS Document */

body {
	display: block;
	min-width: 840px;
	height: 100%;
	background-color: black;
	background-image:url(../images/background-pattern.jpg);
	background-repeat: repeat-x;
}

.wrapper {
	display: block;
	position: relative;
	width: 800px;
	left: 50%;
	margin-top: 20px;
	margin-left: -400px;
}

.header {
	display: block;
	width: 798px;
	height: 110px;
	background-image: url(../images/header-gradient.png);
	background-repeat: repeat-x;
	border: 1px solid white;
}

.header img {
	margin-top: 18px;
	margin-left: 40px;
	height:75px;
}

.content {
	display: block;
	width: 728px;
	/*height: 920px;*/
	padding-top: 20px;
	padding-left: 36px;
	padding-right: 36px;
	padding-bottom: 20px;
	background-color: white;

}

.content h1 {
	display: block;
	text-align: center;
	font-weight: bolder;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.content p {
	display: block;
	line-height: 140%;
	text-align:left;
	
	margin-bottom: 20px;
}

.sponsored-links {
	display: block;
	width: 728px;
}

.sponsored-links h2 {
	padding-bottom: 5px;
}

.footer {
	clear:both;
	display: block;
	width: 798px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	vertical-align: middle;
	line-height: 130%;
	font-size: .6em;
	color: #D8E3E5;
	background-image: url(../images/header-gradient.png);
	background-repeat: repeat-x;
	border: 1px solid white;
}

.footer p {
	font-size: 100%;
}

.footer a {
	color: #D8E3E5;
	text-decoration: underline;
}
