#body{
	width		: 900px;
	background-image:url(../images/back_tile.gif)
}

	#menu_l{
		width		: 200px;
		text-align	: left;
		float		: left;
	}

	#main{
		width		: 650px;
		margin-left	: 25px;
		float		: left;
	}


div.topics{
	width		: 650px;
	height		: 100px;
	overflow-x	: auto; 
	overflow-y	: auto; 
	border-color    : #FFE7DD;
	border-style    : solid;
	border-width	: 1px 1px 1px 1px;
}

div.content{
	float		: left;
	width		: 650px;
}

div.img{
	float		: left;
	height		: 210px;
	width		: 300px;
}

/* =========== end ============== */