* {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

body {
  background: #e3e3e3 url('/themes/radio531pi/images/body-bg.png') repeat-y top center;
}

a img {
  border: none;
}

.hornet.template.body {
  background-color: #fff;
  width: 1000px;
  min-height: 800px;
  margin: 0 auto;
}

#header {
  background: url('/themes/radio531pi/images/header-bg-1.jpg') no-repeat;
  height: 187px;
  position: relative;
}

#header img.logo {
  position: absolute;
  top: 28px;
  left: 50px;
}

#header img.tagline {
  position: absolute;
  top: 90px;
  right: 300px;
}

#top-nav {
  height: 32px;
  background: url('/themes/radio531pi/images/top-nav-bg.png') repeat-x;
}

#middle {
  overflow: hidden;
}

#middle .left-column {
  float: left;
  width: 670px;
/*  min-height: 1000px;*/
}

#middle .right-column {
  float: right;
  width: 330px;
/*  min-height: 1000px;*/
}

#middle .left-column .banners.wide-skyscraper {
  margin: 10px;
  float: left;
}

#middle .left-column .main-content {
  margin: 10px 10px 0 0;
  width: 480px;
  float: left;
}

#footer {
  background: #fff;
  overflow: hidden;
}

#footer .pmn-link {
  float: right;
  margin: 10px 20px;
}

/*
  Banners {
*/

.banners {
/*  background: #000;*/
}

.banners.wide-skyscraper {
  width: 160px;
  height: 600px;
}

.banners.web-telly {
/*  width: 320px;*/
/*  height: 240px;*/
}

/*
  }
*/