@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	
}

.clear{clear:both;}

/* ---------------------------------------------- MAIN ------------------------------------------------------- */
#main{
	margin:auto;
	background-image:url(images/bg_srodek.jpg);
	background-repeat:repeat-y;
	width:980px;
}
/* ----------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------- MainTop ---------------------------------------------------- */
#mainTop{
	width:inherit;
	height:425px;
}
/* ----------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------- MainfaMidlle ----------------------------------------------- */
#mainMidlle{
	width:980px;
	min-height:350px;
}
/* ----------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------- MainMidlleLeft --------------------------------------------- */
#mainMidlleLeft{
	float: left;
	min-height:inherit;
}
/* ----------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------- MainMidlleCenter ------------------------------------------- */
#mainMidlleCenter{
	width:980px;
	float: left;
	min-height:inherit;
}
/* ----------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------- MainMidlleRight -------------------------------------------- */
#mainMidlleRight{
	min-height:inherit;
	float: left;
}
/* ----------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------- MainFooter ------------------------------------------------- */
#mainFooter{
	width:inherit;
	height:55px;
}
/* ----------------------------------------------------------------------------------------------------------- */