body {
	background:#97E381;
	color:#12210E;
	font-size:120%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	background:#21BF78;
	width:950px;
	margin:0 auto;
	padding: 0.5px;
	border:5px double #999;
	overflow: auto;
}
#header {
	text-align:center;
}
#header h1 { 
	font-style:italic;
	font-size:250%;
	font-family:Georgia, Times, serif;
}
#nav {
	text-align:center;
}
#nav a {
	text-decoration:none;
	font-weight:bold;
}
#nav a:link {
	color:#06051F
}
#nav a:hover, #nav a:focus, #nav a:active{
	text-decoration:underline;
	color:#0F0E24;
}
#nav a:visited {
	color:#3E3C80;
}

#content {
	padding:0 25px; 
}

#content p {
	line-height:1.5em;
	font-size:0.875em;
}
#footer {
	color:#9B9AB3;
	background:#D6D5F0;
	padding:4px 0;
	text-align:center;
	border-top:5px solid #B5B3E8;
	font-size:0.9em;
}
.travel {
	border-width:10px;
	border-style:dotted;
	border-color:#BA2065;
	background:#5A778F url(images/statue.jpg) no-repeat left center;
	padding:25px 25px 25px 195px;
	width:300px;
	float:right;
	margin-top:0;
	margin-left:20px;
	margin-bottom:10px;
}
.fltleft {
	float:left;
	margin-right:15px;
	padding:10px;
	border-style:solid;
	border:2px solid #6A697A;
}
.title {
	font-style: italic;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.author {
	font-weight:bold;
}

a[href$=".pdf"] {
	padding:0 18px 0 10px;
	background:url(images/attribute-icons/pdficon_small.gif) no-repeat top right;
}
a[href$=".doc"] {
	padding:0 25px 0 15px;
	background:url(images/attribute-icons/MSWord_icon.gif) no-repeat top right;
}
a[href^="mailto:"] {
	padding:0 12px 0 15px;
	background:url(images/attribute-icons/mail.gif) no-repeat top right;
}
a[href^="http:"] {
	padding:0 12px 0 15px;
	background:url(images/attribute-icons/exit_small.png) no-repeat top right;
}

table {
	text-align:center;
	border-collapse:collapse;
	width:500px;
	margin:0 auto;
}
caption {
	font:small-caps bold 1.5em Georgia, Times, serif;
	margin:0.2em 0;
	caption-side:top; 
	text-align:center;
	word-spacing:0.01em;
	letter-spacing:0.03em;
}
tfoot {
	font-size:0.6em;
	color:#ADABD1;
	font-style:italic;
	text-align:right;	
}
tr {
	vertical-align:baseline; /* top, middle, bottom */
}
th, td {
	padding:10px;	
	font-size: 1.5em;
	border-top:2px solid #0F0E0E;
	border-bottom:1px solid #120F0F;
	border-right:2px solid #3D3636;
	border-left:2px solid #262424;
}
th {
	font-size:180%;
}
.odd {
	background:#C26B92;
}
.attraction {
	background:#3D703A;
	width:75px;
}
.visit {
	background:#1DA116;
}
.activity {
	background:#23C474;
}
.final {
	background:#fff;
	padding:0;
	border:none;
	border-right:none;
	border-left:none;
	border-top:2px solid #807813;
	font-size: 20px;
}
tr:hover {
	background-color:#E8DD43;	
}