	body {
		background-color: #b5eefa;
		font-family: Helvetica, sans-serif;
		font-size: 16px;
		line-height: 24px;
		margin: 40px 0 200px 0;
		padding: 0px;
		}
	
	title {
		margin-left: 400px; 
	}
	
	h1 {
		font-family: helvetica;
		font-size: 56px;
		line-height: 56px;
		font-weight: 600;
		color: #444;
		text-stroke: !important;
		padding-bottom: -16px;
	}

	h2 {
		font-family: helvetica;
		font-size: 36px;
		font-weight: 800;
		color: #444;
		padding-bottom: 30px;
	}
	
	h3 {
		font-family: helvetica;
		font-size: 36px;
		font-weight: 400;
		color: #666;
		padding-bottom: -10px;
	}

	#wrapper {
		text-align: center;
		}

	img {
		border: 0px;
		width: 1100px;
		margin-bottom: 10px;
		}

	.clear {
		clear: both;
		height: 0px;
		margin: 0px;
		overflow: hidden;
		}
	
		a {
		color: #000000;
		text-decoration: none;
		}
	a:hover {
		color: #C2B59B;
		text-decoration: none;
		}
	a:active {
		color: #C2B59B;
		text-decoration: none;
		}
	a.bold {
		font-weight: bold;
		}
	p {
		margin: 0px;
		padding: 0px 0px 10px 0px;
		}


/* CONTAINERS */

	div#mainContainer {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		margin-top: 60px;
		width: 1100px;
		}

	div#title {
		text-align: left;
		}
	









