/*--------------------------------- body -------------------------------*/

#firstParagraphs {
	margin-left: 15px;
}

#productLinks {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	width: 200px;
	border-left: 1px solid #ddd;
	padding-left: 15px;
}

#contentCont {
	position: relative;
	float: left;
	width: 520px;
	border-left: 1px solid #ddd;
	padding-left: 15px;
	margin-left: 15px;
}

/*--------------------------------- headings -------------------------------*/

h1 {
	font: bold 14px "Trebuchet MS", "Helvetica", "Verdana", "Arial", sans-serif;
	color: #B2B2B2;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

/*--------------------------------- images -------------------------------*/

#productLinks img {
	border: 1px solid #ddd;
}