 body {
 padding:0px;
 margin:0px;
 }
 
 body * {
 font-family: Arial, Helvetica, sans-serif;
 font-size:12px;
 line-height:16px;
 }
 
 #outer {
 width:100%;
 height:100%;
 background-color:#FFF;
 padding:20px 0 20px 0;
 }
 
 h1 {
 font-family:Arial, Helvetica, sans-serif;
 font-size:18px;
 font-weight:bold;
 line-height:20px;
 color:#007854;
 }
 
 h2 {
 font-family:Arial, Helvetica, sans-serif;
 font-size:15px;
 font-weight:bold;
 line-height:17px;
 color:#007854;
 }
 
a {color:#007854; text-decoration: underline;}
a:visited {color:#007854; text-decoration: underline;}
a:hover {color:#007854; text-decoration: none;}
 
ul#main { margin: 0; padding: 0; list-style: none; background-image: url('../images/menu.jpg'); background-repeat: no-repeat; width: 802px; height: 50px; }
ul#main li { margin: 0; padding: 0; list-style: none; display: block; float:left; }
ul#main li a { margin: 0; padding: 0; display: block; background-image: url('../images/menu.jpg'); text-decoration: none; }
ul#main li a:hover, ul#main li.sel a { background-image: url('../images/menu-sel.jpg'); }
ul#main li a span { visibility: hidden; }

ul#main li#home a { background-position: 0 0; width: 105px; height:50px; }
ul#main li#environment-rma a { background-position: -105px 0; width: 155px; height:50px; }
ul#main li#problems-work a { background-position: -260px 0; width: 145px; height:50px; }
ul#main li#high-court-reviews a { background-position: -405px 0; width: 155px; height:50px; }
ul#main li#immigration a { background-position: -560px 0; width: 110px; height:50px; }
ul#main li#contact a { background-position: -670px 0; width: 132px; height:50px; }
 
 
 #container {
 margin:auto;
 width:802px;
 background-color:#BBBBBB;
 }
 
 #header {
 margin:auto;
 height:113px;
 background-image:url('../images/munro-banner.jpg'); background-repeat:no-repeat;
 }
 
 #menu {
 width:802px;
 height:50px;
 }
 
 #container-content {
 margin:auto;
 width:800px;
 background-image:url('../images/munro-side-piece-2.jpg'); background-repeat:repeat-y;
 border: solid 1px #99C9BA;
 }

 #col-left {
 float:left;
 width:90px;
 background-color:#FFF;
 }
 
 #left-1 {
 float:left;
 width:90px;
 height:107px;
 background-image:url('../images/munro-side-piece.jpg'); background-repeat:no-repeat;
 }
 
 #left-2 {
 float:left;
 width:90px;
 min-height:200px;
 background-image:url('../images/munro-side-piece-2.jpg');
 }
 
 #col-right {
 float:right;
 width:650px;
 min-height:450px;
 padding:30px;
 background-color:#FFF;
 }
 
 .column {
 font-family: Arial, Helvetica, sans-serif;
 font-size:11px;
 line-height:15px;
 color:#666;
 }
 
 .column p {
 margin:0px;
 padding:0px 0px 1em 0px;
 }
 
 #footer {
 margin:auto;
 text-align:center;
 color:#007854;
 font-size:11px;
 margin-top:10px;
 }
 

  /* Contact Form */

 .contact-us .form { width: 250px; }
 .contact-us .form .field .title { padding: 5px 0 5px; }
 .contact-us .form .field .input input { width: 250px; }
 .contact-us .form .field .input textarea { width: 250px; }
 .contact-us .form .submit input { float:left; margin-top:5px;}
 