@charset "UTF-8";
body {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColElsCtr #container {
	width: 782px;
	height: 400px;
	background: # ;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 25px;
}
#flash_intro {
	margin-top: 0;
	opacity: 100;
	margin-bottom: 15px;
		
}

#logo {
	margin-top: 0;
	margin-bottom: 0;
	height: 70px;
}

#mainContent {
	color:#333;
	width: 380px;
	padding-left: 20px;
	padding-bottom: 15px;
	padding-top: 10px;
	float:left;
	line-height: 125%;
	font-size: 100%;
}

#country {
	padding-left: 320px;
	padding-top: 15px;
	line-height: 150%;
	margin-left: 100px;
	vertical-align: bottom;
	top: 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #999;
		}

#text_back {
	position: relative;
	width: 782px;
	margin: 0 auto;
	background: transparent url(/com_images/background.png) repeat-x 0 0;
	border: 1px solid white;
	overflow: hidden;
	margin-bottom: 100px;
	text-align: left;
}
.bold_text {
	font-weight: bold;
	color: #b23427;
}

.flag {
	margin-bottom: -3px;
	margin-right: 7px;
}

