@charset "utf-8";
body {
	background-color: #000;
	margin-left: 8px;
	margin-top: 20px;
	margin-right: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}

#body {
	width: 640px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
}
h3 a {
	color: #FFECBF;
	text-decoration: none;
	font-weight: bold;
}
h3 a:hover {
	text-decoration: underline;
	color:#FFF;
}

p {
	text-align: left;
}

#logo {
	text-align: center;
}
#footer {
	text-align: center;
	margin-top: 30px;
	border-top-width: thin;
	border-top-style: double;
	border-top-color: #999;
	font-size: small;
	color: #CCC;
}
#menu {
	background-color: #17201F;
	margin: 0px;
	padding: 0px;
}

#menu a {
	color: #FFF;
	text-decoration: none;
	background-color: #17201F;
	padding-right: 2px;
	padding-left: 2px;
	margin-right: 4px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-variant: small-caps;
}
#menu a:hover {
	text-decoration: none;
	background-color: #354A48;
}
#menu .active  {
	background-color: #314442;
}





#reel {
	text-align: center;
	margin-bottom: 10px;
	margin-top: 40px;
}

h1 {
	padding: 0px;
	font-variant: normal;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h2 {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: large;
	text-transform: uppercase;
	text-decoration: underline;
}
h3 {
	padding: 0px;
	font-size: small;
	font-style: italic;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
h4 {
	margin: 0px;
	padding: 0px;
	font-size: small;
	font-weight: normal;
}
hr {
	color: #FFF;
	background-color: #FFF;
	height: 1px;
	border: 0px solid #FFF;
	margin-bottom: 0px;
}
a {
	text-decoration: none;
	color: #C7C7D1;
}
a:hover {
	color: #FFF;
}
.tagline {
	text-align: center;
	margin: 0px 0 5px;
}
.center {
	display: block; 
	margin-left: auto;
	margin-right: auto;
	}