@charset "utf-8";
/* sIFR styles */
@media screen {
	.sIFR-active h1 {
		font-size: 18pt;
		color: #7b7b7b;
	}
}

#content {
	clear: both;
	text-align: left;
	overflow: hidden;
}

	#content #content_left {
		clear: none;
		min-width: 620px;
		max-width: 620px;
		width: 620px;
		float: left;
	}

	#content #content_right {
		clear: none;
		float: right;
		text-align: left;
		min-width: 292px;
		max-width: 292px;
		width: 292px;
	}
