﻿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;
}

html{
height:100%;
margin:0;
padding:0;
overflow:auto;/*чтобы в IE6, IE7 не было постоянно вертикальной полосы прокрутки*/
/*border:0;*/
/*background:#EEEEEE;*/
}

body{
height:100%;
margin:0;
padding:0;
/*background:#F5F5F5;*/
}

#header{
position:absolute;
top:0;
right:0;
width:750px;
height:220px;
/*background:#000000;*/
/*background-image:url(images/header.jpg);*/
}

#container{
position:relative;
width:1000px;
/*width:100%;*/
/*min-width:804px;*/
/*//width: expression((documentElement.clientWidth||document.body.clientWidth)<804?'804px':'');*//*для IE6*/
height:auto;
min-height:100%;
margin:auto;
background:url(images/center_bgr.jpg) repeat-y;
background-position:250px 0;
/*background:url(images/c-bg2.gif) repeat-y;*/
/*background-image:url(images/design.jpg)*/
/*background:#CCFFFF;*/
}

*html #container{ /*хак для IE6*/
height:100%;
}

#content {
position:relative;
padding-left: 250px;      /* LC width */
padding-right: 230px;     /* RC width */
overflow:hidden;
//zoom:1;
padding-bottom:145px;     /* Footer height */
/*background:#CCCCFF;*/
}

*html #content {
padding-bottom:145px;     /* Footer height */
}

#content .column {
position: relative;
float: left;
}

#center {
width: 100%;
}

#left {
width: 250px;             /* LC width */
right: 250px;             /* LC width */
margin-left: -100%;
}
/*** IE Fix ***/
* html #left {
left: 230px;              /* RC width */
margin-left: -1000px;
}
/*** /IE Fix ***/

#right {
width: 230px;             /* RC width */
margin-right: -100%;
}

#footer{
clear:both;
position:absolute;
bottom:0;
height:135px;             /* Footer height */
width:100%;
background:#FFFFFF;
}