html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}	

body {
	font-size: 12pt;
	font-family: Garamond, "Century Schoolbook";
	background-color: #330000;
	color: #FFFFF0;
	letter-spacing: normal;
	text-shadow: 3px 3px 5px #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 770px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center 80%;
}
a:link {
	color: #FF6600;
	font-weight: bold;
}
a:hover {
	color: #FF3300;
	font-weight: bold;
}
a:visited {
	color: #FF6600;
	font-weight: bold;
}
a:active {
	color: #FF0000;
}

#info {
	height: auto;
	width: 400px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 10px;
	position: relative;
	border: 1px dotted #FFCC00;
	z-index: 0;
}

h1 {
	font-size: 36px;
	font-weight: bold;
	font-family: AmericanTypewriter-Light, Typewriter, "AmerType Md BT", "Another Typewriter";
}

#wrapper{
	width: auto;
	margin:10px auto;
	text-align:center;
	position: relative;
}
#moreInfo {
	height: 150px;
	width: 250px;
	right: 50px;
	position: absolute;
	top: 100px;
	border: 1px dotted #FF9900;
	background-color: #330000;
	z-index: 1;
}
#vidInfo {
	width: 250px;
	height: 150px;
	position: absolute;
	top: 100px;
	left: 50px;
	border: 1px dotted #FF9900;
	background-color: #330000;
	z-index: 1;
}
.logoBox {
	width: 272px;
	height: 42px;
	border: 0px none 0;
	position: relative;
	top: 0px;
	right: 5px;
	margin: 0px;
	padding: 0px;
	visibility: visible;
}
#masthead {
	height: 100px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

