/* Content Column Area */
/* ! content styles are handled in content.css */
#contentCol {
  width: 465px;
  text-align: left;
  left:0px;
  float:left;
  /*position:;*/
  
  border:0px solid;
}

/* Top Area */
#top_images {
  width: 465px;
  height: 46px;
  min-height: 46px;

  padding:0px;
  margin:0px;
}
#top_center_repeat {
  background-image:url(../site_images/center_graytop_repeat.png);
  background-repeat:repeat-x;

  width:1px;
  height:46px;
  min-height: 46px;
  min-width:auto;

  float:right;
}
#top_right {
  background-image:url(../site_images/center_graytop_right.png);
  background-repeat:no-repeat;

  width:50px;
  height:46px;
  min-height: 46px;
  min-width:50px;

  float:right;
}

/* Content Area*/
#content {
  background-color:white;
  width: 231px;
  height: 518px;

  position: relative;
}
#content img{
  border: 0px none;
}
#content_main {
  background-color: white;

  width: 231px;
  height: 69px;

}
/* Scrolling in content */
#content_scroll {
  background-color:white;

  height: 350px;
  min-height: 350px;
  padding-right: 10px;
  margin-top:70px;

  overflow-x: hidden;
  overflow-y: auto;
}

#mood_ad {
  width: 252px;
  height: 97px;

  position: absolute;
  left: -25px;
  margin-top: 15px;
}

/* Content Area Images*/
#tagLine {
  background-image:url(../site_images/center_feature_whitetop.png);
  background-repeat:no-repeat;
  width: 234px;
  height: 20px;
  min-height: 20px;
  
  left:231px;
  float:right;
  position:absolute;
  z-index:1;
}
#tagLine img {
  width: 299px;
  height: 34px;
  position:relative;

  top:8px;
  left:-90px;
  z-index:2;

}
#bottle {
  width: 234px;
  height: 518px;
  top:20px;
  left:231px;
  float:right;
  position:absolute;
  
  z-index:0;
}

/* Center Bottom */
#center_bottom {
  width: 465px;
  height: 40px;
  min-height: 40px;

  padding:0px;
  margin:0px;
  position:relative;
  top: 20px;
}
#bottom_left_repeat {
  background-image:url(../site_images/center_bttm_repeat.png);
  background-repeat:repeat-x;

  width:231px;
  height: 40px;
  min-height: 40px;
  min-width:auto;

}
#feature_bottom_right {
  width: 234px;
  height: 40px;
  min-height: 40px;
  min-width: 234px;

  float:right;
}
