body {
  background: url(../images/gradiant_bg.jpg) repeat-x;
  background-color: #279dad;
  margin: 0px;
  padding: 0px;
  font-family: Trebuchet MS, verdana, arial, Times New Roman;
  font-size: 14px;
}

img, div { 
  behavior: url("../images/iepngfix.htc") 
}

a {
  text-decoration: none;
  color: #0066A4;
}

a:hover {
  text-decoration: underline;
  color: #0066A4;
}

#all {
  width: 760px;
  min-height: 600px;
  background-color: white;
  margin-top: 20px;
  padding: 20px;
}

div#banner {
  width: 760px;
  height: 150px;
  background: url(../images/banner_bg.png) no-repeat;
}

#top_address {
  color: #777777;
  width: 200px;
  height: 100px;
  position: absolute;
  margin: 28px 0 0 530px;
}

div#img_logo {
  margin: 12px 0 0 12px;
  width: 79px;
  height: 77px;
  background: url(../images/logo.png) no-repeat;
  position: absolute;
}

div#img_jrre {
  margin: 30px 0 0 95px;
  width: 447px;
  height: 44px;
  background: url(../images/jrre.png) no-repeat;
  position: absolute;
}

.top_d0line {
  height: 1px;
  margin: 25px 0 10px 0;
  background-color: #D0D0D0;
}

div#banner_home {
  background-color: #DADADA;
  height: 200px;
  margin-bottom: 20px;
  padding: 10px;
}

#top_menu {
  height: 20px;
  margin-bottom: 10px;
}

.menu_item {
  padding-right: 25px;
}

.menu_item a {
  color: #0066A4;
}

.footer_menu_item {
  padding-right: 15px;
}

.footer_menu_item a {
  color: black;
  font-weight: bold;
  font-size: 80%;
  text-decoration: underline;
}

.footer_menu_item a:hover {
  text-decoration: none;
}

.yellow_widget {
  background-color: #feffd5;
  border: 1px solid #ffeb70;
  width: 230px;
  padding: 10px 0 10px 20px;
  margin-bottom: 20px;
}

.px2_blue_line {
  height: 2px;
  overflow: hidden; /* fix ie6 */
  width: 800px;
  background-color: #2765af;
}

#footer {
  width: 760px;
  background-color: #dadada;
  padding: 20px;
}

#empty_footer_line {
  height: 20px;
}

.listing_title {
  background-color: #31989f;
  font-size: 15px;
  color: white;
}

.listing_title a {
  color: white;
  font-weight: bold;
}

.listing_title td {
  padding: 2px 5px 2px 5px;
}

