body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color:#AF8E6D;
	background-image:url(/images/bg.png);
	background-repeat:repeat-y;
	background-position:top center;
	font-size:14pt;
	color:black;
	margin:1px 0 0 0;
	font-weight:bold;
}

table
{
	font-size:14pt;
}

h1, h2, h3
{
	margin-bottom:5px;
}

hr
{
	margin: 4px 0 4px 0;
	background-color:white;
	color:white;
	border-bottom:1px dotted #c5c5c5;
	border-top:1px solid white;border-left:1px solid white;border-right:1px solid white;
	padding:1px 0 1px 0;
}

a, a:visited
{
	color:#34577e;
	text-decoration:underline;
}

a:hover
{
	color:red;
	text-decoration:underline;
}

#wrapper
{
	text-align:center;
	width:787px;

}

.b1 { border:1px solid #9F8163; }
.b2 { border:1px solid #8F7459; }
.b3 { border:1px solid #7F674F; }
.b4 { border:1px solid #6F5A45; }
.b5 { border:1px solid #5F4D3B; }
.b6 { border:1px solid #3F3327; }

.indent
{
	padding-left:2em;
}

#headerContainer
{

}

#header-journeys, #header-journeys table
{
	padding:10px 50px 0 0;
	font-size:10pt;
}
#header-journeys a, #header-journeys table a, #header-journeys a:visited, #header-journeys table a:visited
{
	font-weight:normal;
	color:#34577e;
	text-decoration:underline;
}
#header-journeys a:hover, #header-journeys table a:hover
{
	font-weight:normal;
	color:red;
	text-decoration:underline;
}

#headernavContainer
{

}
#headernavContainer a, #headernavContainer a:visited
{
	
}
#headernavContainer a:hover
{

}

#bodyContainer
{

}

#footerContainer
{
	text-align:center; font-size:8pt;
}

#footerContainer a, #footerContainer a:visited, #footerContainer a:hover 
{

}




ul#listOfImages 
{
  height: 655px;
  margin: 0;
  padding: 0;
  width: 775px;
  position: relative;
} 
ul#listOfImages li 
{
    display: block;
    height: 655px;
    list-style: none;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 775px;
    margin-bottom:3px;
}
ul#listOfImages li img
{
	border:1px solid #000000;
}
