body {
  background: #000;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10pt;
  text-align: left;
  color: #344D59; }

#body_container {
  width: 900px;
  margin: 10px auto; }

#about .about a, #home .home a, #blog .blog a, #projects .projects a, #work .work a {
  font-weight: bold; }

h1 {
  margin-top: 0px;
  font-size: 1.5em;
  color: #9C080D; }

h2 {
  color: #333;
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 5px; }
  h2 a {
    color: #9C080D;
    border: 0;
    text-decoration: none; }
  h2 a:hover {
    text-decoration: underline; }

h3 {
  color: #9C080D;
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 5px;
  margin-top: 0px; }

p {
  margin-top: 0px; }

#header {
  background: url(../images/header.png) top left no-repeat;
  height: 130px; }
  #header h1 {
    height: 100%; }
    #header h1 a {
      display: block;
      height: 100%;
      margin-left: -3000px; }

#contents {
  background: #FFF;
  padding: 10px; }

#navigation {
  width: 180px;
  float: right; }
  #navigation ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-left: 0px; }
  #navigation ul {
    list-style-type: none;
    font-weight: normal;
    font-variant: normal;
    color: #333;
    margin-top: 3px;
    margin-left: 5px;
    padding-left: 5px; }
    #navigation ul li {
      margin-left: 0px;
      padding-left: 0px; }
      #navigation ul li a {
        text-decoration: none;
        font-weight: normal;
        color: #333; }
      #navigation ul li a:hover {
        font-weight: bold;
        color: #333; }

#main_contents {
  margin-right: 200px;
  padding: 10px;
  padding-top: 0px;
  border-right: solid 1px #DDD;
  min-height: 300px; }

#footer {
  background: url(../images/footer.png) top left no-repeat;
  color: #FFF;
  height: 34px;
  font-size: 0.75em;
  padding: 13px 8px 0px;
  _padding-top: 10px;
  text-align: right; }

.workSection {
  clear: left; }

.workHeader {
  color: #9C080D;
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 2px; }

.workDisc {
  font-size: .9em;
  margin-bottom: 10px; }

.thumbnail {
  float: left;
  width: 100px;
  border: 1px solid #999;
  margin: 0 15px 15px 0;
  padding: 5px;
  text-align: center; }

.clearboth {
  clear: right; }
