ul{
	padding: 0;
	margin: 0;
}

	li{
		font-size: 14px;
		padding: 0px;
		margin: 5px 0 0 20px;
		text-align: justify;
		list-style-image: url('../images/buttonek.png');
	}
	
h1{
	margin-bottom: 10px;
}
h3{
	margin-bottom: 10px;
}

div.reference_frame{
	width: 265px;
	height: 255px;
	float: left;
	margin: 0 8px 10px 0;
	position: relative;
}
	img.reference_picture{
		position: absolute;
		left: 10px;
		bottom: 35px;
		z-index: 1;
	}
	div.reference_text{
		width: 265px;
		height: 25px;
		line-height: 25px;
		text-align: center;
		position: absolute;
		left: 0;
		bottom: 0;
	}
		div.reference_text a{
			text-decoration: none;
			color: #3584BE;
			font-weight: bold;
			font-size: 17px;
		}

div.clear{
	clear: both;
}
