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

#navbar {
	font-family: "Georgia", serif;
	font-size: 16pt;
	width: 250px;
	position: relative;
	left: 140px;
	top: 270px;
	color: #999;
	padding-left: 3px;
	float: left;
	
}




#image{
	background-image:url(../../Documents/Websites/New%20Jekyll%20Website/images/flyer-fade.jpg);
	background-repeat:no-repeat;
	position:absolute;
	left: 370px;
	top: 260px;
	width: 614px;
	height: 450px;
	color: #000000;
	padding-bottom: 10em;
	border: none;
	}
	
#header{
	position: absolute;
	left: 370px;
	top: 130px;
	}
	
#scroll {
	position: absolute;
	top: 0px;
	left: 0px;
	float:left;
	}	
	
#splashbox {
    margin-left: auto;
    margin-right: auto;
	width: 700px;
	position: relative;
	top: 25px;
	height: 500px;
	}
	

	
	
#text {
 	width: 570px;
 	position: absolute;
	left: 0px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	padding: 0.5em;
	color:#111111;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:100;
	font-style:italic;
	text-align: left;
	font-size: 16pt;
	text-decoration: none;
 }
 
 #navbuttons {
  	margin-left: auto;
    margin-right: auto;
 	position: relative;
	padding-left: auto;
	padding-right: auto;
	height: 20px;
	top: 200px;
	border: none;
	width: 1000px;
	padding-bottom: 100px;
}

a:link{
	text-decoration: none;
	color: #111;
	border: none;
}

a:visited {
	text-decoration: none;
	color: #222;
}

a:hover {
	color:#333333;
	text-decoration: underline;
}
	
a:active {
	text-decoration: none;
	color: #CCC;
}

img {

border: none;
}

#video {
width: 425px;
height: 344px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-bottom: 70px;
}