/* --------------------------------------------------------------
GRID
This file determines the layout grid, as well as special 
element rules within each grid area.
-------------------------------------------------------------- */



/* BODY
-------------------------------------------------------------- */
body {background:#c4c0bd url(/images/layout/background.gif) repeat-y center top;}
#Wrap {width:610px; padding:30px; margin:0 auto; }



/* BRANDING
-------------------------------------------------------------- */
/* layout */
#Branding {margin-bottom:3em;}
/* typography */
#Branding h1 {text-align:center;}



/* NAV
-------------------------------------------------------------- */
/* layout */
#Nav {margin-bottom:3em;}




/* CONTENT
-------------------------------------------------------------- */
/* layout */
#Content {overflow:hidden; margin-bottom:6em;}
/* typography */
#Content a {text-decoration:none;}
#Content a:hover {background-color:#AFA8A4;}


/* FOOTER
-------------------------------------------------------------- */
/* typography */
#Footer p.copyright {font-size:.846em; text-transform:uppercase; text-align:center;}