/* Start of CMSMS style sheet '1column' */
div#bannertop {
margin-left: 10px;
margin-right: 10px;
   height: 200px; /* adjust according your image size */



}


div#banner {
   height: 27px; /* adjust according your image size */



}
div#search {
   float: right;
   width: 23em;     /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}


 div#content {
  border-top: 1px solid #ededec ;
   border-bottom: 1px solid #e0e0df ;
   border-left: 1px solid #ededec ;
   border-right: 1px solid #e0e0df ;
  
  
 background: #ffffff;

   margin: 0px 10px 0px 10px; /* some air above and under menu and content */
}
div#topcontent{
   border-top: 1px solid #ededec ;
   border-bottom: 1px solid #e0e0df ;
   border-left: 1px solid #ededec ;
   border-right: 1px solid #e0e0df ;
  
   text-align: left; 
padding: 10px;

 background: #ffffff;
margin: 5px;
margin-right: 10px;
margin-left: 10px;
}
div#bottomcontent{
   
  
   text-align: left; 
padding: 20px;

 background: #ffffff;
margin: 5px;
margin-right: 10px;
margin-left: 10px;
}



div#main {
   margin-left: 230px; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
width: 480px;  
  padding: 20px;
   text-align: left; 
   border-top: 0px solid #ededec ;
  border-bottom: 0px solid #e0e0df ;
   border-left: 0px solid #ededec ;
   border-right: 0px solid #e0e0df ;
 background: #ffffff;

}


div#left {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 200px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   border-top: 0px solid #ededec ;
    border-bottom: 0px solid #e0e0df ;
   border-left: 0px solid #ededec ;
   border-right: 0px solid #e0e0df ;
 background: #ffffff ;
  padding: 20px;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   width: 200px;  

}
/* End of '1column' */

