body {
	font-family: sans-serif;
	background-color: #000000;
	color: #eeeeee;
	}

a:link {
	color: #054950;
	}

a:visited {
	color: #054950;
	}

img {
	border-style: none;
	}

.side {
	float: left;
	width: 225px;
	text-align: center;
	}

.main {
	float: left;
	width: 550px;
	}

/*CSS specifically for Image Gallery "http://www.w3schools.com/css/css_image_gallery.asp"*/

div.img
  {
  margin:2px;
  border:1px solid #111111;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
  }
div.img img
  {
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
  }
div.img a:hover img
  {
  border:1px solid #111111;
  }
div.desc
  {
  text-align:center;
  font-weight:normal;
  width:120px;
  margin:2px;
  }

