body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	font-family: 'Helvetica', arial, serif; 
	color: rgb(72,72,72);
	font-size: 19px;
	font-weight: bold;
	text-shadow: 0px 1px 0px white;
	text-align: center;
	line-height: 1.5em;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
	color: rgb(72,72,72);
}

h1 {
	font-size: 42px;
	margin-bottom: 35px;
	line-height: 2em;
}
p {
	font-weight: normal;
}
img {
	border: none;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	padding: 20px;
	text-align: center;
}

#paragraph {
}

#emailsignup {
	float: right;
	width: 250px;
	text-align: right;
}
#logo {
	margin: 50px 0 50px 0;
	width: 450px;
}
#facebook {
	display: block;
	float: left;
	height: 200px;
	width: 100%;
	margin: 0 auto;
}
#left {
	float: left;
	width: 45%;
	padding: 20px;
}
#right {
	float: right;
	width: 45%;
	padding: 20px;
}
#footer {
	position: fixed;
	bottom: 0px;
	height: 60px;
	width: 100%;
	background: rgb(250,250,250);
	border-top: 1px solid rgb(215,215,215);
	font-family: arial;
	font-weight: normal;
	font-size: 11px;
	color: rgb(120,120,120);
	text-align: center;
}

#footer a {
	color: rgb(120,120,120);
}

#footercontainer {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
}

#copyright {
	padding-top: 23px;
}

#socialmediaicons {
	float: right;
	width: 200px;
	text-align: right;
	padding-top: 14px;
}

#socialmediaicons a {
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
	opacity: 0.7;
}

#socialmediaicons a:hover {
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
}

.redtext {
	color: rgb(182,82,32);
}

