/* Homepage Positioning Stylesheet */

                                             /** BODY ELEMENTS **/
body {
   font-size: .75em;
   text-align: center;
   }






                                             /** MAIN CONTAINERS **/
div#container {
   width: 700px;
   margin: 0 auto;
   text-align: left;
   }
   body.fullwidth div#container { width: 100%; }
   div#header { width: 700px; height: 333px; position: absolute; top: 3px;
      
      }
      div#header-in {

         }
   div#content-wrap {

      }
      div.content { width: 347px; height: 235px; position: absolute; top: 344px;

         }
         div.content-in { padding: 5px;


            }
      div#contentright-wrap {

      }
      div.contentright { width: 347px; height: 235px; position: absolute; top: 344px;

         }
         div.contentright-in {
         }
   div#footer { width: 699px; position: absolute; top: 588px;

      }
      div#footer-in {

         }

      



                                             /** END **/
