/* ====================== */
/* ! Mobile Style Sheet   */
/* ====================== */

/* Smaller screens */

@media only screen and (max-width: 1050px) {
body {
		background-image:none;
		background-color:#35678c;
		min-width:470px;
	}
	
div#main-container{
width:99%;
min-width:920px;
	
}
.container_24 .grid_24{
width:100%;

}
.container_24 .grid_16{
width:560px;

}
div#main-container .container_24{

}

div#main-content-inner{
margin-left:10px;
margin-right:10px;
}

div#footer{
width:100%;
}
div#header-container #header{
width:100%;
}

/* Mobile */

@media handheld, only screen and (max-width: 767px) {
	
	
	
}