body {
	background-color: #635B46;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
#content {
	padding:5px 20px 10px 20px;
}

#copyright {
	padding: 10px 35px 20px 35px;
}

a.bottomnav, a.bottomnav:link, a.bottomnav:visited {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 13px; color: #ffffff; text-decoration: none;}
a.bottomnav:hover {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 13px; color: #EECE7D; text-decoration: underline;}

#navbar1{
	background-image:url(images/navbg_04.jpg);
	width:782px;
	padding: 0 0 0 25px;

}
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 7px 8px;
	
	
	color: #000000;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #F0CF7E}

#itinerary
{	display: block;
	margin: 0 1px 0 0;
	padding: 7px 9px;
	
	
	color: #000000;
	text-align: center;
	text-decoration: none}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #79000F}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #E8E8E6;
		color: #000000;
		font: 11px arial}

	#sddm div a:hover
	{	background: #C9C9C7;
		color: #FFF}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}

.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #635B46;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: 12px Arial, Helvetica, sans-serif;
line-height: 1em;
color: #E8E9E4;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #E8E9E4;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}