@charset "utf-8";
body {
	margin-left: 10%;
	margin-right: 10%;
	background-image: url(../Pen%20Images/Wood_Background.jpg);
	background-color: #C5865D;
}
footer {
	clear: left;
	background-color: #FFFFFF;
	margin-left: 5%;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 20px;
	padding-bottom: 30px;
	padding-top: 30px;
}
#Largeimg {
	float: left;
	margin-top: 5%;
	margin-bottom: 0%;
	height: 50%;
	width: 50%;
	margin-left: 5%;
}
#Largeimg img {
	width: 100%;
}


#Mainnav ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#Mainnav a {
	width: 20%;
	float: left;
	display: block;
	text-align: center;
	text-transform: uppercase;
	background-color: #000000;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 20px;
	clear: right;
}
h1 {
	text-align: center;
	font-family: alex-brush;
	font-style: normal;
	font-weight: 400;
	color: #FFFFFF;
	font-size: 75px;
}
#Wrapper {
	background-color: #FFFFFF;
}
#Mainnav a:link {
	text-decoration: none;
	font-family: abril-fatface;
	font-style: normal;
	font-weight: 200;
}
h2 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color: #B47576;
	font-weight: 400;
	text-align: center;
}
#Intro {
	float: left;
	width: 35%;
	margin-left: 5%;
	font-size: 20px;
	text-align: left;
}
#Pics {
	width: 50%;
	margin-top: 5%;
	margin-left: 45%;
	float: left;
	height: auto;
}
#Pics img {
	float: none;
	width: 23%;
	margin-right: 1%;
	margin-left: 1%;
	-webkit-transition: all 10ms ease-in-out 0s;
	-moz-transition: all 10ms ease-in-out 0s;
	-ms-transition: all 10ms ease-in-out 0s;
	-o-transition: all 10ms ease-in-out 0s;
	transition: all 10ms ease-in-out 0s;
}


#Intro form {
	text-align: center;
}
#Top h1 a {
	color: #FFFFFF;
	text-decoration: none;
}
