div.container {
	width: 500px;
	height: 120px;
	border-top: 1px solid #000066;
	border-bottom: 1px solid #000066;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	}
	
div.main {
	width: 370px;
	float: right;
	}
	
img.pic {
	float: left;
	margin-left: 10px;
	border: 1px solid #000066;
	}
	
.name {
	font-size: 14px;
	color: #000066;
	margin-top: 5px;
	/*padding: 5px;
	border-top: 1px dotted #000066;
	border-bottom: 1px dotted #000066;*/
	}
	
h3	{
	font-size: 12px;
	font-weight: normal;
	}
