﻿.imageFrame
{
    display:block;
    float:left;
    clear:left;
}
			
.imageArticles
{
	width:220px;
	height:185px;
	display:block;
	border: solid 2px #add8f2;
	margin-left:3px;
}

.imageArticles a
{ color:#333; text-decoration:none;}

.imageArticles a:hover
{ color:red; text-decoration:underline;}

		
.block_01
{
	width:231px;
    clear:left;
}

.block_01 .title
{
	height:36px;
	line-height:36px;
	padding-left:10px;
	/*text-align:center;*/
	background-image:url(images/block_01_title.jpg);
}

.block_01 .corner_up
{
	width:100%;
	height:-5px;
	background-repeat: no-repeat;
	background-image:url(images/block_01_corner_up.jpg);
}

.block_01 .content
{
	width:220px;
	height:auto;
	margin-left:2px;
	margin-top:-7px;
	border-left:2px;
	border-left-color:#add8f2;
	border-left-style:solid;
	border-right:2px;
	border-right-color:#add8f2;
	border-right-style:solid;
	padding-left:2px;
}

.block_01 .corner_down
{
	width:100%;
	height:10px;
	background-repeat: no-repeat;
	background-image:url(images/block_01_corner_down.jpg);
}






.block_02
{
    width:416px;
    float:left;
}

.block_02 .title
{
	height:35px;
	line-height:35px;
	padding-left:10px;
	/*text-align:center;*/
	background-image:url(images/block_02_title.jpg);
}
.block_02 .corner_up
{
	width:100%;
	height:10px;
	background-repeat: no-repeat;
	background-image:url(images/block_02_corner_up.jpg);
}

.block_02 .content
{
	width:402px;
	height:auto;
	margin-left:2px;
	margin-top:-7px;
	padding-left:5px;
	border-left:2px;
	border-left-color:#add8f2;
	border-left-style:solid;
	border-right:2px;
	border-right-color:#add8f2;
	border-right-style:solid;

}
.block_02 .corner_down
{
	width:100%;
	background-image:url(images/block_02_corner_down.jpg);
	background-repeat: no-repeat;
	border-bottom: solid 0px #000;
	height:10px;
}






.block_03
{
	width:228px;
    float:left;
}

.block_03 .title
{
    height:36px;
	line-height:35px;
	padding-left:10px;
	/*text-align:center;*/
	background-image:url(images/block_01_title.jpg);
}

.block_03 .corner_up{
	width:228px;
	background-image:url(images/block_03_corner_up.jpg);
	background-repeat: no-repeat;
	border-bottom: solid 0px #000;
	height:-5px;
}
.block_03 .content
{
	height:auto;
	width:215px;
	margin-left:4px;
	margin-top:-7px;
	padding-left:2px;
	border-left:2px;
	border-left-color:#add8f2;
	border-left-style:solid;
	border-right:2px;
	border-right-color:#add8f2;
	border-right-style:solid;


}
.block_03 .corner_down{
	width:228px;
	background-image:url(images/block_03_corner_down.jpg);
	background-repeat: no-repeat;
	height:10px;
}


.block_04
{
    width:626px;
    margin-left:3px;
    float:left;
}

.block_04 .title{
	height:35px;
	line-height:35px;
	padding-left:15px;
	background-image:url(images/block_04_title.jpg);
}

.block_04 .corner_up
{
	width:626px;
	height:8px;
	background-image:url(images/block_04_corner_up.jpg);
}

.block_04 .content{
	width:615px;
	height:auto;
	margin-left:3px;
	margin-top:-7px;
	padding-left:2px;
	border-left:2px;
	border-left-color:#add8f2;
	border-left-style:solid;
	border-right:2px;
	border-right-color:#add8f2;
	border-right-style:solid;
}
.block_04 .corner_down
{
	width:626px;
	height:21px;
	background-image:url(images/block_04_corner_down.jpg);
	background-repeat: no-repeat;
}




.block_01 .content a,
.block_02 .content a,
.block_03 .content a,
.block_04 .content a
{ color:#333; text-decoration:none;}

.block_01 .content a:hover,
.block_02 .content a:hover,
.block_03 .content a:hover,
.block_04 .content a:hover
{ color:red; text-decoration:underline;}