/* ********************************************************************
* Index Visible Statement Stylesheet
* 
*   This stylesheet encodes visual styles for the content area of the
* VS index.htm page.  The Flash object is floated to the right and
* content fills the whole page area. Text flows naturally beneath the
* floated object
******************************************************************** */

#content div.obj {
  float:right;
  width:320px;
  text-align:center;
  margin:5px 0px 5px 10px;
  /*background-color:#000000;*/
}
#content div.obj object {
  margin:0px auto;
}