/* RESET PARAMETERS */
* {
	margin:0;
	padding:0;
}

/* GENERAL LAYOUT */
html {
	overflow-y: scroll;
	width: 100%;
	text-align: center;
	background-color:#FFFFFF;
	font-family: helvetica;
}

body {
	width: 100%;
	text-align: center;
	background-color:#FFFFFF;
	font-family: helvetica;
}

a {
	text-decoration: none;
	color: #000000;
}

p  {
	margin: 25px 10px 0px 10px;
	text-align: justify;
}

h1 {
	font-family: navigation;
	font-size: 22px;
}

#topbar {
	position: relative;
	/*width: 100%;*/
	height: 4.5%;
	margin: 0 auto;
	text-align: center;
}

#header {
	position: relative;
	margin: 0 auto;
	/*width: 500px;*/
	top: 0%;
	border-bottom: solid thin #000000;
}

#pageQuote {
	position: relative;
	top: 4.5%;
	width: 100%;
	height: 3%;
	text-align: center;
}

#mainContainer {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}

#mainWrapper {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
}

#galleryHome {
	position: relative;
	top: 0%;
	width: 100%;
	text-align: center;
	margin: auto;
}

#footerWrapper {
	position: relative;
	margin: 15px 0px 0px 0px;
	width: 100%;
	height: 20px;
	top: 5px;
	text-align: center;
	border-top: solid thin #000000;
	clear: both;
}

#footer {
	position: relative;
	margin: 0 auto;
	height: 16px;
	width: 210px;
	top: 4px;
	padding-right: 600px;
	text-align: center;
}

#AddThis {
	position: relative;
	margin: 0 auto;
	top: -12px;
	width: 125px;
	height: 20px;
	z-index: 100;
}

#DuckDuck {
	position: relative;
	margin: 0 auto;
	top: -34px;
	width: 103px;
	height: 22px;
	padding-left: 707px;
}

#imageContainer1 {
	position: relative;
	float: left;
	width: 200px;
	height: 300px;
	margin: 10px 10px 30px 10px;
	border: solid thin #000000;
}

#imageContainer2 {
	position: relative;
	float: right;
	width: 300px;
	height: 200px;
	margin: 10px 10px 10px 10px;
	border: solid thin #000000;
}

#imageContainer5 {
	position: relative;
	float: left;
	width: 200px;
	height: 300px;
	margin: 10px 10px 10px 10px;
	border: solid thin #000000;
}
#twitterFeed {
	position: relative;
	float: right;
	top: 2%;
	width: 20%;
}

#pageText {
	position: relative;
	/*left: 3%;*/
	top: 2%;
	height: auto;
	width: 80%;
}

#contactFormHeading {
	text-align: center;
}
