#container {
	position: relative;
}
#rhs {
	position: absolute;
	top: 115px;
	left: 520px;
	}
#rhs .images {
	margin-top: 123px;
	margin-bottom: 2em;
	}
#rhs .images img {
	margin-bottom: 4px;
	}
	
#rhs .images .caption {
	margin-top: -4px;
	margin-bottom: 6px;
	text-align: right;
}

#flashcontent {
	width: 350px;
	height: 300px;
	margin: 1em 1em 2em 1em;
	}
#flashcontent .msg {
	padding-top: 6em;
}
#flashcontent .msg p {
	margin: 0;
	width: 310px;
	padding: 2em;
	border: 1px solid #ccc;
	}

#content { width: 20em; }