@charset "utf-8";
/* Cetacean Research Technology - v3 - 2 column pages */
/* really just shrinks the right column and takes away the background color */
/* so it just serves as a right margin */
/* used for pages such as hydrophone systems */

.main-content {
	width: 78%;
	left: 20.5%;
}
.sidebar1 {
	width: 20%;
	left: -78%;
}
.sidebar2 {
	width: 1%;
	background-image: none;
	background-color: #f7f8f8;
}


