/* screen/print styles */
.screenonly {
	display:none;
}
.printonly {
	display:block;
}

body {
	overflow: visible !important;
}

/* content width styles */
#content {
	float:none !important;
	width:640px;
	margin:0 0 0 0px;
	padding: 0 0 0 0px;
	position: relative;
	background: none;
	overflow: visible !important;
}
#content .top-shadow {
	width:100%;
	background-image: none;
}
#content .bottom-shadow {
	width:100%;
	padding: 0 0 0 0px;
	background-image: none;
}
#center-column {
	margin:0 0 0 0px;
	float:none !important;
	width:640px;
	display:inline;
	padding-bottom: 10px;
}
#center-column-wide {
	margin:0 0 0 0px;
	float:none !important;
	width:640px;
	display:inline;
	padding-bottom: 10px;
}

