/**** article layout ****/

#wrapper {
	margin: 0;
	width: 770px;
	}

#outer {
	position: relative;
	margin-left: 127px;
	padding-top: 7px;
	width: 643px;
	}

#wrapper-center-left {
	float: left;
	}

#center {
	float: right;
	width: 643px;
	}

#left {
	float: left;
	margin-left: -127px;
	position: relative;
	width: 127px;
	}

#container-left {
	padding-bottom: 20px;
	width: 120px;
	}

#footer {
	clear: both;
	margin-bottom: 10px;
	position: relative;
	}

.clear {
	clear: both;
	}

.left {
	float: left;
	}

.right {
	float: right;
	}





/**** article ****/

#content-left {
	float: left;
	padding-bottom: 25px;
	width: 387px;
	}

#content-right {
	float: right;
	padding-bottom: 10px;
	width: 250px;
	}
