body {
max-width: 800px;
background: #E7ECE0;
margin: 0 auto !important;
float: none !important;
color: #222222;
font-family: Arial,Verdana,Helvetica,sans-serif;

}

/* unvisited link */
a:link {
    color: #68003F;
	text-decoration: underline;
}

/* visited link */
a:visited {
    color: #777777;
	text-decoration: underline;
}

/* mouse over link */
a:hover {
    color: #6B824A;
	text-decoration: underline;
	font-weight:bold;
}

/* selected link */
a:active {
     color: #678454;
	 text-decoration: underline;
}

/* img control */
img {
	max-width: 100%;
	height: auto;
}

/* h1 control*/
	@media (max-width: 500px) {
h1 {
  font-size: 20px;
}
}
/* stack */

	#wrapper {
    	border: 0px;
	}
	
	@media (min-width: 500px) {
		.row {
			display: table;
			table-layout: fixed;
			width: 100%;
		}
		.lecolumn {
			display: table-cell;
			width: 60%;
			padding: 0px;
		}
		.ricolumn {
			display: table-cell;
			width: 40%;
			padding: 0px;
		}
	}

/* stack2 */

	#wrapper2 {
    	border: 0px;
	}
	
	@media (min-width: 500px) {
		.row {
			display: table;
			table-layout: fixed;
			width: 100%;
		}
		.lcolumn2 {
			display: table-cell;
			width: 58%;
			padding: 0px;
		}
		.rcolumn2 {
			display: table-cell;
			width: 44%;
			padding: 0px;
		}
	}

/* stack3 */

	#wrapper3 {
    	border: 0px;
	}
	
	@media (min-width: 500px) {
		.row {
			display: table;
			table-layout: fixed;
			width: 100%;
		}
		.lcolumn3 {
			display: table-cell;
			width: 58%;
			padding: 0px;
		}
		.rcolumn3 {
			display: table-cell;
			width: 42%;
			padding: 0px;
		}
	}

/* stack4 */

	#wrapper4 {
    	border: 0px;
	}
	
	@media (min-width: 500px) {
		.row {
			display: table;
			table-layout: fixed;
			width: 100%;
		}
		.lcolumn4 {
			display: table-cell;
			width: 50%;
			padding: 0px;
		}
		.rcolumn4 {
			display: table-cell;
			width: 50%;
			padding: 0px;
		}
	}

/* stack5 */

	#wrapper5 {
    	border: 0px;
	}
	
	@media (min-width: 500px) {
		.row {
			display: table;
			table-layout: fixed;
			width: 100%;
		}
		.lcolumn5 {
			display: table-cell;
			width: 50%;
			padding: 0px;
		}
		.rcolumn5 {
			display: table-cell;
			width: 50%;
			padding: 0px;
		}
	}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}
		
