@charset "UTF-8";
html, body {
	height: 99%;
}
body {
	background-repeat: repeat;
	background-image: url(images/mayfieldbg.jpg);
}
a img {border: none;}

#wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}
#header {
	width: 100%;
	height: 110px;
	margin-top: 20px;
	margin-left: 30px;
	padding-bottom: 10px;
}
#mainHome {
	width: 950px;
	height: 450px;
	margin: auto;
}
#footer {
	height: 60px;
	width: 900px;
	float: right;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-right: 75px;
}
#footerAbout {
	height: 60px;
	width: 900px;
	float: right;
	margin-bottom: 20px;
	margin-top: 50px;
	margin-right: 75px;
}
#footerContact {
	height: 60px;
	width: 900px;
	float: right;
	margin-bottom: 20px;
	margin-top: 54px;
	margin-right: 75px;
}
#homeButton {
	height: 110px;
	width: 700px;
	background-repeat: no-repeat;
	background-image: url(images/homeTitle.png);
	float: left;
}
#mainAbout {
	width: 950px;
	height: 430px;
	margin: auto;
	background-image: url(images/notebookAbout2.png);
	background-repeat: no-repeat;
}
#mainContact {
	height: 430px;
	width: 950px;
	margin: auto;
	background-image: url(images/notebook2.png);
	background-repeat: no-repeat;
}
#contactRight {
	float: right;
	height: 350px;
	width: 690px;
}
#mainAbout p  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	color: #333;
	padding-left: 40px;
	padding-right: 130px;
	padding-top: 90px;
}
#mainContact p  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%;
	color: #333;
	padding-left: 35px;
}
#contactRight p  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%;
	color: #333;
	padding-right: 100px;
}
#mainContact a {
	text-decoration: none;
	color: #900;
}
.heading {
	color: #900;
	font-family: "Brush Script MT Italic";
	font-size: 250%;
	letter-spacing: 1.5px;
}
.aboutImage {
	margin-right: 40px;
	margin-left: 80px;
	border: 4px solid #6F6C77;
	float: right;
	margin-top: 30px;
}

.menuImage {
	float: right;
	margin-right: 10px;
	margin-left: 100px;
	margin-top: 20px;
}
#contactRight iframe {
	float: right;
	margin-top: 30px;
	margin-right: 80px;
	border: 2px solid #6F6C77;
}
.button {
	position:absolute;
	width:700px;
	height:110px;
	top:0px;
	left: 0px;
	/* edit: added z-index */
  z-index: 1
}   

