body { 
   margin: 0px;
   background-color: #fxfae1;
}

#id_header { 
   height: 200px;
   background-color: #fbe497;
   margin-bottom: 70px;
   border-bottom: 4px solid #b9121b;
}

#id_header_img { 
   float: left;
   width: 200px;
   height: 100%;
   background-color: white;
}

#id_header_img img { 
   width: 150px;
   margin-left: 25px;
   margin-top: 30px;
}

#id_header h1 { 
   text-align: center;
   padding-top: 50px;
   margin: 0px;
}

table { 
   clear: left;
   width: 50%;
   margin-left: auto;
   margin-right: auto;
   border-collapse: collapse;
   border: 4px solid #4c1b1b;
}

th { 
   background-color: #bd8d46;
   line-height: 200%;
   border-bottom: 2px solid #4c1b1b;
   color: #4c1b1b;
   text-align: left;
   padding-left: 10px;
}

td { 
   padding-left: 5px;
   background-color: white;
   border-bottom: 1px solid #4c1b1b;
   line-height: 150%;
}

.state_name { 
   width: 20%;
}

state_abbr { 
   width: 50%;
}

td.capital { 
   font-weight: bold;
   color: #4c1b1b;
}

#id_footer { 
   height: 50px;
   background-color: #bd8d46;
   width: 50%;
   border: 4px solid #b9121b;
   margin-left: auto;
   margin-right: auto;
   margin-top: 50px;
}

#id_footer h4 { 
   text-align: center;
   margin-top: 15px;
}


