/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
  background: #000000 url(../images/moonbg.jpg) no-repeat fixed -50px -2px;
  font-family: tahoma, verdana, Arial, sans-serif;
  font-size: 76%;
  line-height: 140%;
	color: black;
	margin: 5;
	padding: 10px 30px;
}

div.slide img, #footer img {
  border: 2px solid #999;
  background-color: #000;
  padding: 4px;
  margin: auto;
}

div.slide {
  width: 200px;
  height: 200px;
  margin: 0 15px 15px 0;
  float: left;
}

#banner_gallery div.slide {
  height: 100px;
}

#titlebar {
	color: #F2F2F2;
	font-size: 1.2em;
	font-weight: normal;
	text-transform:uppercase;
	padding: 0;
	margin:  15px;
}

a {
  color: #F2F2F2;
}

#footer {
  clear: both;
}