@charset "UTF-8";

/*
 * fix center layouts start
 */
* {
	text-align: left;
}

#header, #container {
	float: left;
}

/*
 * fix center layouts end
 */

#header {
	width: 826px;
	height: 180px;
	position: relative;
	overflow:hidden;
}

#container {
	width: 828px;
	clear: both;
}

	#sidebar_left {
		width: 207px;
		float: left;
		overflow:hidden;
	}

	#main {
		width: 621px;
		float: left;
		position: relative;
	}

		#meta_link {
			float: left;
			height: 76px;
			line-height: 32px !important;
			*+line-height: 31px !important;
			line-height: 31px;
			left: 0;
		}

#sidebar_right_ad {
	position: absolute;
	left: 828px;
	top: 0;
	width: 159px;
}