.card {
	width:632px;
	background-color:#c7c7c7;
	background-image:url('./l/l_font.png');
	background-position:0px 53px;
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
}

.l_title {
	background-image:url('./l/l_title.png');
	height:45px;
	padding-left:20px;
	padding-top:8px;
	padding-right:20px;
	font-family:'Colibri';
	font-size:22px;
	color:white;
	z-index:0;
}

.l_description {
	background-image:url('./l/l_description.png');
	background-repeat:repeat-y;
	width:600px;
	margin-left:16px;
	display:block;
	padding-bottom:5px;
}

.l_image {
	width:202px;
	height:146px;
	background-image:url('./l/l_image.png');
	background-repeat:no-repeat;
	padding-left:8px;
	padding-top:7px;
	float:left;
	margin-bottom:2px;
	z-index:1;
}

.l_image a img {
        border:none;
}

.l_text {
	float:clear;
	font-family:'Colibri';
	font-size:19px;
	color:white;
	text-align:justify;
	padding-right:10px;
	padding-left:10px;
}

.l_link_block {
	padding-top:5px;
	clear:both;
	
}

.l_link_top {
	background-image:url('./l/l_link_top.png');
	background-repeat:no-repeat;
	height:6px;
	width:594px;
	margin-left:auto;
	margin-right:auto;
}

.l_link {
	background-image:url('./l/l_link.png');
	background-repeat:repeat-y;
	width:564px;
	padding:5px 15px 0px 15px;
	margin-left:auto;
	margin-right:auto;
	font-size:80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;

        font-weight: bold;
 	color:white;
}

.l_bottom {
	clear:both;
	background-image:url('./l/l_bottom.png');
	background-repeat:no-repeat;
	height:18px;
	width:632px;
}

.l_link a {     
	color:gray;
	text-decoration:none;
        height: 30px;   
} 

.l_link a img {
	border:2px solid #000;
	margin:1px;
        vertical-align:middle;
}

.l_link a:hover {
	color:white;
}