/* CSS definition file containing site wide stylesheets */

.mainbox {
	background-color: rgb(219,199,129);
 	background-image: none;
 	padding-left: 30px;
 	border-left: 1px solid rgb(0,0,0);
 	padding-right: 30px;
 	border-right: 1px solid rgb(0,0,0)
}

.bottommc {
	background-color: rgb(219,199,129);
 	background-image: none;
 	border-left: 1px solid rgb(0,0,0);
 	border-right: 1px solid rgb(0,0,0)
}

.catMB {
	background-color: rgb(219,199,129);
 	background-image: url( "../assets/images/meandcatheader.gif" );
 	background-repeat: no-repeat;
 	background-position: top;
 	border-left: 1px solid rgb(0,0,0);
 	border-right: 1px solid rgb(0,0,0)
}