/* Global re-usable layout classes */
.debug   { border:1px dotted #ccc; }
.left    { text-align:left; }
.right   { text-align:right; }
.center  { text-align:center; }
.justify { text-align:justify; }
.fleft   { display:block; float:left; }
.fright  { display:block; float:right; }
.clear   { clear:both; display:block; height:0; }

body *     { margin:0; padding:0; } 
img        { border:none; }
a          { text-decoration:none; }
a:hover    { text-decoration:underline; }

/* Top Level Container Styles */
html { background:#fff url('../images/html-bkgd.png') repeat-x; }
body { width:960px; margin:0 auto; background-color:#fff; }
body { position: relative; margin-bottom:20px; }

#header    { height:108px; background:#232D4A url('../images/header-bkgd.jpg') no-repeat bottom left; }
#wrap      { padding:10px 5px; background:url('../images/keys.jpg') left bottom no-repeat; }
#sidebar   { float:left; width:168px; padding:20px 6px; }
#content   { float:left; width:710px; padding:20px 25px; border-left:1px solid #D1D1D1; }
#footer    { height:40px; background-color:#232D4A; }

