html {
	height: 100%;
	overflow-y: scroll;
}
body {
	color: #FFFFFF;
	background-color: #897F8C;
}
.container_12 {
	padding: 0 32px;
	background-color: #726575;
}
a:link,a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}
.header marquee {
	margin: 8px 0 -12px 0;
}
.header h1 {
	font-family: 'Playball', cursive;
	margin-top: 8px;
	font-size: 54px;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 0px;
	text-align: center;
	text-shadow: 0 0 10px #FF0000;
}
.header a:hover{
	text-decoration: none;
}
.header h6 {
	font-family: 'Faster One', cursive;
	color: #FF0000;
	font-size: 24px;
	font-style: italic;
	text-align: center;
}
.header p {
	margin-bottom: 6px;
	font-weight: bold;
	text-align: center;
}
.header img {
	margin-top: 16px;
	outline-offset: 1px;
}
.content {
	z-index: -1000;
	margin: 40px 0;
}
.content p {
	margin: 0 0 12px 0;
	font-size: 14px;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
}
.content b{
	font-family: 'Calibri';
	font-size: 15px;
	color: #FF0000;
	text-decoration: underline;
}
.content img {
	border: 5px solid #8A8A5C;
	margin-bottom: 16px;
}
.content embed {
	z-index: -1000;
	width: 100%;
	height: 720px;
	outline: 1px solid #000;
}
.content h4 {
	text-align: center;
}
.contact {
	text-align: center;
}
.contact h3 {
	margin-top: 20px;
}
.contact p {
	font-size: 16px;
}
.contact img {
	padding-right: 8px;
	border: none;
	width: 28px;
}
.grid_6 hr {
	margin-top: 20px;
}