/* CSS Document */

#body {
	background-image: url(../images/countries_bg.gif);
}

img#worldmap {
	margin: 0 0 15px 0;
}

#countries_content {
	margin: 0 0 0 240px;
}

#oneflag {
	width: 236px;
	font-size: 10px;
}

/*
 * The first floats/widths are for Mozilla, who renders the floats correctly
 */
#countries_content > #oneflag {
	float: left;
}
#body > #countries_content {
	width: 500px;
}
/*
 * This float is for IE, for whom every second #oneflag-container gets the
 * class .floatleft dynamically per DOM/JS... see countries.js!
 */
#oneflag.floatleft {
	float: left;
}


#oneflag img#flag {
	float: left;
	margin: 0 18px 0 0;
}
#oneflag h5 {
	margin: 7px 0 5px 0;
	padding: 0;
	font-size: 10px;
}
#oneflag a img {
	border: none;
	margin: 0;
}
#oneflag a {
/*	margin: 5px 0 0 5px; */
	color: #4e4e4e;
	text-decoration: none;
}
