/* Core Structure */

div#container {
	width: 1000px;
	background-color: #ffffff;
	position: relative;
}

div#left-col {
	float: left;
	width: 175px;
	text-align: left;
	background: transparent;
}

div#right-fixed {
	float: right;
	width: 170px;
}

div#content {
	float: left;
	width: 628px;
	padding: 0 8px;
}

/* Clearing Class ////////*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hide from IE Mac \*/
.clearfix {display: block;}
/* End hide from IE Mac */
