/* Start of CMSMS style sheet 'spd-layout' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */


img {border:0px;}

/* SITE SPECIFIC LAYOUT */
    body {
        margin: 0;
        padding: 1em;
        text-align: center;
        border:1px;
    }

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: 0;
            padding: 0;
              height: 145px;
             background: url(uploads/images/logo_bg.gif) repeat-x;
            text-align: left;
        }
        div#header h1 a {
            display: block ;
            height: 145px;
           text-indent: -700em;
            width: 780px;
            margin: 0;
            padding: 0;
        }
    /* END HEADER */
    
    
    /* CONTENT */
        div#content {
        text-align: left;
        position: relative;
        padding: 0;
margin:0px;
        }
        
        /* MAIN */
            div#main {
             background:#fff;
margin-top:20px;
            width: 680px;
            float: left;
             /*position:relative; display: inline;*/
            padding: 0 3%;

            }
        /* 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.flags {
  float: right;
  width: 18px;
  padding: 1em 0;
  text-align: right;
  margin: 0 1em 0 0;
}

div.left49 {
  float: left;
  width: 500;
  }

div.right49 {
  float: right;
  width: 100px;
  text-align: right;
  }

/* End of 'spd-layout' */

