.inner_menu {
	width: 990px;
	background-color: #9900FF;
	display: block;
	border-top-style: 1px;
	border-right-style: 1px;
	border-bottom-style: 1px;
	border-left-style: 1px;
}

.main_content {
	background-color:#FF9999;
	background-image:url(images/save.png);
	
	display: block;
	border-top-style: 1px;
	border-right-style: 1px;
	border-bottom-style: 1px;
	border-left-style: 1px;
}
#escort_list{
list-style:none;
}
#escort_list li{
float:left;

}
#escort_list img{
display:block;
border:1px solid #333300;
}
.right_panel{
	position:relative;
	float:right;
	border: 1px 1 #9900FF;
	width: 250px;
	padding-right: 1px;
	background-color: #CCCCCC;
	background-position: right top;
}

.left_panel{
	position:relative;
	float:left;
	border: 1px 1 #9900FF;
	width: 300px;
	padding-right: 1px;
	background-color: #FFCCFF;
	background-position: left top;
}
