.left_photo_content{
	border: 1px solid #ccc;
	width: 438px;
	margin-top: 2px;
	padding: 10px 15px 10px 15px;
	
	color: #999;
	font-size: 11px;
}

.right_photo_content{
	border: 1px solid #ccc;
	width: 451px;
	margin-top: 2px;
	padding: 10px 15px 10px 15px;
	
	float:left;
	color: #999;
	font-size: 11px;
}

a{
	color: #666;
	text-decoration: none;
}

a:hover{
	color: #000;
	text-decoration: none;
}

p{
	color: #999;
	font-size: 11px;
	line-height: 1.3em;
}

h1{
	color: #e9008a;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.3em;
}

ul, li{
	list-style-image: url('/assets/images/linkpijl.gif');
	line-height: 1.3em;
}

div.preview_container{
	width: 75px;
	padding: 3px;
	border: 1px solid #ccc;
	
	float:left;
	margin: 3px 8px 5px 0px;
}

div.preview_container.last{
	margin-right:0px;
}

a.more{
	color: #666;
	text-decoration: none;
	background-image: url('/assets/images/linkpijl.gif');
	background-position: 2px 3px;
	background-repeat: no-repeat;
	
	padding-left: 10px;
	margin: 8px 0px 10px 0px;
	float: left;
	display: block;
}

a.more:hover{
	color: #000;
	text-decoration: none;
}

div.preview{
	height: 75px;
	width: 75px;
	
	background-image: url('/assets/images/progay_head.jpg');
	background-position: center center;
	background-repeat: no-repeat;
}
