/* 
    Document   : layout
    Created on : Oct 17, 2008, 2:19:45 PM
    Author     : Roger
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body{
    text-align:center;/*center hack (thx IE)*/
    margin: 8px 0px 0px 0px;
}
#wrap{
    width:900px;/*center hack (thx IE)*/
    margin:0 auto;/*center hack (thx IE)*/
    text-align:left;
}
#header{
  width:900px;
}
#sub-head-separator{
  clear:both;
  height:0px;
  width:100%;
}
#sidebar-home,#sidebar-about,#sidebar-watch,#sidebar-media{
    float:left;
    width:40%;
    overflow:hidden;
}
#content-home,#content-about,#content-watch,#content-media{
    float:left;
    width:60%;
}
#footer{
  width:900px;
    clear:both;
}
.inside{
    padding:10px;
}
