/* Generated by KompoZer */
html,body {
  margin:0;
  padding:0;
  height:100%; /* needed for container min-height */

  color: white;
  font-family: helvetica,arial,serif;
  font-weight: normal;

  background-color: transparent;
  background-repeat: repeat-x;
  background-position: left top;
  background-image: url(aubergine_to_black_gradient.jpg);
}



a:link {
  text-decoration: none;
  color: white;
}
a:visited {
  color: #666666;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  font-weight: bold;
  font-style: oblique;
}

.styling-header-text {
  font-family: Papyrus,Lucida Sans Unicode,Geneva,serif;
  text-align: center;
  font-weight: bold;
  font-size: xx-large;
}

.styling-nav-button {
  font-family: verdana, helvetica,arial,serif;
  font-weight: bold;
}

div.desc {
  margin: 2px;
  text-align: center;

}
div.img {
  margin: 10px;
  padding: 10px;
  height: 250px;
  width: 400px;
  float: left;
  text-align: center;
}
div.img img {
  border: 1px solid #ffffff;
  margin: 3px;
  display: inline;
  width: 400px;
  height: 250px;
}
div.img a:hover img {
  border: 3px solid black;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* top/bot=0, r&l=center, not in IE5 */	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#header {
  padding: 1em 0em 0em 0em;/* Reserves space at bottom for footer */
  margin-top: 0px;/* Reserves space at bottom for footer */
}

#header-top img {
  width: 100%;
  float: left;
}
#header-top-overlay {
  position: absolute;
  top: 10%;
  right: 10%;
}
#header-bot {
  clear: both;
}


div#middle {
  width: auto;
  background-color: transparent;
  clear: both;
}

div#middle-lft {
  float: left;
  width: 31%;
}
div#middle-ctr {
  position: relative;
  float: left;
  width: 20%;
}
div#middle-ctr a img {
  border-width: 0;
  height: 0;
  width: 0;
}
div#middle-ctr a:hover img {
  position: absolute;
  left: 100%;
  top: 0%;
  height: 250px;
  width: 400px;
}
div#middle-rgt {
  float: left;
  width: 40%;
}
div#middle-bot {
  clear: both;
}


.imagecontainer {
  background-image: url(scroll_bkgd.gif);
  height: 350px;
  background-repeat: repeat;
  overflow: auto;
}

#imagearea {
}

#navbar {
  margin-top: 1em;
  margin-bottom: 0.5em;
  position: relative;
}
#navbar ul {
  border-bottom: 1px solid gray;
  background-color: transparent;
  text-align: left;
  margin-left: 0;
  padding-left: 0;
}
#navbar li {
  border-left: 1px solid white;
  padding: 0.25em 1em;
  list-style-type: none;
  display: inline;
}
div#footer {
	position:absolute;
	bottom:0; /* stick to bottom */
	width: 100%;
}

#navbar li:first-child {
  border:  none;
}
#copyright {
  font-family: verdana, helvetica,arial,serif;
  font-size: small;
}
#gallerylist {
  border-bottom: 1px solid gray;
  padding-left: 0px;
  margin-left: 0;
  width: 90%;
}
#gallerylist li {
  border-top: 1px solid gray;
  margin: 0;
  padding: 0.25em;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
