/*  MAIN LAYOUT	============================================================================= */
#maincontentcontainer {
width: 100%;
}
.standardcontainer {
}
.darkcontainer {
background: rgba(102, 102, 102, 0.05);
}
.lightcontainer {
background: rgba(255, 255, 255, 0.33);
}
#maincontent{
clear: both;
width: 80%; /* 1000px / 1250px */
font-size: 0.8125em; /* 13 / 16 */
max-width: 92.3em; /* 1200px / 13 */
margin: 0 auto;
padding: 1em 0px;
color: #00CC66;
line-height: 1.5em;
position: relative;
}
	
.maincontent{
clear: both;
width: 80%; /* 1000px / 1250px */
font-size: 0.8125em; /* 13 / 16 */
max-width: 92.3em; /* 1200px / 13 */
margin: 0 auto;
padding: 1em 0px;
color: #333;
line-height: 1.5em;
position: relative;
}

	
