/* Start of CMSMS style sheet 'Layout' */
/* 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;
        /*
max-width: 80em;
min-width: 60em;
*/
        padding: 0;
        text-align: left;
    }
    #container {
	position: relative;
	margin: 0;
    }
    
    /* HEADER */
        div#header {
            margin: 10px;
            padding: 10px;
            padding-left: 160px; 
            padding-top: 70px; 
            text-align: center;
            background-color: transparent !important;
            background: url(uploads/images/website/agron-omics_logo_120x80.png) no-repeat top left; 
            height: 10px;
        }
        div#header h1 a {
            /*display: inline; */
            margin: 0;
            padding: 0;
            text-decoration:none;
            height: 160;
            background-color: transparent !important;
        }
    /* END HEADER */
    div#container { 
       background: url('uploads/images/website/FP6_logo_80x91.jpg') no-repeat top right !important; 
    }
    
    /* CONTENT */
        div#content {
            
        }
        
        /* MAIN */
            div#main {

            }
        /* END MAIN */
        
        /* SUB */
            div#sub {
                
            }
        /* END SUB */
        
    /* END CONTENT */
    
    
    /* FOOTER */
        div#footer {

        }

        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: left;
   font-size: 90%;
   margin: 0 1em;
   border-bottom: 1px dotted #000;
}

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;
  }
/* End of 'Layout' */

