/* CSS Document */

#container01 {
	width: 330px;
	height: 100%;
	margin-top:10px;
	margin-bottom:10px;
	border-top: thin;
	border-top-color:#0033FF;
	float:left;
}

#pic {
	max-width: 110px;
	height:50%;
	float:left;
	margin-top:0;
	margin:0 auto;
	
}

#textbox_title {
	font:  "HelveticaNeueLT Std";
	font-size:16px;
	font-style:bold;
	width: 210px;
	float:right;
	color: #0000FF;
}

#textbox {
	width: 210px;
	height:auto;
	content:open-quote;
	float:right;
	margin-top:5px;

	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:bold;
	color: #333333;
	
}