@charset "utf-8";
/* CSS Document */

html, body {
  margin: 0; padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 20px;
}

a:link { text-decoration: underline; color: #9FD33C; }
a:visited { color: #5A7B1C; text-decoration: underline; }
a:hover { text-decoration: none; }

h4 { margin-top: 20px; font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #FFFFFF; }


#photo-container {
  margin: 0 auto;
  width: 900px;
}

.picture {
  float: left;
  border: 2px solid #FFFFFF;
  margin-top: 20px;
}

.content {
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  display: inline;
}

/* Left Nav Link Classes */

#buttons a:link {
  text-decoration: none;
  list-style: none;
  background-color: #9FD33C;
  border: 2px solid #121518;
  padding: 4px;
  color: #000000;
  font-weight: bold;
}

#buttons a:visited {
  text-decoration: none;
  list-style: none;
  background-color: #9FD33C;
  border: 2px solid #121518;
  padding: 4px;
  color: #000000;
  font-weight: bold;
}

#buttons li a:hover {
  list-style:none;
  display:block;
	width: 240px;
  background-color: #5A7B1C;
}

#buttons li a {
  display:block;
	width: 240px;
}

#buttons {
  width: 240px;
  margin: 0 0 0 0px; padding: 0;
  list-style: none;
}

#buttons li {
  margin: 0 0 0 0;
  background: none;
  margin-right: 0;
  text-align: left;
  list-style: none;
}

#buttons p {
  margin-top: 0;
  margin-bottom: 0;
  color: #CCCCCC;
  font-size: 11px;
}