/* changing width wrapper */

.wrapper {
	margin: 0 auto 0 auto;
	width: 1015px;
	padding: 0;
}


/* magic 3rd column footer */


#enditems {
	padding: 0;
	float: left;
	width: 190px;
	margin: 0 0 0 15px;
	//margin: 0 0 0 10px;
	/* dont remove the above or cols break in ie6 pc */
}


.col3 {
	text-align: center;
}


.col3 img {
	margin: 5px auto 5px auto;
}

/* to clear the 3col layout. there are other footer styles main.css */


#footer {
	clear: both;
}


#footer .col1, .col2, .col3 {
	margin: 10px 0 0 0;
}


#footerinner {
	width: 1015px;
}

