﻿@charset "utf-8";
/* CSS Document */

body {
    background-color: #000;
}

#header {
    background: url(../images/tours-top.jpg) left top;
	border-top-color: #304219;
}

#container {
	background-color: #304219;
}

#container p {
    width: 100%;
    margin: 0;
}

#navbar-list {
	margin-top: 0;
	position: relative;
	top: 210px;
}

.inset-left {
	float: left;
	margin: 6px 56px 12px 0;
	width: 150px;
}

.tour-item {
	width: 896px;
	margin: 12px auto;
}

.tour-item p {
	font-style: italic;
	padding: 0;
	margin: 0;
}

.tour-item p a {
	color: #fff;
	text-decoration: underline;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}

h2 a {
	text-decoration: underline;
	color: #fff;
}