div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:1260px;
	background:#fff;
	/*min-width: 1220px;
	max-width: 1220px; */
	
	-moz-box-shadow:0 0 5px 0px #c9c9c9;
	-webkit-box-shadow: 0 0 5px 0px #c9c9c9;
	box-shadow: 0 0 5px 0px #c9c9c9;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=120, Color='#c9c9c9')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=120, Color='#c9c9c9');
}

	div#header {
	height:auto;
	width:1260px;
	/*min-width: 1220px;
	max-width: 1220px; */ 
	margin:0px auto; background: #fff;
	}
	
	div#header p {

	}

div#content { 
	padding:0em 0em 0em 0em; /* bottom padding for footer */
	width:1260px;
	/*min-width: 1220px;
	max-width: 1220px; */
	margin:0 auto; background: #fff; 
}
	div#content p {
		
	}

div#footer {
	width:100%;
/*	bottom:0;  stick to bottom */
	margin:0 auto; 
	
}
	div#footer p {
		
		margin:0;
	}