#left{
	width:400px;
	float:left;
	height: 500px;
}

#right{
	width:400px;
	float:right;
}


dt{
	float:left;
	width:15%;
}

dd{
	float:right;
	width:85%;
	padding:0 0 10px 0;
}

