/* CSS Document */

body {
	background-color: #ffffff;
}

#leftCol {
	display: none;
}

#rightCol {
	display: none;
}

#footer {
	display: none;
}

#container {
	width: 544px;
	margin: 0px auto;
	position: relative;
}

#header {
	left: 0px;
	border-width: 0;
}

#centerCol {
	left: 0px;
	background-color: #fff;
	background-image: none;
}

#centerCol .content {
	border-width: 0;
}

