/* CSS definition file containing site wide stylesheets */

.mainbottom {
	background-color: rgb(76,58,40);
 	border-left: 1px solid rgb(84,89,38);
 	border-right: 1px solid rgb(84,89,38);
 	border-bottom: 1px solid rgb(84,89,38)
}

.swirls {
	background-color: transparent;
 	background-image: url( "../assets/images/swirly.gif" );
 	background-repeat: no-repeat;
 	background-position: top
}

.darkinner {
	background-color: rgb(75,52,25);
 	border-left: 1px solid rgb(84,89,38);
 	border-top: 1px solid rgb(84,89,38);
 	border-right: 1px solid rgb(84,89,38)
}

.maintop {
	background-color: rgb(76,58,40);
 	background-image: url( "../assets/images/swirltopinner.gif" );
 	background-repeat: no-repeat;
 	background-position: right top;
 	border-left: 1px solid rgb(84,89,38);
 	border-top: 1px solid rgb(84,89,38);
 	border-right: 1px solid rgb(84,89,38)
}

.rtborder {
	background-color: transparent;
 	background-image: none;
 	padding-right: 28px;
 	border-right: 1px dashed rgb(110,113,54)
}

.maintextback {
	background-color: rgb(76,58,40);
 	border-left: 1px solid rgb(84,89,38);
 	border-right: 1px solid rgb(84,89,38)
}