html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
h1 img {
	border: 0;
}
h1 a {
	color: #464544;
}
h1 a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}

}
.clear {
	clear: both;
}

body {
	background: #fff url(../images/page_bg.gif) repeat-x;
	text-align: center;
	font: 12px arial, sans-serif;
	color: #464544;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 830px;
  position: relative;
}

h1 {
  position: absolute;
  top: 46px;
  left: 0;
  height: 43px;
  padding-top: 8px;
  width: 414px;
  text-align: center;
  background: #7A808C;
  color: #ffffff;
  font: 14px "Arial", serif;
  font-weight: normal;
}
h1 strong {
  font-weight: normal;
  font-style: italic;
  color: #CCCCCC;
}
#top-nav {
  position: absolute;
  top: 15px;
  left: 414px;
  width: 366px;
  height: 269px;
  background: #6D7481 bottom left url(../images/photo7.jpg) no-repeat;
}
#top-nav ul {
  text-align: center;
  line-height: 32px;
}
#top-nav li {
  display: inline;
  font-size: 12px;
  color: #fff;
}
#top-nav a {
  text-decoration: none;
  font-weight: normal;
  color: #fff;
}
#top-nav a:hover {
  text-decoration: underline;
}

#section{
  background: #fff url(../images/destinations.gif) no-repeat;
  position: absolute;
  top: 46px;
  left: 780px;
  width: 48px;
  height: 238px;
}

#section a{
  width: 48px
  height: 238px;
  }

#section a:hover {color: #B5487C; text-decoration: underline}
#section a:active {color: black; text-decoration: none}


#logo {
  background: #fff url(../images/logo5.jpg) no-repeat;
  position: absolute;
  top: 89px;
  left: 0px;
  width: 414px;
  height: 195px;
}

#logo a {
  font: 14px "Arial", serif;
  width: 82px;
  height: 34px;
line-height: 34px;
text-align: center;
padding-left: 42px;
padding-top: 3px;
}

#logo a:link {color: #0000FF; text-decoration: none}
#logo a:visited {color:  #F05641 ; text-decoration: none}
#logo a:hover {color: #B5487C; text-decoration: underline}
#logo a:active {color: black; text-decoration: none}


/** body **/
#spacer {
  height: 285px;
}

#body {
  background: url(../images/body_bg.gif) repeat-y;
  width: 100%;
}


#nav ul {
}
#nav li {
  float: left;
  width: 82px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: url(../images/tab_lit.gif) repeat-x;
  border-left: 1px solid white;
  list-style: none;
}
#nav a {
  font: 12px "Arial", serif;
  color: #ffffff;
  text-decoration: none;
}
#nav a:hover {
  text-decoration: underline;
}
#nav li.drk {
  background: url(../images/tab_drk.gif) repeat-x;
  border-left: none;
  padding-left: 1px;
}

#content {
  background: #EEEEEE;
  padding: 15px 40px 14px 40px
}


#content a:link {color: blue; text-decoration: none}
#content a:visited {color:  666666 ; text-decoration: none}
#content a:hover {color: #B5487C; text-decoration: underline}
#content a:active {color: #9999CC; text-decoration: none}

#content img {
margin:0 3px 0 3px;
padding:5px;
border:1px 
text-align:center;
}



