
/* CSS-Framework Import
------------------------------ */
@import url(media.css);
@import url(cf-menu.css);
@import url(cf-content.css);
@import url(cf-form.css);

/* Utilites
------------------------------ */

* { margin: 0; padding: 0; }
.img-repl { text-indent: -9999px; overflow: hidden; display: block; }

.hidden { display: none; }
.no-margin { margin: 0 !important; }
.no-back { background: none; }

/* Main custom rules
------------------------------ */

html { background: #fff; font: .75em/1.5 Georgia, Arial, Helvetica, sans-serif; }

body { padding: 20px; }

#site { width: 847px; margin: 0 auto; padding: 0;/**/ background: #fff;  }

#header { overflow: hidden; background: transparent url(../images/header_tmp.jpg) no-repeat 0 0; width: 847px; height: 118px;}

#col-left { float: left; width: 200px; }
#content { }
#footer { clear: both; background: transparent url(../images/footer-bg.jpg) no-repeat 0 0; width: 847px; height: 141px;}

img {border: none;}