/* Reset ================================================================================= */
* { margin:0; padding:0; }

body          { background:white; font:12px/1.55 Arial, Helvetica, sans-serif; color:black; text-align:center; }
img           { border:0; vertical-align:top; }
a             { color:#1e7ec8; text-decoration:underline; }
a:hover       { text-decoration:none; }
:focus        { outline: 0; }

/* Layout ================================================================================ */
.page {}
.main-container { background:#fbfaf6 url(../images/bkg_main1.gif) 50% 0 no-repeat; }
.main { margin:0 auto; min-height:400px;  }
/* ======================================================================================= */

/* Footer ================================================================================ */
.footer-container { border-top:15px solid #b6d1e2; }
.footer { margin:0 auto;}
.footer address { margin:0 0 20px; color:#ecf3f6; }
/* ======================================================================================= */

/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

.main { text-align:center; padding-top:100px; min-height:200px; width:100%;}
.main img { max-width:900px; }
.main-container { background:none; }
.footer-container { border:none; }
.footer address { color:#000; }
.footer { min-width:0; width:100%;}
.wrapper { min-width:initial;  adding:10px;}
