body
{
	padding-left: 40px;
	background-image: url("images/leaves.png");
	background-repeat: repeat;
	background-position: left bottom;
	color: #292929;
}

h1
{
	text-transform: uppercase;
	font-family: Arial, sans-serif;
}

h3
{
	display: block;
	font-size: 1.2em;
	font-family: Arial, sans-serif;
}

footer
{
	display: block;
	margin-top: 120px;
}

section
{
	margin-bottom: 50px;
}

.img
{
	margin-right: 20px;
}

div.ref
{
	margin-top: 20px;
}

.ref
{
	font-size: large;
}

div.descr
{
	width: 800px;
	font-size: 1.2em;
}

.intro
{
	font-family: sans-serif;
}

div.centered
{
  width: 600px;
  margin: 0 auto;
}

div.right-aligned
{
  float: right;
}

a.lang_switch
{
	font-size: 0.5em;
	text-transform: none;
}