* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	background: url(../images/woodBack.jpg);
}

#board {
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: auto;
	background-color: black;
	color: white;
	border: 5px solid red;
}

#title {
	position: relative;
	top: 7px;
	left: 7px;
	width: 780px;
	height: 120px;
	border: 3px solid white;
	color: white;
	text-align: center;
}

h1, h2 {
	font: bold 56px Times New Roman, Times, serif;
}	

h2 {
	font-size: 44px;
}	

h3 {
	font-size: 28px;
}

#spacer {
	position: relative;
	top: 0px;
	left: 7px;
	width: 780px;
	height: 26px;
	border: 3px solid white;
	border-top: 0px;
}

#destn {
	position: relative;
	top: 0px;
	left: 7px;
	width: 190px;
	height: 34px;
	border: 0px;
	border: 3px solid white;
	border-top: 0px;
	text-align: center;
}

#rems {
	position: relative;
	top: -37px;
	left: 200px;
	width: 590px;
	height: 34px;
	border: 3px solid white;
	border-left: 0px;
	border-top: 0px;
	text-align: center;
}

#nav {
	position: absolute;
	top: 0px;
	left: -3px;
	width: 190px;
	height: auto;
	border: 3px solid white;
	border-top: 0px;
	border-bottom: 0px;
	z-index: 5;
}

ul {
	list-style: none;
}

li {
	border-bottom: 3px solid white;
	width: 190px;
	height: 60px;
	text-align: center;
}

li img {
	border: 0px;
	padding-top: 10px;
}

a {
	text-decoration: none;
	color: red;
}

a:hover {
	text-decoration: underline;
}

li:hover, li.sfhover {
	background: url(../images/go.gif) no-repeat right center;
}

li.current {
	background: url(../images/stop.gif) no-repeat right center;
}

#content {
	padding-bottom: 2em;
	position: relative;
	top: -37px;
	left: 7px;
	width: 780px;
	height: auto;
	border: 3px solid white;
	border-top: 0px;
	margin-bottom: -30px;
}

p#greet {
	background: url(../images/loco.jpg) no-repeat center center;
	position: relative;
	top: 0px;
	left: 190px;
	width: 590px;
	height: auto;
	padding: 225px 0px;
	font: normal 28px Arial, helvetica, sans-serif;
	text-align: center;
}

p#footer {
	margin: 0px;
	padding: 0px;
	font: normal 12px Arial, helvetica, sans-serif;
	text-align: center;
}

p.section {
	padding-top: 20px;
	padding-left: 260px;
	font: bold 20px Arial, helvetica, sans-serif;
}

p.text {
	padding-top: 20px;
	padding-left: 260px;
	padding-right: 60px;
	font: normal 17px Arial, helvetica, sans-serif;
	text-align: justify;
}

p#caption {
	position: absolute;
	top: 350px;
	left: 310px;
	width: 300px;
	font: normal 12px Arial, helvetica, sans-serif;
	text-align: center;
}

img.right {
	float: right;
	margin: 20px;
	border: 0px;
}

img.left {
	float: left;
	margin: 20px;
	border: 0px;
}

#pic1, #pic2, #pic3, #pic4, #pic5 {
	display: block;
	margin: 5px;
	position: relative;
	left: 680px;
	border: 0px;
}

#pic6, #pic7, #pic8, #pic9, #pic10, #pic11 {
	display: inline;
	margin: 5px;
	position: relative;
	left: 215px;
	border: 0px;
}

img#view {
	position: absolute;
	top: 40px;
	left: 310px;
	border: 0px;
}

img#cab {
	position: relative;
	top: 40px;
	left: 270px;
	margin-bottom: 40px;
}

p.peopleR, p.peopleL {
	position: relative;
	top: 0px;
	left: 260px;
	width: 500px;
	font: normal 17px Arial, helvetica, sans-serif;
	text-align: justify;
	clear: right:
}

p.peopleL {
	clear: left;
}