/* CSS Document */

#content1{
	margin-bottom: 3px;
	text-align: left;
	height: 190px;
	background-color: #BBC9E8;
	overflow: auto;
	background-image: url(../images/top_bloks.jpg);
	background-repeat: no-repeat;
	}
	
#content2{
	margin-bottom: 3px;
	text-align: left;
	height: 190px;
	background-color: #BBC9E8;
	overflow: auto;
	background-image: url(../images/middle_bloks.jpg);
	background-repeat: no-repeat;
	}
	
#content3{
	text-align: left;
	height: 190px;
	background-color: #BBC9E8;
	overflow: auto;
	background-image: url(../images/bottom_bloks.jpg);
	background-repeat: no-repeat;
	}

