#container {
	position: relative;
	height: 318px;
	width: 476px;
	background-color: #d7dcde;
	font-family: Arial;
	font-size: 10px;
	color: #3a474b;
	overflow: hidden;
	background-image: url(bgr.gif);
	background-repeat: no-repeat;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
}

#continent {
	width: 132px;
	float: left;
	-moz-opacity:0.7;
	opacity:0.7;
	filter:alpha(opacity=70);
	background-image: url(scrollpane.gif);
	background-position: right;
	background-repeat: repeat-y;
}

#continent a {
	display: block;
	margin-bottom: 1px;
	text-decoration: none;
	color: #004e85;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	padding-left: 6px;
	margin-right: 8px;
	background-color: #FFFFFF;
	font-size: 11px;
}

#continent a:hover {
	background-color: #c6d2d3;
	color: #FFFFFF;
}

#country {
	width: 132px;
	float: left;
	height: 318px;
	overflow: auto;	
}

#country a {
	display: block;
	margin-bottom: 1px;
	text-decoration: none;
	color: #004e85;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	padding-left: 6px;
	background-color: #FFFFFF;
	-moz-opacity:0.7;
	opacity:0.7;
	filter:alpha(opacity=70);	
	font-size: 11px;
}

#country a:hover {
	background-color: #c6d2d3;
	color: #FFFFFF;
}

#partner {
	width: 212px;
	float: left;
	font-size: 13px;
}
#partner #partner_margin {
	padding: 10px;
}
#partner a {
	color: #004e85;
}