/** BASIC LAYOUT */
body {
	width: 950px;
	padding: 0px;
	margin-left: 15%;
	margin-right: 10%;
	background: none;
	color: #ffffff;
	font-family: Times, serif;
	text-align: left;
	
}

h1,h2,h3 {
	color: white;
}

/** LINKS */
a {
	color: maroon;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/** BOXES */

/** BACKGROUNDS */
.bg1 { background: url(images/banner.gif) no-repeat right top; }
.bg2 { background: url(images/indMn.gif) no-repeat left top; }
.bg3 { background: url(images/main_blue.gif) no-repeat left top; }
.bg4 { background: url(images/maingrn.gif) no-repeat left top; }
.bg5 { background: url(images/tarrif.gif) no-repeat left top; }
.bg6 { background: url(images/camb_boat.gif) no-repeat left top; }
.bg7 { background: url(images/shower1.gif) no-repeat left top; }
.bg8 { background: url(images/grey_bg.gif) no-repeat left top; }
.bg9 { background: url(images/bunk2.gif) no-repeat left top; }