/* CSS Document */


.box{
	position:relative;
	width:700px;
	height:136px;
}
.image{
	position:relative;
	float:left;
	height:136px;
	width:200px;
}
.top{
	position:relative;
	float:left;
	width:500px;
}
.desc{
	position:relative;
	width:490px;
	height:80px;
	padding:5px 0;
	float:left;	
}
.bottom{
	position:relative;
	float:left;
	width:500px;
}