/* CSS Document */

#left{
	width:474px;
	float:left;
}

#right{
	width:255px;
	float:right;
	padding-bottom: 6px;
}

#cont2{
	width:357px;
}

.left2{
	width:49%;
	height:auto;
	float:left;
	background-color:#FFFFFF;
	border:2px solid #999999;
	text-align:center;
	margin:0 0 10px 0;
}

.right2{
	width:49%;
	height:auto;
	float:right;
	background-color:#FFFFFF;
	border:2px solid #999999;
	text-align:center;
	margin:0 0 10px 0;
}

.cont_img{
	float:left;
	margin:0 5px 0 0;
}

.cont_bt{
}

#comment{
	text-align:left;
	height:150px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

