/* CSS Document */
/* CSS Document */
body, #container { 
	float: none !important;
	width: 500px !important;
	margin: 0 !important;
	padding: 0 !important;
	background-color: #ffffff;
	color: #000000;
	font-family: Georgia, serif;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
}
.content {
	text-align: left;
}
#header_right, #main_left, #nav_home, #footer {
	display: none;
}

