@charset "UTF-8";
body {
	background-color: #000;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
}
p {
	text-align: left;
	margin-right: 36px;
	margin-left: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	margin-top: 6px;
	margin-bottom: 12px;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F90;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #39F;
}
a:active {
	text-decoration: none;
	color: #0F3;
}
h1 {
	font-size: 60px;
	line-height: 60px;
	text-align: left;
	margin-right: 24px;
	margin-left: 24px;
	padding: 0px;
	height: 60px;
	font-family: 'Sansita One', Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 24px;
	text-align: left;
	margin-right: 36px;
	margin-left: 36px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 60px;
	margin-bottom: 0px;
}
h3 {
	font-size: 12px;
	color: #F90;
	text-transform: uppercase;
	border: 1px dotted #F90;
	text-indent: 2px;
	padding: 4px;
	text-align: left;
	margin-right: 24px;
	margin-left: 24px;
	margin-top: 36px;
	margin-bottom: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	color: #F90;
	text-align: left;
	margin-right: 36px;
	margin-left: 36px;
	font-weight: bold;
	font-style: italic;
	font-size: 24px;
	line-height: 24px;
	padding-top: 30px;
	padding-bottom: -6px;
}
#container {
	z-index:1;
	background-image: url(../images/70transgrey.png);
	background-position: center top;
	width: 70%;
	margin: 0px auto;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#footer {
	font-size: 12px;
	color: #F90;
	text-decoration: none;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
}

