@font-face
{
	font-family:"paint";
	src: url(fonts/KGLifeisMessy.ttf)
}

header
{
	padding-top:200px;
	padding-bottom:120px;
	background: url("siteImages/sunset.jpg");
	background-size: cover;
	font-family: 'Denk One', sans-serif;
	margin-top: 0px;
	margin-bottom: 10px;
}

header #headerTitle
{	
	margin-top: 0px;
	margin-bottom: 0px;
	text-align:center;
	font-size: 110px;
	color:white;
}

header #headerYr
{
	margin-top:13px;
	margin-bottom:0px;
	font-size:46px;
	text-align: center;
	color: white;
}

#pinkScribblePencil
{
	width:50%;
	margin-right: auto;
	margin-left: auto;
	display:block;
	height: 30px;
	margin-top:10px;
}

#info
{
	width:1135px;
	text-align:center;
	margin: 0 auto;
	overflow:hidden;
	background-color: white;
	border: 5px groove plum;
	position:relative;
}

#welcome
{
	background-color: white;
	width:700px;
	height:630px;
	font-family: 'Rancho', cursive;
	font-size:20px;
	margin-bottom: 35px;
	margin-right: 15px;
	position:absolute;
}

.welcomeTitle
{
	position:relative;
	top:-16px;
}

.welcomeInfo
{
	margin-left:20px;
	font-size:22px;
	font-family: 'Oxygen', sans-serif;
}

#upcomingEvents
{
	float:right;
	width:370px;
	border: 5px ridge black;
	background: url("siteImages/corkboard.jpg");
	background:cover;
	font-family: "paint";
	font-size:17px;
	height:600px;	
}

#upcomingEvents #upcomingEventsTitle
{
	color:#000080;
	position:relative;
	top:-16px;
	text-decoration: underline;
	text-decoration-color: #000080
}

.events
{
	width:300px;
	position:relative;
}

.events#pic
{
	top:-30px;
	margin-right:auto;
	margin-left:auto;
	width:270px;
}

.events#pic2
{
	top:-30px;
	margin-right:auto;
	margin-left:auto;
	margin-top: 15px;
	width:270px;
}

.execPic
{
	width:550px;
}
