@charset "utf-8";
/* CSS Document */

body,html {
	color:#06F;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.9em;
	background: url(../images/bg.jpg) repeat-x;
	padding:0;
	margin:0;}

h1,h2,h3,h4,h5,h6 {
	color:#009;
	padding:0;
	margin:0 0 10px 0;
	line-height:normal;}

a:link, a:active, a:visited {
	color:#C00;
	text-decoration:none;}

a:hover {
	color:#C00;
	text-decoration:underline;}
	
.clear {
	clear:both;}
	
.right {
	float:right;}	
	
.left {
	float:left;}
	
img.right {
	margin-left:5px;}

img.left {
	margin-right:5px;}

/* Structure */

#container {
	width:960px;
	margin:0 auto;}

#header {
	background:url(../images/header.jpg);
	height:485px;
	text-indent:-999em;}
	
	#header h1 {
	margin:0;
	padding:0;}
	
#contentArea {
	width:720px;
	margin:0 auto;}	
	
#content {
	padding:10px;
	width:530px;
	background:#FFF;
	margin:0px 10px 0px 0px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	min-height:400px;}
	
#flags {
	padding:10px;
	width:120px;
	background:#FFF;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	min-height:400px;
	list-style:none;}	
	
	#flags ul {
		padding:0;
		margin:0;
		text-align:center;
		list-style:none;}
	
	#flags ul li {
		padding:0px 0px 5px 0px;}	

	.btn {
		padding:10px;
		display:block;
		color:#FFF;
		width:100px;
		background:url(../images/btnBg.png) 0 0 repeat-x;	
		vertical-align:middle;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		font-family:Verdana, Geneva, sans-serif;
		border:1px solid #CCC;
		font-size:18px;
		font-weight:bold;
		text-align:center;}
				
	.btn:hover {
		background:url(../images/btnBg.png) 0 -82px repeat-x;
		text-decoration:none;}	
		
	.btn a {
		color:#FFF;
		text-decoration:none;}		

