@import url("shell2.css");
@import url("content2.css");

@import url("css/forms.css");
@import url("css/header.css");
@import url("css/footer.css");

/* Reset CSS */

body {
 font-family: 'Tahoma';
 font-size: 14px;
 line-height: 18px;
 text-decoration: none;
 text-align: left;
 color: #553F10;
 padding: 0;
 margin: 0;
 background: url('/img/bg-site.jpg') top center no-repeat #e9e6dd;
}

body.int {
 background: url('/img/bg-site-int.jpg') top center no-repeat #e9e6dd;
}

#header .container_header,
#footer .container_footer {
 max-width: 1258px;
 margin: 0 auto;
}

#header .wrapper_header,
#footer .wrapper_footer {
 float: left;
 width: 100%;
}

.no_break {
 white-space: nowrap;
}
