﻿header, footer, section, nav, article, aside {display: block;}
body{line-height:1;}
body{background:#d9d9d9;font-family:Helvetica,Arial,Sans-serif;}
header,#main-header{margin:0 0 0 400px;display:block; font-size: 130%;}

#wrap {margin:0 auto; background:#99c; padding: 10px;}

/*Left Navigation*/
h2.navhdr {font-weight: bold; padding: 5px;}
.sideleft {float: left;}
nav.background
  {
  width: 330px;
  padding: 0px 0px 10px 0px;
  background:url(/images/wuf.gif) no-repeat;
  -moz-box-shadow: 14px 7px 41px #f593f5;
  -webkit-box-shadow: 14px 7px 41px #f593f5;
   box-shadow: 14px 7px 41px #f593f5;  
   line-height:1.5;
  }

div.transbox
  {
    padding-top: 10px;
    width:330px;
    height: 800px;
    background-color: #FFF;
    opacity:0.7;
    filter:alpha(opacity=70); /* For IE8 and earlier */ 
-moz-border-radius-topleft: 14px;
-moz-border-radius-topright:14px;
-moz-border-radius-bottomleft:14px;
-moz-border-radius-bottomright:12px;
-webkit-border-top-left-radius:14px;
-webkit-border-top-right-radius:14px;
-webkit-border-bottom-left-radius:14px;
-webkit-border-bottom-right-radius:12px;
border-top-left-radius:14px;
border-top-right-radius:14px;
border-bottom-left-radius:14px;
border-bottom-right-radius:12px;  
  }

ul.navmenu {padding: 0px 0px 20px 50px;}

/*Main*/

#main {margin-left: 400px; padding-left: 10px; padding-bottom: 30px; line-height:1.5; }


footer{padding-top: 100px; margin-left:450px; display:block;}