body{
  background: #FFF url('images/background.jpg');
  color: #FF0033;
}

#splash{
    background: #000;
    margin: auto;
}

#splash a{
  text-decoration: none;
}

img {
border: 0px none;
}

#container{
  width: 75%;
  margin: auto;
}

#header{
  width: 100%;
}

#menubar{
  width: 100%;
  background-color: #3A3A3A;
  color: #ccc;
}

#menubar a{
    font-family: Tahoma, Arial, sans-serif;
    margin-right: 15px;
}

#quote{
  width: 80%;
  margin: auto;
  background-color: #330000;
  color: #FAA;
  font-style: italic;
  margin-top: 15px;
}


#content{
  width: 100%;
}

#footer{
  width: 100%;
  margin-top: 20px;
  background-color: #3A3A3A;
  color: #888;
  text-align: center;
  font-family: arial;
  font-size: .8em;
}

A:link{
   text-decoration: none;
   color: #FF3333;
}

A:visited{
   text-decoration: none;
   color: #e99;
}

A:active{
   text-decoration: none;
   background-color: #990000;
   color: #f00;
}

A:hover{
   text-decoration: none;
   background-color: #990000;
   color: #fff;
}

h1, h2, h3{
  background-color: #660000;
  color: #aa0000;
  width: 100%;
  text-align: left;
}

.note{
  width: 100%;
  background-color: #330000;
  border-top: 1px solid #FF8C8F;
  margin-bottom: 30px;
  color: #A00;
  text-align: left;
  font-family: arial;
  font-size: .8em;
}

.section{
  width: 100%;
  padding-top: 15px;
  border-top: 1px solid #FF8C8F;
  padding-bottom: 15px;
  border-bottom: 1px solid #FF8C8F;
  text-align: left;
  font-family: arial;
  font-size: .8em;
}

.project-title{
    font-size: 1.1em;
    font-weight: bold;
    border-top: thin dotted #990000;
    padding-top: 6px;
    margin-top: 30px;
}

.project-desc{
    font-size: .9em;
    font-weight: normal;
    border-bottom: thin dotted #990000 ;
    padding-bottom: 6px;
    margin-bottom: 30px;
    margin-left: 30px;

}

p:first-letter {
  font-size: 2em;
  font-family: "Curlz MT";
}

.title{
  font-style: italic;
}

