/* CSS for Talon Tours */

html {
margin:0px;
padding:0px;
width:100%;
height:100%;
}
table.full-height {
  height:100%;
  width:100%;
}

body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background-image: url(../images/body_bg.gif);
	background-position: left 196px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 14px;
	color: #83663c;
}
h1 {
	font-size:15px;
	color: #83663c;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color: #83663c;
	margin-bottom: 0px;
	padding: 0px;
	margin-right:100px;
	margin-top: 0px;
}
h2 {
	font-size:16px;
	color: #83663c;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color: #83663c;
	margin-bottom: 0px;
	padding: 0px;
	margin-right:100px;
	margin-top: 0px;
}
.bottom_menu {
	font-size:12px;
	color: #99ac9a;
	font-family:Georgia, "Times New Roman", Times, serif;
	}


.footer {
	font-size:12px;
	color: #FFFFFF;
	}
.caption {
font-size:12px;
}
p {
margin-top:14px;
line-height:18px;
margin-bottom:14px;
}
a:link, a:visited, a:active {
	color: #4b7958;
	text-decoration: none;
	font-weight:bold;
	
}
a:hover {
	color: #ea7219;
	text-decoration: none;
}
table.content_table {
border: 1px solid #99ac9a;
}


img.body { 
border: 3px solid #99ac9a;
border-style:double;
margin: 2px 10px 10px 10px;
 }