body {
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-family: Verdana,Arial,Helvetica,sans-serif;
}

/*
div {
  margin: -1px;
  border: 1px solid green;
}
*/

#container {
  width: 950px;
  margin: 0px auto;
  text-align: left;
}

#header {
    
}

#header_left {
  float: left;
  width: 274px;
  height: 175px;        
}

#header_right {
  float: left;
  width: 676px;
}

#menu {
    background: #000000;
    height: 20px;
    margin: 121px 0px 0px 0px;
    padding: 2px 0px 0px 175px;
}

.menu_item {
   float: left;
   width: 125px;
   color: #c87b2d;
   font-weight: bold;
   font-size: 15px;
   font-family: Georgia,'Times New Roman',times,serif;
}

#main {
  clear: both;
}

#left_column {
  float: left;
  width: 700px;
  height: 500px;
}

#current_post {
  
  
}

#right_column {
  float: left;
  width: 250px; 
  height: 500px;        
}

#contact_info {
   height: 165px;
}

#recent_posts {
   height: 300px;        
}

#footer {
   clear: both;
   height: 100px;        
}