/* Stylesheet.css for Laughing Grizzly */

/* Body text style and page background */
body{
	margin: 0;
	margin-top: 50px;
    font-size: small;
	font-family:verdana, arial, helvetica, sans-serif;
	background-color: #000;
}

/* Page container style */
#container{
     margin-left: auto;
     margin-right: auto;
     width: 700px;
     background-color: #FFF;
}

/* Page header style */
#header{
	height: 184px;
	font-size: 10px;
	background-image: url("images/TripsBanner_01.jpg");
	background-repeat:no-repeat;
	border-bottom: 3px solid #94a280;
}

#header p {
	margin: 0;
	padding: 3px;
	padding-left: 10px;
}

#header a {
	display: block;
	text-decoration: none;
	color: black;
	padding-left: 12px;
}

 #header a:hover {
	color: white;
	background-image: url("images/nav_button_off.gif");
	background-repeat: no-repeat;
	background-position: left;
}

/* Left Navigation */
#LeftNav {
    font-size: smaller;
     width: 160px;
	 margin: 0;
	 padding: 10px;
     float: left;
}

#LeftNav h1 {
	margin:0;
	padding:0;
	margin-top:15px;
	margin-left:15px;
	margin-bottom:10px;
}

#LeftNav p {
	margin:0;
	padding:0;
	margin-left:15px;
	margin-bottom:10px;
}

/* Main content */
#main{
	padding: 5px;
	margin-left: 200px;
	font-size: smaller;
}

#main h1, p {
	margin-left: 20px;
	margin-right:20px;
}

#main li {
	margin-right:20px;
	margin-bottom:5px;
}

/* Page footer style */
#footer{
	clear: left;
     height: 40px;
	text-align:center;
	vertical-align: middle;
     font-size: smaller;
     background-image: url("images/footer_06.jpg");
	background-repeat:no-repeat;
     border-top: 3px solid #cc6633;
}

/* Page bottom navigation style */
#BottomNav{
 	text-align:center;
     font-size: smaller;
     background-color: #000;
     padding: 5px;
}

#BottomNav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
	
#BottomNav ul li {
	display: inline;
	padding: 0 10px;
	margin: 0;
	border-right: 1px solid white;
	}

#BottomNav a {
	text-decoration: none;
	color: white;
}

 #BottomNav a:hover {
	color: #cc6633;
}

.rates {
	margin-left:20px;
	margin-right:20px;
	border-collapse:collapse;
	text-align:center;
}

.tablecell1_center {
	font-weight:bold;
	width:16%;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

