@charset "UTF-8";
/* CSS Document */

.blueboxes
{
	width:1002px;
	padding:10px;
	overflow:hidden;
	border:2px outset blue;
	box-shadow: 10px 10px 5px #888888;
	-moz-box-shadow: 10px 10px 5px #888888;
}

img
{
	float:left;
}

p
{
	margin:0;
	padding:0;
}

#first
{
	margin:40px 50px 40px 50px;
}

#unusual
{
	margin:0 10px 0 10px;
}

#unusual2
{
	margin:20px 20px 0 10px;
}

#harness
{
	margin:10px 20px 10px 10px;
}