	<!--
		#wrapper{
		/* Setting the overall page width */
			width: 50em;
			height: 86em;
			margin: 0 auto;
		}
		
		body{
		/* Setup base background and font */
			background: #f8f8f8;
			background-image: url('images/bg.png');
			font-family: Georgia;
			font-weight: 300;
		}
		
		#header{
		/* Set Section Properties */
			width: 100%;
			position: relative;
			margin: 2em 0em 0em 0em;
			padding: 0;
			font-family: 'Fjalla One', sans-serif;
		
		/* This will keep the div from collapsing due to nested floats */
			overflow: hidden;
		}
		
		#header-name{
		/* Setup Font Properties */
			font-weight: 300;
			color: #00A8C6;
			font-size: 4em;
			text-shadow: 0px 1px 0px #0056A1;
			
		/* Setup the Alignment */
			float: left;
			width: 30%;
			padding: 0 0 0 0.33em;
			margin: 0;
		}
		
		#img.logo{
			height: 50%;
		}

		#menu {
			width: 65%;
			float: right;
			position: absolute;
			bottom: 0;
			right: 0;
		}
		
		#menu ul {
			list-style-type: none;
			width: 100%;
			margin: 0 auto;
			padding: 0;
		}
		
		#menu li{
			float: left;
			margin 0;
			padding: 0;
		}

		
		#menu a:link,a:visited{
			display: block;
			margin: 1em 1em;
			padding: 0;
			width: 100%;
			/* Setup Font Properties */
			text-align: center;
			font-weight: 300;
			color: #46C153;
			font-size: 1.5em;
			text-decoration: none;
		}
	
		#menu a:hover{
			/* Setup Font Properties */
			text-align: center;
			font-weight: 300;
			color: #0056A1;
			font-size: 1.5em;
			text-decoration: underline;
		}	
	
		#main{
			width: 100%;
			height: 56em;
			padding-bottom: 1em;
			margin: 0 auto;
			background: #FFFFFF;
			border: 2px solid #000000;

			/* Setup Font Properties */
			font-size: 1.25em;
			text-shadow: 0px -1px 0px #FFFFFF;
		}
		
		#about{
			padding: 0em 1em 1em 1em;
			width: 100%;
			line-height: 1.5em;
			text-align: left;
		}
		
		#about h1{
			font-family: 'Fjalla One', sans-serif;
			text-align: center;
		}
		
		figure.about{
			float: right;
			margin: 0 3em 0 2em;
			padding: 0em 0em 0em 0em;
			width: 50%;
			text-align: center;
			font-size: 0.66em;
			font-style: italic;
		}
		
		img.about{
			width: 100%;
			border: 1px solid #000000;
		}
		
		#divider{
			margin: 2em 2em 0 2em;
			width: 60%;
			height: 1px;
			background: #0056A1;
			border: 1px solid #000000;
		}

		#contact{
			padding: 0em 0em 1em 1em;
			width: 40%;
			float: left;
			line-height: 1.5em;
			text-align: left;
		}
		
		#contact h1{
			font-family: 'Fjalla One', sans-serif;
			text-align: center;
			color: #000000;
		}
		
		#contact .info{
			line-height: 1.5em;
		}
		
		#units{
			padding: 0em 1em 1em 1em;
			width: 50%;
			float: right;
			line-height: 1.5em;
			text-align: left;
		}
		
		#units h1{
			font-family: 'Fjalla One', sans-serif;
			text-align: center;
			color: #000000;
		}
		
		#pricing{
			width: 100%;
			height: 300px;
			border-left: 2px solid #000000;
		}

		#pricing h2{
			line-height: 1em;
			font-family: 'Fjalla One', sans-serif;
			text-align: center;
			font-size: 1.1em;
			color: #46C153;
		}
		
		#pricing p{
			padding: 0em 1em;
			text-align: left;
			line-height: 1.5em;
		}

		#location{
			float: left;
			width: 100%;
			line-height: 1.5em;
			text-align: left;
		}
		
		#text{
			float: left;
			width: 90%;
			line-height: 1.5em;
			text-align: left;
			padding: 0em 1em;
		}
		
		#location h1{
			font-family: 'Fjalla One', sans-serif;
			text-align: center;
		}

		#map{
			float: left;
			padding: 1em 0em 0em 9em;
		}
		
		#footer{
			width: 100%;
			padding: 1em;
		}
		
		#footer ul{
			margin: 0 auto;
			list-style-type: none;
		}
		
		#footer ul li{
			display: inline;
			width: 50%;
			padding: 0em 2em 0em 2em;
		}
		
		#footer a{
			/* Setup Font Properties */
			font-weight: 300;
			color: #46C153;
			font-size: 1.25em;
			text-decoration: none;
		}
		
		#footer a:hover{
			/* Setup Font Properties */
			font-weight: 300;
			color: #46C153;
			font-size: 1.25em;
			text-decoration: none;
			border-bottom: 2px solid #0056A1;
		}
-->