﻿body {
	font-family: verdana, Arial, Helvetica, sans-serif;	
	width: 100%;
	height: 60em;
	margin: 0 0 0 0;
	border: 1px solid red;
	background-color: white;
}

#websitelogo {
	position: absolute;
	left: 35%;	
	width: 30%;
	top: 0.1em;
	border-style: solid;
	border-color: white;
	border: 1px%;
	margin-bottom: 3px;
}

#erica1 {
	font: sans-serif;	
	font-size: 200%;
	width: 100%;
	margin-right: 0px;
	text-align: center;
	border: 1px solid white;
}

#erica2 {
	font: sans-serif;
	font-size: 175%;
	color: red;
	width: 100%;
	margin-right: 0px;
	text-align: center;
	border: 1px solid white;
}


#navigation {	
	text-align: center;
}	


#ptitle1 {
		position: absolute;
		top: 44em;
		text-align: center;
		left: 2.5%;
		width: 30%;
		border: 1px solid white;
}

#ptitle2 {
		position: absolute;
		top: 44em;
		text-align: center;
		left: 35%;
		width: 30%;
		border: 1px solid white;
}

#ptitle3 {
		position: absolute;
		top: 44em;
		text-align: center;
		left: 67.5%;
		width: 30%;
		border: 1px solid white;
}

#photos {
	position: relative;
	width: 100%;
	height: 19em;
	border: .25em solid white;
}


#photo1 {
	position: absolute;
	left: 2.5%;	
	top: 20em;
	width: 30%;
	border-style: solid;
	border-color: white;
	border: 1px%;
	margin-bottom: 3px;
}

#photo2 {
	position: absolute;
	left: 35%;
	top: 20em;
	width: 30%;
	border: 1px solid white;
	margin-bottom: 3px;
}

#photo3 {
	position: absolute;
	left: 67.5%;
	top: 20em;
	width: 30%;
	border: 1px solid white;
	bottom-margin: 3px;
}


#Social_Media {
	position: absolute;
	text-align: center;
	top: 46em;
	margin-left: 35%;
	width: 30%;
	border: 1px white;
}


#Location {
	position: absolute;
	text-align: center;
	top: 48em;
	margin-left: 2.5%;
	width: 95%;
	border: 1px white;
}


#Contact {
	position: absolute;
	text-align: center;
	top: 50em;
	margin-left: 2.5%;
	width: 95%;
	border: 1px white;
}