body {
	background: #92c841;
}

#wrapper {
	margin: 30px auto 0 auto;
	background: #92c841;
	width: 844px;
	padding: 12px;
	border: 1px solid #ffffff;
}

#header {
	float: left;
	width: 653px;
	height: 213px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: 16px 16px;
}

#flashHeader {
	float: left;
	width: 621px;
	height: 172px;
	margin: 16px 0 0 16px
}

#languages {
	float: right;
	margin: 7px 16px 0 0;
	height: 12px;
}

#languages .item {
	float: left;
	margin: 0 0 0 8px;
}

#languages .item a {
	display: block;
	width: 20px;
	height: 12px;
}
#languages .item a.fr {
	width: 18px;
}

#languages .item a:hover, #languages .item.selected a {
	display: block;
	height: 12px;
	background-repeat: no-repeat;
	background-position: left -12px;
}

#headerMenu {
	float: right;
	background: #ffffff;
	width: 190px;
	height: 213px;
}

#headerMenu .logo {
	width: 122px;
	height: 60px;
	margin: 22px 32px;
}

#headerMenu .logo img {
	border: 0;
}

#content {
	clear: both;
	float: left;
	background: #ffffff;
	width: 844px;
	min-height: 400px;
	_height: 400px;
	margin: 1px 0 0 0;
	background: #ffffff url(../../../images/bg/strawberries.jpg) no-repeat right bottom;
}

#content .text {
	float: left;
	width: 460px;
	padding: 26px 0 26px 33px;
}

#footer {
	clear: both;
	background: #c5da56;
	width: 844px;
	height: 27px;
}

.break {
	clear: both;
}