body {
	background: #ddd url('../gfx/body_bg.png') repeat-x;
}
#top {
	background: url('../gfx/top.jpg') no-repeat;
	height: 290px;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
}
#content {
	background: #fff;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.column_left {
	width: 530px;
	float: left;
	margin: 0 20px 20px 20px;
}
* html .column_left {
	width: 510px;
}

.column_right {
	width: 270px;
	padding: 20px;
	margin: 0 20px 20px 0;
	background: #f6f3d4;
	float: left;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.flags .flag {
	vertical-align: middle;
	margin: 0 10px 0 0;
}
#foot {
	text-align: center;
	margin:		20px;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 1px;
}

ul li {
	background:transparent url(../gfx/li_check.png) no-repeat left center;
	line-height:1.5em;
	list-style-type:none;
	margin:0 10px;
	padding:4px 0 4px 30px;
}