html { margin-left: 1px; }

body {
  margin:  0;
  padding: 0;
  background-color: #e7e8a8;
  background-image: url("/images/shared/main_bg.png");
  background-repeat: repeat-y;
  background-position: top center;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 1em;
}

img {
  border: 0;
}

a {
  color: #000099;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  color: #50794c;
  font-size: 1.4em;
}

h1.icon {
  min-height: 20px;
  padding: 10px 0 10px 50px;
  background-repeat: no-repeat;
  background-position: top left;
}

h1.brush { background-image: url("/images/icons/brush.png"); }
h1.note { background-image: url("/images/icons/note.png"); }
h1.speech { background-image: url("/images/icons/speech.png"); }
h1.stretch { background-image: url("/images/icons/stretch.png"); }
h1.swing { background-image: url("/images/icons/swing.png"); }

h2 {
  font-size: 1.2em;
}

hr {
  width: 100%;
  border: 0;
  color: #aaa;
  background-color: #aaa;
  height: 2px;
}

.spacer { clear: both; }
.error { color: #FF0000; font-weight: bold; }
.subtle { color: #999; }
.subtle a { color: #999; }

.left_image {
  float: left;
  margin: 0 12px 10px 0;
}

.right_image {
  float: right;
  margin: 0 0 10px 12px;
}

#wrapper {
  margin: 0 auto;
  width: 900px;
}

.highlight1 {
  color: #50794c;
  font-weight: bold;
}

#content_column {
  float: right;
  width: 720px;
  background-color: #fff;
}

#sidebar {
  float: left;
  width: 180px;
}

#masthead img, #logo img {
  display: inline;
  vertical-align: bottom;
}

#content {
  padding: 30px;
}

#content h1:first-child, #content p:first-child {
  margin-top: 0;
}

#nav {
  padding: 22px 0;
}

#nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  color: #50794c;
  font-size: .875em;
  font-weight: bold;
}

#nav ul a { color: #50794c; }
#nav ul a:hover {
  text-decoration: none;
  color: #575449;
}

#nav ul li {
  padding: 8px 0;
  background-image: url("/images/shared/hr_sep.png");
  background-repeat: no-repeat;
  background-position: bottom center;
}

#footer {
  color: #666;
  text-align: center;
  font-size: .8em;
}

#footer a { color: #666; }

div.photo_caption {
  margin: 5px 0;
  color: #666;
  font-size: .8em;
  text-align: center;
}

div.photo_caption p {
  margin-top: 5px;
}

