/************************************************************************************
MEDIA QUERIES
*************************************************************************************/

@media screen and (max-width: 1150px) {
}
 @media screen and (max-width: 780px) {
	 .twoColumn {
	float: none;
	}
	#body {
	background-position: 240px 0px;
}
}
 @media screen and (max-width: 600px) {
	 #body {
	background-position: 0px 0px;
}
	
}
 @media screen and (max-width: 480px) {

#header {
	height: 130px;
}
#header img {
	width: 342px;
	height: 102px;
}
#nav {
	top: 106px;
}
.twoColumn {
	float: none;
}
}
