body {
  font: 12px "Lucida Grande", Arial, Verdana, sans-serif;
  margin: 0;
  color: #333;
  text-align: center;
  background-color: #ccc;
}

img {
  border: 0;
}

a:link {
  color: #27d;
  text-decoration: none;
}

a:visited {
  color: #999;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3{
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	font-weight: normal;
}
h4{
		color:#333333;
}

#header h1 a {
  display: none;
}

.box-services {
  background-image: url(../images/box-services.jpg);
}

.box-hotspots {
  background-image: url(../images/box-hotspots.jpg);
}

.box-news {
  background-image: url(../images/box-news.jpg);
}

.box-services h3, .box-hotspots h3, .box-news h3 {
  display: none;
}

.columnbackground {
  background-image: url(../images/box-sidebar.jpg);
  min-height: 286px;
  background-repeat: repeat-x;
}

#main h1, #main h2, #main h3 {
  color: #669934;
}

#main h1 {
  border-bottom: solid 1px #cccccc;
}

p {
  line-height: 1.3em;
}
