/* CSS Document */
div
{

}
#contenttext
{
	float:left;
}
#productcontent
{
	float: left;
	width: 550px;
}
#productimage
{
margin:0px 50px;
float:right;
}

#productcontent h1 
{
	margin-top: 20px;	
	font-size: 1.1em;
	border-bottom: 1px solid #c0c0c0;
}

#productcontent p {
width: 380px;
float: left;	
font-size: 0.8em;	
	line-height: 1.6em;
	margin-bottom: 1.6em;
	text-align: left;
}