/* Created by Grow for BuildingBlocks 2006 */

/*        -------------------------------------------------------------
        Grow Media Design 2006
        www.growmedia.co.uk
        One of These Pixels is Doing its Own Thing
        - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        Description:        Base setup styles
        Filename:                buildingblocks.css
        Version:                2.1
        Date:                        OCT 10, 2006
        -------------------------------------------------------------        */


/*        -------------------------------------------------------------
        Base Body Styles
        - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -        */

        body, div, p, th, td, li, dd        {
        font-family:         helvetica, arial, verdana, san-serif;
        font-size: 14px;
}

body {
        margin:0px;
        padding:0px;
   text-align:center;
        border: 0;
   color:#000000;
   background-color: #bec791;
        line-height: 170%;
}


.small {
  font-size:85%;
}


/*        -------------------------------------------------------------
        LAYOUT
        - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -        */

#container {
        width: 100%;
        \width: 100%;  /* for IE5/Win */
        w\idth: 100%;  /* for good browsers */
        margin: 5px auto 0px auto;
        overflow: visible;
        text-align: centre;
                  }


#content {
        width: 800px;
        padding: 0px;
        margin-top: 20px;
        margin-bottom: 30px;
        margin-right: auto;
        margin-left: auto;
        /* opera does not like 'margin:20px auto' */
        text-align:left;
        /* part 2 of 2 centering hack */
        width: 759px; /* ie5win fudge begins */
        voice-family: "\"}\"";
        voice-family:inherit;
        /*width: 729px;*/
        }
html>body #content {
        /*width: 729px; /* ie5win fudge ends */
        }

                #main{
                         width:800px;
                         text-align: left;
                         margin-left:auto;
                         margin-right:auto;}



#flashindex{
        width: 800px;
        background-color: #bec791;
}

#btm {
  padding-top:5px;
  padding-left:15px;
  text-align: left;
  font-size: 80%;
  color: #fff;
}



