@charset "windows-1251";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


.twoColFixLtHdr #container {
	width: 100%;   /*using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #EEEEEE;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}


.twoColFixLtHdr #header {
	background: #000000;
	margin: 0;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.twoColFixLtHdr #header h1 {
		padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}



.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 25%; 
	padding: 100 0 0 0;
	margin-right:-100%;
        position:relative;
        left:-25%;
}



.twoColFixLtHdr #mainContent {
	padding: 10px;
}


.col-wrap1 {
        width:20%;
        background-image: url('/images/left_new_220.jpg');
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #000000;

    }
 
.col-wrap2 {
        width:400%;
        margin:0 -400% 0 0; /* чтобы IE6 не раздвигал контейнер */
        position:relative;
        left: 100%;
	background-image: url('/images/bg_1.jpeg');
	background-position: center top;
	background-repeat: repeat;
	background-color: #FF8C53;
    }

.twoColFixLtHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}


.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { 
	clear:both;
	font-size: 0;
	overflow:hidden;
}
