body {
  background-color: #000000;
  background-image: url(background.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #fff;
  font-size: 95%;
}
h1 {
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: -0.02em;
  color: #fff;
  font-size: 1.8em;
  text-align: left;
}
h2 {
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: -0.02em;
  color: #fff;
  font-size: 1.2em;
  text-align: left;
}
h3 {
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: -0.02em;
  color: #fff;
  font-size: 1.4em;
  text-align: left;
}
a, a:link, a:visited, a:active  {
  color: #fff;
  text-decoration: underline;
}
a:hover  {
  color: #e0d0d0;
  text-decoration: none;
}
th {
  border-bottom: none;
}
td {
  border-bottom: none;
}
label {
  font-weight: normal;
}
textarea {
  width: 100%;
  height: 200px;
  margin:0.5em 0 0.5em 0;
}
em,dfn {
  font-style: italic;
  background: none;
}
.container {
  width: 750px;
  margin: 2em auto 1em auto;
}
.small {
font-size: .9em;
}

.floatright {
  float: right;
}
.floatleft {
  float: left;
}

#header {
  height: 153px;
  background-image: url(naturespeaks.gif);
  background-repeat: no-repeat;
  background-position: left top;
}

#content {
  text-align: justify;
  margin: 0;
}
#content .floatright {
  margin: 0 0 0 1em;
}
#content .floatleft {
  margin: 0 1em 0 0;
}
#content a, #content a:link, #content a:visited, #content a:active  {
  font-weight: bold;
}
.featureimage {
  float: right;
  border: 1px solid #fff;
  margin: 0 0 1em 1.5em;
  padding: 5px;
}
.molly {
  float: left;
  border: 1px solid #fff;
  margin: 0 1.5em 1em 0;
  padding: 5px;
}
.mediumbox {
  width: 300px;
  font-size: 90%;
  float: right;
  border: 1px solid #fff;
  margin: 0 0 1em 1.5em;
  padding: 1.5em 1.5em .25em 1.5em;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  color: #fff;
}
.mediumbox p {
  font-size: 90%;
  line-height: 1.25;
}
.artwork {
  margin: 2em auto 1em auto;
  padding-bottom: .25em;
  border-bottom: 1px solid #fff;
}
.artwork a, .artwork a:link, .artwork a:visited, .artwork a:active {
  line-height: 4;
  padding: .25em .4em .2em .4em ;
  color: #333333;
  font-size: .8em;
  background-color: #FFFFCC;
  border: 1px solid #fff;
  text-decoration: none;
  font-weight: bold;
}
.artwork a:hover  {
  background-color: #e0d0d0;
}
.artworkbottom {
  width: 750px;
  margin: 2em auto 1em auto;
  padding-bottom: .25em;
}
.artworkbottom a, .artworkbottom a:link, .artworkbottom a:visited, .artworkbottom a:active  {
  line-height: 4;
  padding: .25em .4em .2em .4em ;
  color: #333333;
  font-size: .8em;
  background-color: #FFFFCC;
  border: 1px solid #fff;
  text-decoration: none;
  font-weight: bold;
}
.artworkbottom a:hover  {
  background-color: #e0d0d0;
}

/* -------------- Main Navigation -------------- */

#navigation {
  margin: 0;
  border-top: 1px solid #fff;
}
#navigation ul {
  margin-top: 5px;
  padding-right: 0;
  margin-right: 0;
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #fff;
  float: right;
}
#navigation ul li { display: inline; }
#navigation ul li a {
  padding: .5em 0 0 1.25em;
  color: #fff;
  text-decoration: none;
}
#navigation ul li a:hover {
  color: #e0d0d0;
}
/* -------------- End Main Navigation -------------- */


/* -------------- Portfolio Navigation -------------- */

.portfolio {
  margin: 0;
}
.portfolio ul {
  padding-left: 0;
  margin-left: 0;
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #fff;
  float: left;
}
.portfolio ul li {
  display: inline;
  padding: .5em 0 0 1.25em;
  float: left;
}
.portfolio a, .portfolio a:link, .portfolio a:visited, .portfolio a:active  {
  color: #fff;
  text-decoration: none;
}
.portfolio a:hover {
  color: #e0d0d0;
}
 
/* -------------- End Portfolio Navigation -------------- */


/* -------------- Contact Form -------------- */

#contactform {
  float:right;
  width: 400px;
  margin: 0 0 1em 1.5em;
  padding: 1.5em 1.5em .25em 1.5em;
  text-align: left;
}
#contactform .notice{
  background-color: #009900;
  color: #fff;
  border: 1px solid #fff;
  padding: 1em;
}

#contactform .notice_bad{
  background-color: #FF0000;
  color: #fff;
  border: 1px solid #fff;
  padding: 1em;
}

#contactform form fieldset {
  background: transparent;
  border: 0;
}

/* -------------- End Contact Form -------------- */



/* -------------- Footer -------------- */

#footer {
  text-align: right;
  font-family:Arial, Helvetica, sans-serif;
  margin: 0;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active  {
  color: #fff;
  text-decoration: none;
}
#footer a:hover  {
  color: #e0d0d0;
}

/* -------------- End Footer -------------- */