/*
Douban.com Homepage Style - Step 1
by JunChen Wu(junchenwu@gmail.com)
Created on 2007-01-28
Lact Modified on 2007-01-29

http://www.junchenwu.com/2007/01/web_standards_practice_series_02.html
*/

/*
=Layout and some styles...
*/
#bd{
	padding-right: 410px;
}
	#main{
		width: 100%;
		float: left;
	}
	#sidebar{
		width: 350px;
		margin-left: 60px;
		float: left;
		margin-right: -410px;
	}
#ft{
	clear: both;
}

