body {
	font-size: 70%; /* Resets 1em to 10px */
	font-family: 'Verdana', Arial;
	background-color: black;
	color: white;
}

#header {
  margin-left:10px;
}

#headerlink {
}

#headerlinks {
  padding: 10px;
  margin: 10px;
  font-size: 150%;
  //font-style: italic;
}

#page 
{
  width: 800px;
  margin: 0px auto;
  border: 0px;
  border-style: solid;
  border-color: white;
  background: black;
}

#slideshow {
  text-align:center;
  margin:0 auto;
  padding: 10px;
}

#slideshowIframe {
  width: 700px;
  height: 600px;
  border: 0px;
}

#photoheader {
  font-style: normal;
}

a {
  text-decoration:none;
  color: #6ABD45;
}

a:hover
{
  color: #white;
}

.selected
{
  color: #6ABD45;
}

.notselected
{
  color: white;
}

a.link:hover
{
  color: white;
}

a.notselected:hover
{
  color: #6ABD45;
}

a.selected:hover
{
  color: white;
}

img.floatLeft
{
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 5px;
  border:0;
}

img.floatRight
{
  float: right;
  margin: 5px;
  border:0;
}

.floatRight
{
  float: right;
}

.content
{
  margin: 10px;
  border: 0;
  font-size: 110%;
}

p
{
  margin: 10px;
  border: 0;
  font-size: 120%;
}

.credit
{
  font-size: 60%;
  margin: 10px;
}

h2
{
  color: #4BACE0;
}

.input
{
  margin-bottom:10px;
  text-align:right;
}

.label
{
  margin-right:3px;
}

