/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* SITE SPECIFIC LAYOUT */
    body {
        margin: 0;
        padding: 1em;
        text-align: center;
    }
    div#pagewrapper {
          margin: 0 auto;
        width: 740px;
        min-width: 60em;
        padding: 0;
        text-align: left;
    }
    #container {
	margin: 0;
      }
    
    /* HEADER */
        div#header {
text-indent:-700px;            
margin-left:auto;
 margin-right:auto;
            padding: 0;
          height: 191px;
             }
        div#header h1 a {
            display: block;
   background:  url(uploads/images/testlogo4.jpg) no-repeat 0px 0px; 
   width:640px; 
height: 190px;
        margin-left: auto;
    margin-right: auto;
            padding: 0;
            text-decoration:none;
        }
    /* END HEADER */
    
    
    /* CONTENT */
        div#content {
     /* background:  url(uploads/images/leonardo2.jpg) no-repeat 0px 0px; */
 }
        
        /* MAIN */
            div#main {

position:relative;
background:#ffffff;
margin:clear;
    
            }
        /* END MAIN */
        
        /* SUB */
            div#sub {
                
            }
        /* END SUB */
        
    /* END CONTENT */
    
    
    /* FOOTER */
        div#footer {

clear: both; 
        }

        div#footer p {
            font-size: 0.8em;
            margin: 0;
            padding: 15px;
            text-align: center;
        }
    /* END FOOTER */
/* END LAYOUT */



div.breadcrumbs {
   padding: 1em 0;
   text-align: center;
   font-size: 90%;
   margin: 0 1em;
   border-bottom: 1px #cccccc;
}

div.flags {
  float: right;
  width: 18px;
  padding: 1em 0;
  text-align: right;
  margin: 0 1em 0 0;
}

div.left49 {
  float: left;
  width: 49%;
  }

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
  }