<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.somediv{
width: 350px;
clear: right;
border: 1px solid gray;
}

.somediv .floatbox{
	float: right;
	width: 200px;
	padding-left:10px;
	padding-right:5px;
}

* html .somediv p{ /* IE 3px jog hack*/
height: 1%;
}

.somediv p{
	FONT-SIZE: 11px;
	COLOR: #666666;
	FONT-FAMILY: Tahoma;
	TEXT-DECORATION: none;
	line-height: 20px;
	text-align: justify;
	margin-top: 5px;
	margin-left: 10px;
	padding-right: 20px;
	padding-left: 10px;
	font-style: normal;
	font-weight: normal;
	margin-top: 5px;
	margin-left: 10px;
	background-image: url(../images/img05.gif);
	background-repeat: repeat-x;
}

</style>

