/*---- GRID ----*/


html {
	margin: 0;
	padding: 0;
	background: #eef7f4;
	background: #ddd;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	
body {
	margin: 0;
	padding: 0;
	background: #ddd;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100.01%;
	color: #404848;
	}	
	
.clear { /* clear floats */
	position: relative;
	clear: both;
	height: 1px;
	overflow: hidden;
	}

.reader { /* Hides screen reader elements */	
	position: absolute;
 	left: -1000px;
 	top: -1000px;
 	width: 1px;
 	height: 1px;
 	overflow: hidden;
	}
	
.print {
	display: none;
	}
	
.anchorFix {
	position: absolute;
	width: 1px;
	}	

#wrapperAll {
	width: 100%;
	max-width: 938px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 0;
	/*padding-right: 24px;
	padding-left: 24px; */
	background: #fff;
	}
	
#wrapperBrand {
	height: 2.1em;
	/* IE fix: position */
	}	
	
#wrapperFrame {
	height: 1%;
	padding: 0;
	margin-right: 24px;
	margin-left: 24px;
	background: #fff url(../img/bg-aside.gif) repeat-y;
	background-position: right 40px;
	}
	
#wrapperNav {
	height: 1.5em;
	margin: 0 auto;
	background:  #eef7f4 url(../img/bg-aside.gif) repeat-y;
	background-position: right top;
	border-bottom: 10px solid #fff;
	}
	
#wrapperSectionContent {
	position: relative;
	height: 1%;
	margin-top: .4em;
	/*overflow: hidden;*/
	}

#wrapperContentMain {
	position: relative;
	width: 100%;
	float: left;
	margin-right: -274px;
	/***
	margin-bottom: -928px;
	padding-bottom: 940px;
	***/
	}

#contentMain {
	height: 1%;
	position: relative;
	margin-right: 274px;
	padding-bottom: 1.2em;
	padding-right: 6px;
	/*background: #eee;*/
	}
	
#contentAside {
	float: right;
	position: relative;
	height: 1%;
	width: 240px;
	margin-top: .4em;
	padding: 4px 12px 14px 12px;
	color: #303536;
	}
	
/*--- GRID ---*/

.col2 {
	float: left;
	position: relative;
	width: 48%;
	margin-right: 2%;
	}
	
.twenty {
	width: 20%;
	}

.forty {
	width: 36%;
	}

.sixty {
	width: 64%;
	}
	
.eighty {
	width: 76%;
	}	

.right {
	float: right;
	margin-right: 0;
	}
	
#wrapperFooter {
	/*width: 100%;
	float: right;*/
	clear: both;
	margin-top: .4em;
	margin-right: 24px;
	margin-left: 24px;
	margin-bottom: 0;
	border-top: 4px solid #eef7f4;
	padding-top: .6em;
	padding-bottom: .6em;
	background: #fff;
	}
	
#wrapperFooter * p, #wrapperFooter * ul {
	margin-bottom: 0;
	padding-bottom: 0;
	}
	
#wrapperFooter * ul {
	padding-bottom: .6em;
	}
	
#wrapperFooter .sixty {
	padding-bottom: 1em;
	}	