/* CSS Document */
@media (min-width: 320px) and (max-width: 480px){
	#container{
		width: 100% !important;	
	}
	#content{
		width: 88% !important;
		float:none !important;	
	}
	#navigation{
		display:none !important;	
	}
	.blog-sidebar{
		display: none !important;	
	}
	.landTable img{
		width: 100% !important;
		height: auto;	
	}
}
@media (min-width: 768px) and (max-width: 1024px){
		#container{
		width: 100% !important;	
	}
	#content{
		width: 75% !important;	
	}
	#navigation{
		width: 19% !important;	
	}
	.blog-sidebar{
		display: none !important;	
	}
	.landTable img{
		width: 100% !important;
		height: auto;	
	}
}
