body {
   background: white;
   font-size: 10pt;
   }
#menu {
   display: none;
   }
#wrapper {
  background-color: #ffffff;
  color: #333333;
  margin: 30px 40px 30px 40px;
  padding: 10px;
-moz-border-radius: 0px; 
 -moz-box-shadow: 0px rgba(0,0,0,0);
 -webkit-border-radius: 0px; 
 -webkit-box-shadow: 0px rgba(0,0,0,0);
 }
#content {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
    -moz-border-radius: 0px; 
 -moz-box-shadow: 0px rgba(0,0,0,0);
 -webkit-border-radius: 0px; 
 -webkit-box-shadow: 0px rgba(0,0,0,0);
   }
#sidebar, #sidebar2{
	display: none;
}
#header-bottom{
	display: none;
}
#header-footer{
	display: none;
}
#content .inner  a:link {
color: #0000FF;
text-decoration: underline;
}
#content .inner a:visited {
color: #5374D3;
text-decoration: none;
}
