body {
		font-size: 75%;
		text-align: center;
		background: #E8EBF0;
}
	
* {
		margin: 0;
		padding: 0;
	}

img {
		border: none;
	}

/* Text Formatting */
	
h1, h2, h3, h4, h5, h6 {
		font-family: Helvetica, Verdana, Arial, sans-serif;
		margin-bottom: .5em;
		font-weight: 500;
		color: #3CB7B2;
	}	

h1 {
		font-size: 2.0em;
	}
	
h2 {
		font-size: 1.8em;
	}
	
h3 {
		font-size: 1.6em;
	}

h4 {
		font-size: 1.4em;	
	}

h5 {
		font-size: 1.2em;
	}

h6 {
		font-size: 1em;
	}


p {
		margin-bottom: 1em;
	}
	
a {
		color: #3CB7B2;
		font-weight: 600;
		text-decoration: none;
	}
	
em {
		font-style: normal;
		border-bottom: 1px dotted #CCC;
		font-size: 1.2em;
		line-height: 2em;
		padding: 4px 0;
		color: #3CB7B2;
		font-family: Helvetica, Verdana, Arial, sans-serif;
	}
	
a:hover {
		text-decoration: underline;
	}
	
ul {
		margin: 0px 0px 20px 20px;
	}
	
li {
		line-height: 1.4em;
		color: #3B71B7;
		font-weight: 600;
	}
	
li ul {
		margin-bottom: 0;
	}
	
input, select, textarea {
		display: block;
		font-size: 1.2em;
		font-family: Tahoma, Arial, sans-serif;
		margin-bottom: 0.5em;
	}
	
.error {
		color: #F00;
	}
	
button {
		margin-bottom: 0.5em;
	}
	
#wrapper {
		width: 900px;
		background: #FFF;
		text-align: center;
		margin: auto;
		font-family: Tahoma, Arial, sans-serif;
		color: #818285;
		padding-bottom: 10px;
	}
	
#site {
		width: 880px;
		margin: auto;
		text-align: center;
		background: #EBEBEB;
		margin-bottom: 10px;
	}
	
#siteHolder {
		width: 850px;
		margin: auto;
		text-align: left;
		font-size: 1em;
	}
	
/* End Text Formatting */

.helper {
		height:1px; 
		left:0; 
		overflow:hidden; 
		position:absolute; 
		top:-500em; 
		width:1px; 
	}	
	
.clearFix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}