/* Start of CMSMS style sheet 'de 1 col - 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;
        width: 950px;
        padding: 0;
        text-align: left;
    }
    #container {
	position: relative;
    }



    div#closings {
        margin: 28px 4% 2% 4%;
        padding-bottom: 6px;
        padding-top: 6px;
        padding-right: 2%;
        padding-left: 3%;
        text-align: left;
        background: #FFFFFF;
        border-top: 1px silver dotted;
        border-bottom: 1px silver dotted;
        border-left: 1px silver dotted;
        border-right: 1px silver dotted;
        color: #Ffffff;
        line-height: 1.2em;   
 }

    /* HEADER */
        div#header {
            margin: 0;
            padding: 0;
            height: 216px;

            text-align: left;
        }
        div#header h1 a {
background: transparent;
            background:  url(images/new-web7.jpg) no-repeat 0 0px; 
            display: block;
            height: 216px;
            text-indent: -700em;
            margin: 0;
            padding: 0;
        }
    /* END HEADER */
    
    
    /* CONTENT */
        div#content {


        }
        


        /* MAIN */
div#outermain {

}

            div#main {


            }
        /* END MAIN */
        
        /* SUB */
            div#sub {
                
            }
        /* END SUB */
        
    /* END CONTENT */
    
    
    /* FOOTER */
        div#footer {

        }

        div#footer p {
            font-size: 0.8em;
            margin: 0;
            padding: 10px;
            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: 68%;
  }

div.right49 {
  float: right;
  width: 30%;
  text-align: right;
border-left: 1px dotted #959BA0;
  }
/* End of 'de 1 col - layout' */

