div.container {
	position:relative;
	width:780px;
	display:block;
	
	margin-left:10px;
	margin-right:10px;
	
	margin-bottom:0px;
	margin-top:0px;
	padding:0px;
}

div.container_head {
	position:relative;
	width:100%;
	
	margin:0px;
	padding:0px;
	
	text-align:center;
}

div.container_text {
	position:relative;
	width:100%;
	
	margin:0px;
	padding:0px;
	
	text-align:left;
	
}

div.container_top {
	max-height:250px;
	margin-left:0px;
	overflow:hidden;
}

div.container_top div.container_text, div.container_top div.container_actions {
	width:380px;
	left:410px;
}

div.container_top div.container_content {
	min-height:245px;
}

div.container_text p {
	margin-top:8px;
	margin-bottom:8px;
}

div.container_actions {
	position:relative;
	width:100%;
	
	margin:0px;
	padding-bottom:6px;

	text-align:right;
}

div.container div.photo {
	position:absolute;
	top:0px;
	
	height:250px;
	width:400px;
	border-right-style: solid;
	border-right-color: #0E2748;
	border-right-width: 1px;
}