* { padding: 0; margin: 0; }

body {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 13px;
	background: #c2d0b4 url(img/bg.png) no-repeat 0 70px;
}


#wrapper {
 	width: 800px;
	margin: 0 auto 0 250px;
}

#langSel {
	float: right;
	margin-top: 20px;
}

#langSel p {
	display: inline;
	margin-left: -20px;
}


#content { 
	float: left;
	color: #333;
	height: auto;
	width: 33%;
	display: inline;
	margin-bottom: 40px;
}

#header {
	color: #333;
	width: 800px;
	float: left;
	height: 150px;
	margin-bottom: 40px;

}

#footer { 
	width: 100%;
	height: 230px;
	clear: both;
	color: #333;
	background: #1d6223 url(/img/bg-footer.gif) no-repeat 750px center;
	padding-top: 20px;

}


#leftcolumn { 
	color: #333;
	height: auto;
	width: 33%;
	float: left;
	margin-bottom: 40px;

}

#rightcolumn { 
	color: #333;
	height: auto;
	width: 33%;
	float: left;
	margin-bottom: 40px;

}

