@charset "utf-8";
/* Cetacean Research Technology - v3 - 1 column pages */
/* really just shrinks the left and right column and takes away the background color */
/* so they serve as margins */
/* used for pages such as the sitemap */

.main-content {
	width: 96%;
	left: 2%;
}
.sidebar1 {
	width: 1%;
	left: -2%;
	background-image: none;
	background-color: #f7f8f8;
}
.sidebar2 {
	width: 1%;
	background-image: none;
	background-color: #f7f8f8;
}


