#sidewrap{
	width: 280px;
	float: left;
}

#mainwrap{
	width: 520px;
	float: right;
	margin-top: 100px;
}

#pickuplist{
	font-size: small;
	list-style-type: none;
	text-align: left;
	height: 450px;
	background-color: rgb(255, 255, 255);
	width: 220px;
	overflow: auto;
}

#pickuplist LI{
	margin-bottom: 0px;
	width: 200px;
}

#pickuplist SPAN{
	color: red;
	margin-left: 1em;
	width: 70px;
	display: inline-block;
}

#pickup{
	width: 402px;
	margin-left: 30px;
}

#pickif{
	width: 400px;
	padding: 0px;
	height: 500px;
}

#index{
	margin-top: 20px;
	margin-left: 50px;
	width: 150px;
}