body {
  margin: 0px;
  padding: 0px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  line-height: 20px;
  color: #000;
  background-color: white;
}

h1 {
  font-size: 14px;
  font-weight: bold;
  color: blue;
}

h2 {
  font-size: 12px;
  font-weight: bold;
  color: #D0AD67;
}

h3 {
  font-size: 10px;
  font-weight: bold;
  color: #069;
}

img {
  padding: 10px;
  margin: 10px;
}


.title {
  font-size: 20px;
  font-weight: bold;
  color: blue;
  padding-left: 5px;
}

.subtitle {
  font-size: 11px;
  font-weight: bold;
  color: #333;
  padding-left: 5px;
}

#nav .heading {
  background-color: blue;
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  padding: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#nav a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
  padding-left: 10px;
  border-bottom: 1px solid #CCCCCC; 
  border-left: 1px solid #CCCCCC; 
}

#nav a:hover {
  color: blue;
}

a {
  color: blue;
  text-decoration: none;
  padding: 1px;
}

a:hover {
  color: #666;
}

img.left {
  float: left;
  padding-right: 10px;
  padding-left: 10px; 
  display: inline;
}

img.right {
  float: right;
  padding-right: 10px;
  padding-left: 10px;
}

img.logo {
  position: absolute;
  top: 18px;
  left: 10px;
  padding: 10px;
  }


#header {
  width: 748px;
  height: 150px;
  margin: 5px;
  padding: 10px;
  background-color: #FFF;
  border: 1px solid black;
  background: url(veneetjoella.jpg) no-repeat top left;
}

#title {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 10px;
  background-color: #FFF;
}

#nav {
  position: absolute;
  top: 160px;
  left: 0px;
  margin: 5px;
  padding: 10px;
  background-color: #FFF;
  border: 1px solid black;
  width: 150px;
}

#content {
  width: 570px;
  margin: 0px 200px 5px 182px;
  padding: 10px;
  background-color: #FFF;
  border: 1px solid black;
}

#footer {
  width: 570px;
  margin: 5px 200px 5px 182px;
  padding: 10px;
  padding-top: 1px;
  padding-bottom: 1px; 
  background-color: #FFF;
  border: 1px solid black;
  text-align: right;
}

.highslide {
    cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

