#container { margin: 0 auto; text-align: left;
  font-size: 1.1em;
}

.content_wrap {
  width: 920px;
  margin: 0 auto;
  overflow: auto;
}

#header {
  position: relative;
  clear: both;
  background: #AA5325 url(../images/top_bg_tile.jpg) repeat-x bottom left;
  height: 192px;
}

#header .content_wrap {
  height: 192px;
  position: relative;
}

#body_wrap { 
  background: #3d362e url(../images/middle_bg_tile.jpg) repeat-x 0 0; 
  border-bottom: 3px solid #C0BDA8;
}
#body_wrap .content_wrap { padding: 0 0 20px 0;}

#footer_wrap .content_wrap {
  margin-top: 20px; 
  background: url(../images/footer_bg.gif) repeat-y 0 0; 
  padding: 0 0 20px 0;
  width: 950px;
} 

#logo { 
  position: absolute;
  width: 258px;
  height: 122px;
  top: 50px;
  left: 0;
} 

#sidebar_content {
  text-align: right;
  float: left;
  width: 210px;
  background: transparent;
}

#sidebar_content #vertical_nav {
  padding: 0;
  margin: 0 10px 0 0;
  list-style: none;
}

#sidebar_content #vertical_nav li {
  display: inline;
  text-align: right;
}

#sidebar_content #vertical_nav li a {
  display: block;
  background: #C0BDA8;
  padding: 10px 10px;
  text-decoration: none;
  margin: 7px 0;
  font-size: 16px;
  color: #AA5325;
  text-transform: uppercase;
  font-weight: bold;
}

#sidebar_content #vertical_nav li.first a { margin-top: 0em;}

#body_content {
  background: #fff;
  margin-left: 215px;
}


/* Default column definitions */
.col21,
.col22,
.col31,
.col32,
.col33,
.col34 {
  float: left;
  vertical-align: baseline;
}

.col21 {
  float: left;
  width: 50%;
}
.col22 {
  float: left;
  width: 50%;
}

.col31 { width: 260px; }
.col34 { width: 30px; }
.col32 { width: 380px; }
.col33 { width: 310px; }

#podcast_info .col21 {
  width: 139px;
  text-align: right;
}
#podcast_info .col22 { width: 241px; }

#contact_info .contact_info { padding: 20px 0 0 40px;}