body {
margin : 0;
padding : 0;
font : 75%/1.7em Geneva, Arial, Helvetica, sans-serif;
background : #fffff0;
color : #000000;
}
* {
}
			/*TOP BANNER*/ 
#header {
	background-image: url(../img/bk3.jpg);
	height: 175px;
}

#header #logo {
	position: absolute;
	left: 0px;
	width: 300px;
	top: 24px;
}
#header #pagetitle {
	margin-left: 310px;
	margin-right: 420px; 
	top: 28px;
	z-index:3;
	}
#header #rightimage {
	position: absolute;
	right: 1px;
	width: 416px;
	top: 28px;
	z-index:1;
}
#header #background {
	background-image: url(../img/main1.jpg);
	background-repeat: no-repeat;
	background-position: right 32px;
	height: 275px;
}
#pagetitle h1 {
	color: #C73633;
	padding-top: 75px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}

			/*TOP NAVIGATION*/
/* use menu in aatmenu.css */
			/*3 COLUMNS*/
#gutter {
float : left;
width : 3%;
height : 1px;
}
#col1 {
float : left;
width : 15%;
margin-bottom : 1em;
padding-right : 1%;
}
#col2 {
float : left;
width : 50%;
margin-left : 2%;
margin-bottom : 1em;
border-left : 1px dashed #dda875;
border-right : 1px dashed #dda875;
padding-right : 3%;
padding-left : 3%;
}
#col3 {
float : left;
width : 18%;
margin-left : 3%;
margin-bottom : 1em;
}
			/*FOOTER*/
#footer {
clear : both;
height : 80px;
background : #f17327;
border-top : 5px solid #885835;
color : #000;
padding : 0.2em 0 0 0.5em;
text-align : left;
}

#footer p {
	font-size: 10px;
}
#footer a {
	color : #fff;
	background : inherit;
	font-size: 10px;
}
#footer a:hover {
	color : #000;
	background : inherit;
	font-size: 10px;
}
			/*TYPOGRAPHY*/
h1 {
	margin : 0;
	text-align : center;
	font-size : 2em;
	color : #7E3419;
	background : inherit;
	padding-top: 25px;
	line-height: 1.2em;
}

h2 {
margin-top : 0;
padding-top : 0.5em;
padding-bottom : 0.5em;
text-transform : uppercase;
letter-spacing : 3px;
font-size : 1.5em;
color : #885835;
background : inherit;
}
h3 {
margin-top : 0;
font-size : 0.75em;
text-align : center;
color : #666;
background : inherit;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
.subheadbrown {           /*Use in Itinerary for Day 1 etc */
	font-weight: bold;
	color: #993300;
}

			/*LINKS*/
a {
text-decoration : underline;
color : #006699;
background : inherit;
}
a:hover {
text-decoration : underline;
color : #444;
background : inherit;
}
a img {
border : 0;
}
			/*IMAGES*/
.myimage {
float : left;
padding : 10px;
border : 1px solid #aaa;
margin-right : 10px;
}
.myimage2 {
float : right;
padding : 10px;
border : 1px solid #aaa;
margin-left : 10px;
}
#topnavwrap {
	background-color: #885835;
}
/* Table on tours page */
#tableTourList {
	border-collapse:collapse;
	width: 460px;
}	
#tableTourList td {
	padding: 4px;
}	
#col1 h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#col1 p {
	text-align: center;
}
