body {
  width: 990px;
  background: #ffffff url("../web_media/bg.gif") left top no-repeat;
  margin: 0;
  padding: 0;
	font-size:100%;
}

body.vi.page_home {
  background: #fafcfe url("../web_media/home_back.gif") left top repeat-y;
}

form {
  margin: 0;
  padding: 0;
}

#container {
  /*padding-left: 175px;  */ /* LC width */
  position: relative;
  width: 990px;
  /*border: 1px solid #f00;  zztest */
/*  height: 100%; */
  /* background: #ff0; zztest */

}
#container .column {
  
  position: relative;
  float: left;
/*  height: 100%; */

  
}
#header {
  width: 990px;
  height: 80px;
  text-indent: -700em;
  background: transparent url("../web_media/masthead.gif") left top no-repeat;
  z-index: 600;
  position: relative;
}

#center_column {
  width: 810px;
  
/*  position: absolute; */
  /* for testing purposes */
  background: transparent;
  /*opacity: .5;*/
  /*  border: 1px solid #543;  zztest */

    
}
/*
#left_column {
  width: 200px;          
  right: 200px;          
  margin-left: -100%;
  background: #f0f;
  opacity: .5;
}
*/
#right_column {
  width: 180px;          /* RC width */
  margin-right: -150px;  /* RC width */
  position: absolute;
/*  height: 100%; */
  /*opacity: .5;*/
  /*  border: 1px solid #990;  zztest */
}

/*** IE6 Fix ***/
/*
* html #left {
  left: 150px;           
}
*/
