body  {
/*  background: url('gradient.png'); */
  background-color: #FFFFFF; 
  background: #136F9F url(http://www.aerotek.com/images/page-bg.gif) repeat-y scroll center center;
  margin: 0;
  font-family: Helvetica, sans-serif;
  color: #000000;
}

a:link, a:visited, a:active {
  color: #4892b9;
  text-decoration: none;  
}
a:hover {
  text-decoration: underline;  
}
  

#container {
  width: 850px;
  margin: 60px auto;
}

#left_column {
  width: 600px;
  float: left;
}

#top_logo {
  font-size: 36px;
}
#top_logo, #top_motto {
  text-align: center;
  color: #4892b9;
  margin-bottom: 10px;
}
#top_motto {
  font-size: 32px;
  font-style: italic;
}
#top_box strong {
  color: #4892b9;
}
#top_box,  #links_box, #right_links_box {
  float: left;
}
#bottom_box {
  margin: 10px auto 10px 115px;
}
#links_box {
  width: 235px;
  padding: 20px;
  background: url('images/gradientbg.jpg') repeat-x;
  border: 1px solid #efeded;
  margin-top: 10px;
}
#right_links_box {
  width: 315px;
  padding: 20px;
  background: url('images/gradientbg.jpg') repeat-x;
  border: 1px solid #efeded;
  margin-top: 10px;
  margin-left: 3px;
}
#links_box ul, #right_links_box ul {
  list-style-type: none;
}
#links_box ul li{
  margin: 15px;
  font-size: 28px;
}
#right_links_box ul li{
  margin: 15px;
  font-size: 28px;
}
.center-link {
  float: left;
  width: 260px;
  margin: 10px;
  padding: 20px 10px;
  background: #eeeeee;
  text-align: center;
  font-size: 26px;
}
.description {
  padding: 10px;
  border: 1px solid #444444;
  margin: 10px;
  color: #444444;
  font-family: "Georgia";
  font-size: 13px; 
  line-height: 18px;
}

#right_column {
  float: left;
  width: 200px;
}
#twitter {
  background: #f5f5f5;
  border: 1px solid #efeded;
  margin: 5px 5px 10px;
  font-size: 11px;
  padding: 4px;
  width: 200px;
}
#twitter_container {
  height: 150px;
  font-size: 13px;
}
.display-date {
  margin: 3px;
  font-weight: bold;
}
ul#twitter_update_list {
  list-style-type: none;
  list-style-position: outside;
  margin-left: -35px;
  color: #444444;
  font-family: "Georgia";
  font-size: 13px; 
  line-height: 18px;
}
#twitter_update_list li {
  border-bottom: 1px solid #999999;
}
#footer {
/*
  border: 1px solid #ffffff;
  background: url('back-semi-transparent.png') repeat;  
*/
  color: #136F9F; 
  /*
  padding: 10px;
  margin: -10px auto auto 244px;
  display: inline-block; 
  width: 370px; */
  font-family: "Georgia", serif;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
#footer a:link, #footer a:hover, #footer a:visited {
  text-decoration: underline;
}
