html, body {
	height: 100%;
}

body {
	background: white;
	text-align:left;
}

#wrapper {
}

#all800 {
	max-width:900px;
	overflow:visible;
	/* for sticky footer */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto
}





/* SIDEMENU + CONTENT	*/
#menucon {
	position: relative;
	margin-top:25px;
}

#sidemenu {
 	float:left;
	visibility:visible;
	width: 20%;
	margin-top:35px;
}

#content {
	float:left;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 100px;
	line-height:1.75rem;
}

#wrapper:after,
#all800:after,
#header:after,
#menubar:after,
#menucon:after,
#sidemenu:after,
#content:after,
#footer:after {
  content: '';
  display: block;
  clear: both;
}


