/* 
    Document   : layout
    Created on : 16-Oct-2009, 13:59:09
    Author     : JP
    Description: layout and background image placement
*/

/* --------------------------- DEV ----------------------------------
#wrapper,#main,#header h1{border:1px solid red}*/
/*#nav{font-size:3em;}*/
/* --------------------------The Essential Code------------------------------ */
body{text-align:center;}
#wrapper{
margin:0 auto;
text-align:left;
max-width:1110px;
min-width:974px;
    }
/* ie 6 and below were struggling with this, so feed them a fixed width */
* html #wrapper{
    width:960px
}
#content{width:80%}
#nav{width:100%}
#meta{width:18%}
#main-content{
width:66%;
min-width:474px;
margin:0}
#secondary-content{
width:30%;
display:inline;/* :KLUDGE: Fixes IE double margin float bug */ }
#main-content,#meta{float:left}
#content,#secondary-content{float:right}
#footer {clear:both}
/* ------------------------- padding & backgrounds ---------------------------*/
#wrapper,#home #wrapper{background-color:#fff;height:1%}
#secondary-content{padding-right:10px}