body {
	background: url('../images/general/backdrop.jpg') white center 50px no-repeat;
	font-size: 14px;
	text-align: center;
	margin: 0;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

#content {	
	width: 800px;
	height: 216px;
	margin: 191px auto;
	text-align: left;
}

#split {
	float: left;
	width: 1px;
	height: 140px;
	background-image: url('../images/general/border.jpg');
	margin-left: 30px;
	margin-top: 30px;
}

#continent {
	text-align: left;
	margin-left: 0;
	width: 180px;
}
#continent ul {
	list-style: none;
}
#continent ul li {
	margin-bottom: 4px;
}
#continent ul li a{
	color: #666;
	padding-right: 16px;
}
#continent ul li a:hover{
	color: #333;
}

#country {
	text-align: right;
	margin-left: 10px;
}
#country ul {
	display: none;
	list-style: none;
	padding-left: 16px;
}
#country ul li a{
	color: #aaa;
}
#country ul li a:hover{
	color: #777;
}

#country, #continent {
	float: left;
	margin-top: 15px;
	margin-left: 10px;
}

.selected {
	background: url('../images/general/selected.gif') no-repeat right center;
	font-weight: bolder;
}

#title {
	margin-left: 32px;
}
