* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #571C1F;
	color: #000000;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
}

h1 { font-size: 14px; margin-bottom: 5px; }
h2 { font-size: 13px; }
h3 { font-size: 12px; font-weight:lighter; line-height: 175%; }
p, td {	font-size: 11px; line-height: 130%; margin-bottom: 5px; }

a { color: #953734; text-decoration: none; }
a:hover, a:active { color: #953734; text-decoration: underline; }
a img { border:0px; }

li.navbar-main { font-size: 13px; font-style:italic; line-height: 26px; padding-right: 23px; text-align: right; }
a.navbar-main-item { color: #FFFFFF; }
a.navbar-main-item:hover, a.navbar-main-item:active { color: #F47321; text-decoration: none; }
a.navbar-mainTours-item { color: #FFFFFF; }
a.navbar-mainTours-item:hover, a.navbar-main-item:active { color: #571C1F; text-decoration: none; }
li.navbar-sub { font-size: 12px; line-height: 19px; padding-left: 10px; text-align: left; }
a.navbar-sub-item { color: #FFFFFF; }
a.navbar-sub-item:hover, a.navbar-sub-item:active { color: #F47321; text-decoration: none; }
a.navbar-subTours-item { color: #FFFFFF; }
a.navbar-subTours-item:hover, a.navbar-sub-item:active { color: #571C1F; text-decoration: none; }

.whitetext, a.whitetext { color: #FFFFFF; }
.photo-rightcol { padding-left: 2px; padding-bottom: 10px; }
.req { font-size: 11px; line-height: 130%; margin-bottom: 0px; }

.clear { clear: both; }
