body {
  background: #654e91;
  margin: 0;
  font-size: 90%;
  font-family: trebuchet, arial;
  color: #222;
}

a {
  color: #0030e0;
}


#nav-container {
  width: 100%;
  height: 32px;
  background: url(assets/nav-bg.png) repeat-x;
  padding-top: 8px;
}

#nav {
  color: #eee;
  width: 942px;
  margin: 0 auto 0 auto;
  text-align: left;
  border: 0px solid #fff;
  letter-spacing: .06em;
}


#main-container {
  width: 100%;
  padding-top: 8px;
  background: url(assets/main-bg.jpg) repeat-x;
}

#content-container {
  width: 942px;
  background: #eee url(assets/content-bg.jpg) repeat-y;
  margin: 0 auto 0 auto;
}

#splash {
  height: 187px; /* minus the padding-top */
  background: white url(assets/splash-1.jpg) no-repeat;
  position: relative;
  padding-left: 40px;
  padding-top: 40px;
}

#sidebar {
  float: left;
  width: 290px;
  color: #e9e3c8;
  background: url(assets/sidebar-bg.jpg) repeat-x top;
  margin-top: 0;
}
#sidebar-inner {
  padding: .5em 1.5em .5em .8em;
  font-size: 90%;
}
#sidebar ul {
  margin-top: 0;
}
#sidebar a {
  text-decoration: none;
  color: #fff;
  text-decoration: underline;
}
#sidebar a:hover {
  text-decoration: underline;
}


#sidebar h2 {
  font-size: 14px;
  text-align: center;
  font-family: arial;
  color: white;
  margin-bottom: .5em;
}
#sidebar p {
  margin-top: 0;
}


#copy {
  float: right;
  width: 650px;
  line-height: 1.4em;
}

#copy h1 {
    font-size: 18px;
    color: #522f91;
}

#copy h2 {
    font-size: 16px;
    color: #896042;
}


.clear {
  clear: both;
}

#footer {
  width: 942px;
  margin: 0 auto 0 auto;
  text-align: center;
  color: #ccc;
  font-size: 86%;
  padding-top: 1em;
  background: url(assets/footer-bg.jpg) no-repeat;
  letter-spacing: .06em;
}

.note {
  border:1px solid red; padding:4px; color: #888; font-size: 90%;
}
.note-right {
  float:right;
  width: 180px;
  background:white;
  margin-right: -75px;
  border:1px solid red; padding:4px; color: #888; font-size: 90%;
  margin-left: 1em;
}

.img-right {
  float: right;
  margin: -2px -4px 0 1em;
  border: 3px solid #888;
}

.img-left {
  float: left;
  margin: -2px 1em 0 -4px;
  border: 3px solid #888;
}

