#container {
	width: auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: -50px;
	margin-left: 0px;
}

header { }

nav { }

#main {
  float: center;
  width: auto;
  min-height: 100%;
  height: auto !important;
}

aside {
  float: right;
  width: 300px;    
}

footer {
  clear: both;
  background-color:#CCC    
}
#footer, #push {
	height: 50px;
	clear: both;
}
#navbar {
	float: right;
	height: 30px;
	width:100%;
	background-color:#CC3333
}
