@charset "utf-8";
/* CSS Document */
/* Reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ol, ul {
    list-style: none;
}

/* Reset*/
h1 {
    font:2.2em / 0.9em Arial, Helvetica, sans-serif;
    font-weight: 500;
	color:#1b1b1c;
}

h2 {
    font:italic 1.1em / 1.3em Arial, Helvetica, sans-serif;
    font-weight: 500;
	color:#737579;
}

body, html {
    height: 100%;
}

body {
    font: 1em / 1.3em Arial, Helvetica, sans-serif;
    background: #dcdfe7 url(/.style/gtavto/xhtml/images/background.png) 0 0 repeat-x;
} #conteiner {
    width: 999px;
    min-height: 100%;
    position: relative;
    margin: 0 auto;
} 
body.main #conteiner{
	background:url(/.style/gtavto/xhtml/images/nashaRussia.png) 173px 12px no-repeat;
}
#container .wrap {
    width: 100%;
    overflow: hidden;
} 
.header {
    height: 0;
	display:none;
} 
.footer, .footLeft, .footRight {
    height: 92px;
	float:left;
} .footer {
    bottom: 0;
    position: absolute;
    background: none;
    width: 100%;
    border-top: #b5b8be 1px solid;
} .stage {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 180px;
}
.column-left, .footLeft {
    width: 252px;
    float: left;
	padding-left: 44px;
}
body.main .column-left, body.main .footLeft {
    width: 313px;
}
 .column-right {
    float: left;
    width: 703px;
    min-height: 10px;
} 
body.main .column-right, body.main .footRight {
    width: 642px;
    float: left;
}
