BODY {
  background-image:url(images/bgr.jpg);
  text-align:center;
  margin-left:0px;
  margin-right:0px;
}

UL {
  margin-top:0px;
  text-align:left;
}

LI {
  color:#FFFFFF;
  font-weigt:bold;
}

LI A{
  color:#FFFFFF;
  font-weight:bold;
  text-decoration:none;
}

LI A:hover,
LI A-active,
LI A-active:hover{
  color:#FFAAFF;
}

.fade{
  filter: alpha(opacity=60);
  opacity:.6;
  -moz-opacity:.6;
}

.fade:hover,
.fade-active,
.fade-active:hover{
  filter: alpha(opacity=100);
  opacity:1;
  -moz-opacity:1;
}

#main {
  position:relative;
  width:100%;
  text-align:center;
}

#header {
  width:760px;
  margin:0 auto;
  text-align:center;
}

#header #titlebar{
  z-index:1;
  width:600px;
  margin:0 auto;
  background-color:#BB70CC;
  background-image:url('images/titleberry.jpg');
  background-position:top right;
  background-repeat:no-repeat;
  padding:10px;
}

#header #titlebar A{
  color:#FFFFFF;
  text-decoration:none;
}

#header #titlebar H1{
  margin:0px;
  font-size:56px;
  color:#FFFFFF;
  font-family:'Arial';
}

#header #titlebar H5{
  margin:0px;
  font-size:20px;
  color:#fff;
  font-family:'Arial';
}

#header #menu{
  z-index:2;
  width:760px;
  height:30px;
  text-align:center;
}

#header #menu A{
  position:relative;
  border-color:#FFFFFF;
  border-style:solid;
  border-width:2px;
  background-color:#DD90EE;
  margin:2px;
  padding:4px;
  text-align:center;
  text-decoration:none;
  font-weight:bold;
}

#header #menu A:hover,
#header #menu A-active,
#header #menu A-active:hover {
  background-color:#EEA0FF;
}

#content{
  background-color:#007510;
  margin:0px;
  height:565px;
 *height:545px;
}

#content .text, .text{
  color:#FFFFFF;
  font-weight:bold;
  margin-top:0px;
}

#tree{
  width:300px;
  background-image:url(images/tree.jpg);
  background-repeat:no-repeat;
}

#tree P{
  color:#FFFFFF;
  padding:30px;
  font-weight:bold;
}

#tourframe{
  
}

#tourframe A{
  color:#00AA60;
  text-decoration:none;
}

#tourframe A:hover,
#tourframe A-active,
#tourframe A-active:hover {
  color:#000080;
  text-decoration:none;
}