body {
	background-color:black;
	color:white;
	border:0;
	margin:0;
/*	background-image:url(images/BuckRunTours.gif);
	background-repeat:no-repeat; */
	}
		
#content {
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:smaller;
	float:left;
	width:710px;
	padding:0 10px 5px 10px;
	margin-top:58px;
	left: 30px;
	border-style: solid;
	border-width: 3px;
	border-color: orange;
	background-color:#222222;
	}

#content h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color:orange;
	}
	
#content a {
	color:orange;
	text-decoration:none;
	}
	
#content img {
	border: 1px solid orange;
	}
		
#content a:hover {
	color:yellow;
	}
	
#footer {
	float:left;
	text-align:center;
	position: relative;
	width:100%;
	font-size:smaller;
	}
	
#navbar {
	left:0;
	padding-left: 3px;
	padding-right: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:white;
	float:left;
	width:100%;
	}

#navbar a{
	color:orange;
	text-decoration:none;
	}
	
#navbar table{
	vertical-align:middle;
	text-align:center;
	border-style: outset;
	border-color: orange;
	}	

#navbar td{
	border-color:orange;
	border-left-style:ridge;
	border-width: thin;
	border-right-style:none;
	border-bottom-style:none;
	border-top-style:none;
	color: orange;
	}
/* Not supported by IE	
#navbar td:hover {
	background-color:#333333;
	color:yellow;
	cursor:pointer;
	}
*/	
#navbar a:hover{
	color:yellow;
	}
	
#title {
	z-index:500;
	position: absolute;
	top: 3px;
	left: 25px;
	background:none;
	}

#links td {
	border-style:outset;
	border-color:#D7590D;
	background-color:black;
	color:#D7590D;
	text-align:center;
	font-weight:bold;
	}

.spiffimage {
	border: 1px solid orange;
    float:right;
	margin:0 10px 20px 20px;
}

.frontimageleft {
	border: 1px solid orange;
    text-align:center;
	margin:10px 10px 10px 3px;
    float:left;
}

.frontimageright {
	border: 1px solid orange;
    text-align:center;
	margin:10px 3px 10px 10px;
    float:right;
}