.supportContent { 
	float:left; 
	width: 620px;
	padding: 5px 0px 15px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.supportbox {
	width: 300px;
	border:thin solid #ccc;
	padding:1px;
	float:left;
	margin-bottom: 15px;
}
.sidebarsupport {
	float: right; /* since this element is floated, a width must be given */
	width: 285px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 5px 15px 15px 15px; /* padding keeps the content of the div away from the edges */
	margin-right: 15px;

}
.supportbox p {
	padding: 0px 12px 0px 12px;
}
.supportContent .supportbox {
	width: 450px;
}
.supportContent .supportbox p {
	width: 415px;
	padding: 0px 12px 0px 12px;
}
.sidebarsupport .whitebox {
	width: 202px;
}
.sidebarsupport .whitebox p {
	width: 165px;
	padding: 0px 12px 0px 12px;
}
.supportContent .whitebox {
	width: 450px;
}
.supportContent .whitebox p {
	width: 415px;
	padding: 0px 12px 0px 12px;
}
.boxleft {
	width: 100%;
	border:thin solid #ccc;
	padding:1px;
	float:left;
	background-color:#f8f8f8;
}
.supportcontent {
	padding:5px 12px;
}