body {
	margin-top: 0px;
	margin-left: 0px;
	background-color: #000;
}

img {
	border: 0px;
}

hr {
	color: #A8100E;
}

input {
	font-family: Arial, Helvetica, sans-serif;
}
	
/*Text Effect*/

.main-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	letter-spacing: .01em;
}

.main-text a:link, a:visited, a:active {
	color: #A80D0C;
	text-decoration: none;
}

.main-text a:hover {
	color: #A80D0C;
	text-decoration: underline;
}

.intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 24px;
	color: #000;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
}

.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}

.email-signup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

.email-signup-sans {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.bottom-copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFF;
	letter-spacing: .2em;
}

.socialnetwork {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}

.show-headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #A8100E;
	font-weight: bold;
}

.show-info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000;
}

.center-it {
	text-align: center;
}

.info-splash {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000;
}

.info-splash a:link, a:hover, a:visited, a:active {
	color: #A80D0C;
}

/*Form*/
.form-color {
	background: #f2ede5;
	border: 1px solid #a6020;
}

/*Images*/

.img-right {
	float: right;
	padding: 8px 0px 8px 8px;
}

.socialnet-images {
	float: left;
	padding: 0px 6px 0px 6px;
}

.press-adjuster {
	margin-top: 8px;
}

/*Containers*/

#main-container {
	margin: 0 auto;
	width: 1024px;
	overflow: hidden;
}

#page-background {
	width: 1024px;
	background: url(../assets/pageBackground.gif);
	overflow: hidden;
}

#masthead {
	width: 1024px;
}

#content {
	width: 630px;
	margin-top: 15px;
	margin-left: 48px;
	margin-bottom: 10px;
	float: left;
}

#sign-up {
	width: 260px;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
}

#bottom {
	width: 1024px;
	height: 23px;
	background: url(../assets/pageBottom.gif);
	float: left;
}

#page-background-splash {
	width: 1024px;
	overflow: hidden;
	background-image: url(../assets/splash/background.gif);
}

#content-splash-left {
	width: 238px;
	margin-left: 30px;
	float: left;
}

#content-splash-right {
	width: 220px;
	margin: 10px 38px 0px 10px
}