div.header
{
	width: 740px; 
	height: 67px;
	background-image: url('../images/Downloads/downloads_05.png');
}

div.item_boxes
{
	width:738px;

	border-right-style:solid; 
	border-right-width: 1px;  
	border-right-color: #CCCCCC;
	
	border-left-style:solid; 
	border-left-width: 1px;  
	border-left-color: #CCCCCC;
	
	border-bottom-style:solid; 
	border-bottom-width: 1px;  
	border-bottom-color: #CCCCCC;
}

div.clear
{
	clear: both;
	height: 12px;
}

img.item_image
{
	float: left;
	margin-top:10px;
	margin-left:10px;
}

p.item_description
{
	text-align: left;
	float: left;
	margin-top:30px;
	margin-left:25px;
	width: 375px;
}

p.item_download
{
	text-align: right;
	float: right;
	margin-top:50px;
	margin-right:12px;
}