/* CSS by Jonathan B. Morgan, 2007 */

div#container {
	padding-left: 0px;   /* LC fullwidth */
	padding-right: 0px;     /* RC fullwidth + full CC padding + 1px (because of the 1px border on the right side of the center col) */
	position: relative;
	padding-top: 20px;
	clear: both;

}

div#container .column {
	float: none; 
	position: relative
}

div#center {
	width: 740px;
	padding: 0px 20px;       /* CC padding */
	border-right: 0px solid #DEDEDE;
	border-left: 0px solid #DEDEDE;
}


