/* THIS FILE CREATES SPACE IN THE CONTENT AREA FOR SUB-CONTENT WHEN INCLUDED */

#main-content {
	float: left;
	width: 544px;
	display: inline;
}

#sub-content {
	float: right;
	padding: 5px;
	width: 177px;
	height: 400px;
	display: inline;
	background-color: #f5f5f5;
}
