.blocks {
	width: 750px;
	height: 290px;
	padding: 2px 8px 0 0;
	background: url('../images/blocks_bg.jpg') transparent repeat-y center ;
	clear: both;
}
.blocks div {
		filter: alpha(opacity=100);
}

.block1 a:link, .block1 a:visited {
	color:#0060FF;
}
.block1 a:hover{
	color: #003A99;
}

.block1 {
	float:right;
	width: 171px;
	border: 3px #A4E0F3 double;
}

.top_block1 {
	height: 22px;
	font-weight: bold;
	text-align: center;
	background: #B5E5F3 url('../images/blue_top.jpg') repeat-x; 
	border-bottom: 2px #51C5E6 dashed;
	
	
}

.content_block1 {
	height: 255px;
	text-align: right;
	background: #f4f9f5 url('../images/blue_bg.jpg') repeat-x bottom;
	padding:5px;

}
.block_icon1 {
	width: 144px;
	height:48px;
	background: url('../images/blue_icon.jpg') no-repeat center;
}



/*****  block2  *******/

.block2 a:link, .block2 a:visited {
	color:#806CB1;
}
.block2 a:hover{
	color: #4B3F68;
}

.block2 {
	float:right;
	width: 171px;
	border: 3px #C1B1E9 double;
	margin-right: 12px
}

.top_block2 {
	height: 22px;
	font-weight: bold;
	text-align: center;
	background: #C1B1E9 url('../images/purple_top.jpg') repeat-x;
	border-bottom: 2px #AB94E4 dashed;
	

	
}

.content_block2 {
	height: 255px;
	text-align: right;
	background: #f3f2f7 url('../images/purple_bg.jpg') repeat-x bottom;
	padding:5px;

}
.block_icon2 {
	width: 144px;
	height:48px;
	background: url('../images/purple_icon.jpg') no-repeat center;
}

/*****  block3  *******/

.block3 a:link, .block3 a:visited {
	color:#28A415;
}
.block3 a:hover{
	color: #1B6E0E;
}

.block3 {
	float:right;
	width: 171px;
	border: 3px #74E84A double;
	margin-right: 12px
}

.top_block3 {
	height: 22px;
	font-weight: bold;
	text-align: center;
	background: #A7E7B1 url('../images/green_top.jpg') repeat-x;
	border-bottom: 2px #A7F0B3 dashed;
	
}

.content_block3 {
	height: 255px;
	text-align: right;
	background: #f4f9f5 url('../images/green_bg.jpg') repeat-x bottom;
	padding:5px;

}
.block_icon3 {
	width: 144px;
	height:48px;
	background: url('../images/green_icon.jpg') no-repeat center;
}

/*****  block4  *******/

.block4 a:link, .block4 a:visited {
	color:#F4720B;
	
}
.block4 a:hover{
	color: red;
}

.block4 {
	float:right;
	width: 171px;
	border: 3px #F4AA6F double;
	margin-right: 12px
}

.top_block4 {
	height: 22px;
	font-weight: bold;
	text-align: center;
	background: #F4AA6F url('../images/orange_top.jpg') repeat-x;
	border-bottom: 2px #FF9E4E dashed;
	
}

.content_block4 {
	height: 255px;
	text-align: right;
	background: #faf7f2 url('../images/orange_bg.jpg') repeat-x bottom;
	padding:5px;

}
.block_icon4 {
	width: 141px;
	height:48px;
	background: url('../images/orange_icon.jpg') no-repeat center;
}
