body {
  background-color: #b8b19d;
	background-color: #746F63;
  font-family: Arial, Verdana, sans-serif;
}

h1, h2, p {
  margin: 0;
  padding: 0;
}

.container {
  width: 800px;
  margin: 0 auto;
}

.header {
  background: url('images/header_bg.png');
  height: 29px;
	margin: 20px 0 10px 0;
  position:relative;
  overflow:hidden;
}

.header h1 {
	background: url('images/header_right.png') top right no-repeat;
}
  
.header h1 a {
	color: #FFF;
  text-decoration: none;
  padding-left: 10px;
  background: url('images/header_left.png') top left no-repeat;
  font-size: 18px;
	height: 29px;
  line-height: 29px;
  display:block;
}
  
  .header .menu {
    list-style: none;
    right: 10px;
    top: 1px;
    padding: 0;
    margin: 0;
    position: absolute;
    margin-right: 10px;
  }
  
    .header .menu li {
      float: left;
      margin-left: 10px;
    }
    
      .header .menu li a {
        color: #000;
        line-height: 29px;
        text-decoration: none;
      }
      
      .header .menu li a:hover {
        color: #666;
      }


.body {
  background: url('images/content_top.png') #FFF top left no-repeat;  
  color: #666;
  margin-bottom: 10px;
}

.body .content {
	padding: 10px;
	background: url('images/content_bottom.png') bottom left no-repeat;
}

.body .content p {
	margin-bottom: 10px;
}
    
.body .content h2 {
	color: #b7cb13;
}
    
.body .content a {
	text-decoration: none;
	color: #222;
	border-bottom: 1px dashed #222;
}
    
.footer {
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  color: #DDD;
}

hr {
	border: none;
	border-bottom: 1px dashed #000;
	margin: 20px 0;
}

.project {
	background: #EEE;
	padding: 10px;
	margin-bottom: 10px;
}

.project h3 {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

h3 {
	margin: 10px 0;
	padding: 0;
}

h2 {
	margin: 10px 0;
}
