@media screen and (max-width: 980px) {
#outerWrapper {
	width: 95%;
}
#content {
	width: 60%;
	padding: 3% 4%;
}
#leftColumn1 #rightColumn1 {
	width: 20%;
}
}
@media screen and (max-width: 650px) {
#header {
	height: 167.5px;
}
#topNavigation {
	position: static;
}
#content {
	float: none;
	margin: 20px 0;
}
#leftColumn1 #rightColumn1 {
	width: auto;
	float: none;
	margin: 0;
}
input[type=text], select, textarea {
	width: 100%;
}
fieldset {
	width: 100%;
}
}
@media screen and (max-width: 650px) {
html {
	-webkit-text-size-adjust: none;
}
#contentWrapper {
	clear: both;
	background: #FFFFFF url('images/mobile-bg.jpg') repeat-y;
}

#header {
	height: 167.5px;
}

#outerWrapper #topNavigation {
}

#topNavigation a {
	font-size: 90%;
	padding: 10px 8px;
}
#topNavigation ul{
	width:90%;
}
#topNavigation li
{
	padding-left:5px;
	padding-right:5px;
	width:100%;
}
#content {
	width: 90%;
	float: left;
	margin: 0;
	height: 100%;
}

#leftColumn1  {
	width: auto;
	float: right;
	margin: 0;
	height: 100%;
}

#rightColumn1 {
	width: auto;
	float: right;
	margin: 0;
	height: 100%;
}

input[type=text], select, textarea {
	width: 100%;
}
fieldset {
	width: 100%;
}


}
