/* CSS Document */

#mainText {
	background-color: #fff; 
	color: #000; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px;
	width: 450px;
	text-align: left;
}
#sidebar {
	background-color: #fff;
	color: #000;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 11px;
	width: 50px;
	/*display: none;*/
}