/* Created by Paul DiCiccio*/



html
{
	background: grey url("../images/background.gif") repeat fixed;
	background-position: left top;
}

#one, #two, #three, #four, #five
{
	border: solid grey 0px;
	margin: 0px auto 0px;
	width: 98%;
	color: white;
	font-family: Edwardian Script ITC;
	font-size: 56pt;
	text-shadow: 3px 4px black;
	text-align: left;
}

#between
{
	margin: 0px auto 100px;
	height: auto;
	width: 98%;
	color: white;
	font-family: century gothic, comic sans;
	font-size: 14pt;
	text-shadow: 3px 4px black;
	text-align: left;
}

h1
{
	padding: 0 0 0 10px;
	color: white;
	font-family: century gothic, Edwardian Script ITC;
	font-size: 56pt;
}

h2
{
	padding: 0 0 0 10px;
	color: white;
	font-family: century gothic, comic sans;
	font-size: 16pt;
	text-shadow: 3px 4px black;
	text-align: center;
}

p
{
	padding: 0 0 0 10px;
	font-size: 14pt;
}

ul
{
	list-style-type: none;
}

li
{
	padding-bottom: 2px;
}

video
{
	margin-left: auto;
	margin-right: auto;
	display: block;
	border: solid white 1px;
}

iFrame
{
	margin-left: auto;
	margin-right: auto;
	display: block;
	border: solid white 1px;
}

footer
{
	background-color: black;
	color: white;
	text-align: right;
	font-size: 18pt;
	font-family: century gothic, Comic Sans;
	border: solid grey 3px;
	padding: 5px 30px 0 0;
	margin: 5px auto;
	width: 95%;
}

/* Link Styles Below */

a:link
{
	color: white;
	text-decoration: none; /* No Underline */
}

a:visited
{
	color: white;
}

a:hover
{
	color: #00bfff;
}