	html, body {
		height: 100%;
	}
	body {
		margin: 0px;
		padding: 0px;
		background: #00838C;
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 12pt;
		font-weight: 400;
		color: #000000;
	}
	h1, h2, h3, h4 {
		margin: 0;
		padding: 0;
	}
	h3 {
		padding-bottom: 0.25em;
		font-size: 1.5em;
		color: #333;
	}
	p, ol, ul {
		margin-top: 0;
	}
	ol, ul {
		padding: 0;
		list-style: none;
	}
	p {
		line-height: 180%;
	}
	p.advanced {
		color: #00ff66;
	}
	p.intermediate {
		color: #00838C;
	}
	p.beginner {
		color: #939E77;
	}
	a {
		color: #0000FF;
	}
	a:hover {
		text-decoration: none;
	}
	.container {
		margin: 0px auto;
		width: 1200px;
	}
	/*********************************************************************************/
	/* Image Style                                                                   */
	/*********************************************************************************/
	
	.image {
		display: inline-block;
		border: 1px solid rgba(0,0,0,.1);
	}
	.image img {
		display: block;
		width: 100%;
	}
	.image-full {
		display: block;
		width: 100%;
		margin: 0 0 1.5em 0;
	}

	/*********************************************************************************/
	/* Button Style                                                                  */
	/*********************************************************************************/
	
	.button {
		display: inline-block;
		padding: 1em 2em 1em 2em;
		background: #242424;
		letter-spacing: 0.20em;
		line-height: 1.8em;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 1.2em;
		color: #FFF;
	}
	.button:before {
		display: inline-block;
		background: #8DCB89;
		margin-right: 1em;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		text-align: center;
		color: #272925;
	}
	.button-small {
		padding: 0.9em 2em;
		line-height: 1.8em;
		font-size: 1em;
	}
	.button-small:hover {
		color: #00ff66;
	}
	.button-small:active {
		color: #009933;
	}
	/*********************************************************************************/
	/* Heading Titles                                                                */
	/*********************************************************************************/
	
	.title {
		margin-bottom: 3em;
	}
	.title h2 {
		font-size: 2.8em;
		color: rgba(255,255,255,0.9);
	}
	.title .byline {
		letter-spacing: 0.15em;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 1.1em;
		color: #6F6F6F;
	}
	/*********************************************************************************/
	/* Logo                                                                          */
	/*********************************************************************************/
	
	#logo {
		background: #242424;
		padding: 2.5em;
	}
	#logo h1 {
		text-align: center;
		font-size: 3.5em;
	}
	#logo h1:hover a {
		color: #00ff66;
	}
	#logo h1:active a {
		color: #009933;
	}
	#logo a {
		text-decoration: none;
		color: #FFF;
	}
	/*********************************************************************************/
	/* Menu                                                                          */
	/*********************************************************************************/
	
		
	#menu {
		text-align: center;
		overflow: hidden;
	}
	#menu li {
		display: inline-block;
	}
	#menu li a {
		display: inline-block;
		float: left;
		padding: 1.5em 1.5em;
		letter-spacing: 0.20em;
		text-decoration: none;
		font-size: 0.90em;
		font-weight: 600;
		text-transform: uppercase;
		outline: 0;
		color: #FFF;
	}
	#menu .current_page a, #menu li:hover a {
		color: #00ff66;
	}
	#menu li:active a {
		color: #009933;
	}
	/*********************************************************************************/
	/* Portfolio                                                                     */
	/*********************************************************************************/
	
	#portfolio {
		overflow: hidden;
		text-align: center;
		width: auto;
	}
	#portfolio .title h2 {
		color: #333333;
		padding-bottom: 0.25em;
	}
	#portfolio p {
		text-align: left;
		display: inline-block;
		padding-left: 3%;
		padding-right: 3%;
	}
	 @media screen and (min-width: 1500px) {
	#portfolio p {
		padding-left: 15em;
		padding-right: 15em;
	}
	}
	 @media screen and (min-width: 1900px) {
	#portfolio p {
		padding-left: 25em;
		padding-right: 25em;
	}
	}
	/*********************************************************************************/
	/* Unreal-Marketplace                                                            */
	/*********************************************************************************/
		
	#unreal-marketplace {
		width: auto;
		text-align: center;
	}
	#unreal-marketplace .box {
		text-align: center;
		color: rgba(0,0,0,0.5);
	}
	#span.byline {
		padding-bottom: 8em;
	}
	#unreal-marketplace h4 {
		display: block;
		padding-bottom: 1em;
		text-transform: uppercase;
		font-size: 1em;
		color: #333;
	}
	#unreal-marketplace p {
		color: #353535;
		height: 90px;
		overflow: auto;
	}
	#unreal-marketplace .title {
		text-align: center;
		margin-bottom: 0em;
	}
	#unreal-marketplace .title span.subheading {
		letter-spacing: 0.15em;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 1.1em;
		color: #6F6F6F;
	}
	#unreal-marketplace .title h2 {
		color: #333;
	}
	.column1,  .column2,  .column3,  .column4 {
		width: 282px;
		display: inline-block;
		padding-left: 24px;
		padding-right: 24px;
		padding-top: 3em;
	}		
	/*********************************************************************************/
	/* About                                                                    	 */
	/*********************************************************************************/
	
	#about {
		overflow: hidden;
		text-align: center;
		width: auto;
	}
	#about .title h2 {
		color: #333333;
		padding-bottom: 0.25em;
	}
	#about p {
		text-align: left;
		display: inline-block;
		padding-left: 3%;
		padding-right: 3%;
	}
	 @media screen and (min-width: 1500px) {
	#about p {
		padding-left: 15em;
		padding-right: 15em;
	}
	}
	 @media screen and (min-width: 1900px) {
	#about p {
		padding-left: 25em;
		padding-right: 25em;
	}
	}
	/*********************************************************************************/
	/* Contact                                                                    	 */
	/*********************************************************************************/
	
	#contact {
		overflow: hidden;
		text-align: center;
		width: auto;
	}
	#contact .title {
		margin-bottom: 0em;	
	}
	#contact .title h2 {
		color: #333333;
		padding-bottom: 0.25em;
	}
	#contact p {
		text-align: left;
		display: inline-block;
		padding-left: 3%;
		padding-right: 3%;
	}
	#contact a {
		text-decoration: none;
		color: #000;
	}
	#contact a:hover {
		color: #00ff66;
	}
	#contact a:active {
		color: #009933;
	}
	 @media screen and (min-width: 1500px) {
	#contact p {
		padding-left: 15em;
		padding-right: 15em;
	}
	}
	 @media screen and (min-width: 1900px) {
	#contact p {
		padding-left: 25em;
		padding-right: 25em;
	}
	}
	/*********************************************************************************/
	/* Social Icon Styles                                                            */
	/*********************************************************************************/
	
	ul.social-media li {
		display: inline-block;
		padding: 0.3em 0.3em 0em 0.3em;
	}
	ul.social-media li span {
		display: none;
		margin: 0;
		padding: 0;
	}
	ul.social-media li a {
		padding-right: 2em;
	}
	ul.social-media li a:before {
		display: inline-block;
		background: #242424;
		width: 60px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		color: #FFF;
	}
	ul.social-media li a:hover:before {
		color: #00ff66;
	}
	ul.social-media li a:active:before {
		color: #009933;
	}
	/*********************************************************************************/
	/* Footer                                                                        */
	/*********************************************************************************/
	
	#footer {
		text-align: center;
		width: auto;
		padding: 3em 0em;
		background: #939E77
	}
	#footer .title span {
		color: rgba(255,255,255,0.4);
	}
	/*********************************************************************************/
	/* Copyright                                                                     */
	/*********************************************************************************/
	
	#copyright {
		overflow: hidden;
		padding: 5em 0em;
		background: #242424;
	}
	#copyright p, #copyright a {
		letter-spacing: 0.20em;
		text-align: center;
		text-transform: uppercase;
		font-size: 0.80em;
		color: rgba(255,255,255,0.5);
		text-decoration: none;
	}
	#copyright a:hover {
		color: #00ff66;
	}
	#copyright a:active {
		color: #009933;
	}
	
	/*********************************************************************************/
	/* Wrapper                                                                       */
	/*********************************************************************************/
	
	#wrapper1 {
		background: #242424;
	}
	#greybodywrapper {
		background: #EDEDED;
		padding: 3em 0em;
	}
	#wrapper3 {
		overflow: hidden;
		padding: 8em 0em;
		background: #EDEDED;
	}
	#wrapper4 {
		overflow: hidden;
		padding: 3em 0em;
		background: #939E77;
	}


	

	/*********************************************************************************/
	/* Construction                                                                  */
	/*********************************************************************************/
	
	#construction {
		overflow: hidden;
		text-align: center;
		width: auto;
	}
	#construction .title h2 {
		color: #333333;
		padding-bottom: 0.25em;
	}
	/*********************************************************************************/
	/* Not Found                                                                     */
	/*********************************************************************************/
	
	#notfound {
		overflow: hidden;
		text-align: center;
		width: auto;
	}
	#notfound span {
		font-size: 20em;
		color: #F90;
	}
	#notfound .title h2 {
		color: #333333;
		padding-bottom: 0.25em;
	}