@media screen and (max-width: 800px) {
	
#header{
	width:100%;
}

#page{
	width:95%;
	padding:0;
}
#content{
	width:90%;
	float: none;
	margin:0 auto;
}

#sidebar{
	width:95%;
	float: none;
	margin:0 auto;
}

#menu{
	width:100%;
	height:auto;
	float: left;
}
#menu-wrapper{
	height:auto;
}
#menu li{
	width:49%;
	float: left;
	border-bottom: 1px solid #6F8651
}
#menu li:nth-child(even){
	border-right: none;
}
#menu-wrapper{
	background: none;
}
}