/* CSS Document */

#left, #bottom {
	width: 640px;
	margin: 0;
	padding: 0; 
	color: black; 
	background-color: white;
	border: 0;
 }

a:link {
	text-decoration :none;
	color: black;
	}

a:visited {
	text-decoration :none; 
	color: black;

}

a:hover {
	text-decoration : none;
	}

a:active {
	text-decoration : none;
}

#right {display: none; }


#footer {
	display: none;
}

