@charset "UTF-8";
/* CSS Document */

video {  
   width:100%; 
   max-width:500px; 
   height:auto; 
}


#video_background {
	 position: absolute; 
	 bottom: 0px; 
	 right: 0px; 
	 min-width: 100%; 
	 min-height: 100%; 
	 width: auto; 
	 height: auto;
	 z-index: -1000; 
	 overflow: hidden; }

p, ul, li
{
font-family: 'Special Elite', cursive;	
}

h1 a
{
	font-family: 'Cedarville Cursive', cursive;
	font-size: 70px;
	color: #184D81;
	margin-left: 7%;
}
#main {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 25px;
}
#links {
	font-size: 20px;
	text-decoration: underline;
}

h1 a:hover
{
	text-decoration: none;
	color: #184D81;
}

a {
	
	text-decoration: none;
}
a:visited {
	
	text-decoration: none;
}
#pagewrap {
	background-color: rgba(150,150,150,0.8);
	width: 500px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	overflow: hidden;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: medium;
	padding-top: 5px;
	padding-bottom: 25px;
	padding-right: 5px;
	padding-left: 5px;
	}
a:hover {
	color: #00F;
	text-decoration: underline;
}
