
#navigation{
	display:block;
}
#navigation ul{
	flex-direction:row;
}
#main{
	flex-direction:row;
}

.listing{
	min-width:30%;
	max-width:35%;
}

#right{
	flex:3 1 0;
}

.image{
	min-width:45%;
	max-width:55%;
}