
#news {
	width: 505px;
	float: left;
	padding: 5px;
	text-align: left;
	border-right: 1px solid black;
	}
	
	#news p {
		color: #222222;
		font: 12px Georgia, sans-serif; 
		margin: 0 0 10px 12px; 
		}

	#news p .title, p .poster,p .desc, p .date {
		padding-top: 10px;
		padding-bottom: 5px;
		}

	#news p .title, p .desc {
		display: block;
	}

	#news p .title {
		font: bold 16px Georgia, sans-serif;
	}

	#news p .poster {
		font: bold 12px Georgia, sans-serif;
	}

	#news p .modify {
		font: 10px Georgia, sans-serif;
		float: right;
	}

	#news p .edited {
		font: italic 10px Georgia, sans-serif;
		float: right;
	}
	
	
#tour_dates {
	width: 165px;
	float: left;
	padding: 0px;
	margin: 0 5px 0 0;
	}

	#tour_dates h2 {
		font: bold 20px Georgia, Times New Roman, Times, serif;
		}
	
	#tour_dates ul {
		list-style: none;
		text-align: left;
		}
		
	#tour_dates ul li {
		margin-left: -30px;
		font: 14px Georgia, Times New Roman, Times, serif;
		}