
@import url("/global.css");

/* Remove the large images below the top nav */
html {
	background: none;
}

/* Shrink to fit Portrait page & remove grey border*/
#outerWrapper,
#contentwrap,
#header,
#navcontainer {
	width: 620px;
	border: 0px solid tomato;
}

/* Remove grey shading & top space for large image */
#content_about,
#content_services,
#content_solutions,
#content_products,
#content_support,
#content_contact {
	background: none;
	padding: 0px 0px 0px 12px;
}



