/* box_left */
#box_left{
	float: left;
	width: 685px;
}
#box_left a{
	color: #FF3399;
	text-decoration: none;
}
#box_left a:hover{
	text-decoration: underline;
}
#title{
	height: 30px;
	color: #FFF;
	background-color: #F69;
	margin-bottom: 30px;
}

#title h3{
	margin-left: 20px;
	font-size: 140%;
	padding-top: 6px;
}
#box_left table{
}
#box_left td{
	font-size: 12px;
	text-align: center;
	line-height: 140%;
	vertical-align: top;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
#box_left table img{
	margin-bottom: 3px;
}

/* box_right */
#box_right{
	background-color: #F6EFE8;
	float: left;
	width: 260px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #DF3A64;
	height: 800px;
}
