/* islandtan2go global CSS */
body{
  margin: 0px;
  padding: 0px;
  background: url(../images/lauhala_big.jpg) top center;
  color: #312114;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 14px;
}
a{ color: #2090ad; font-weight: bold; }
a:hover{ color: #c14ba3; }
h2{ color: #056b62; }
h3{ color: #056b62; font-size: 16px; }

#container{
  position: relative;
  margin: 0px auto;
  width: 776px;
}
#header{
  position: relative;
  width: 776px;
  height: 120px;
  background: url(../images/banner.jpg) no-repeat;
}
#headerText{
  position: absolute;
  top: 74px;
  left: 200px;
  font-size: 18px;
  font-weight: bold;
  color: #056b62;
}


/* ----- NAV ----- */
#nav{
  position: relative;
  width: 776px;
  height: 140px;
  margin-bottom: 16px;
  background: url(../images/linkbox.jpg) no-repeat;
}
#navPad{ padding: 10px 0px 0px 7px; }
#nav a{
  display: block;
  width: 102px;
  position: relative;
  float: left;
  margin-right: 8px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #312114;
  text-decoration: none;
  line-height: 1.1em;
}
#nav a.end{ margin-right: 0px; }
#nav a:hover{ color: #c14ba3; text-decoration: none; }
#nav img{
  display: block;
  border: 1px solid #312114;
}
#nav a:hover img{ border: 1px solid #c14ba3; }


/* ----- MAIN ----- */
#main{ position: relative; padding-bottom: 16px; }
.sideImg{
  display: block;
  position: relative;
  float: right;
  margin: 0px 0px 10px 10px;
  border: 1px solid #312114; 
}
