body {
	margin: 200px 16% 60px 10%;
	padding: 0;
	font-size: 109%;
	font-family: Arial;
	line-height: 1.3;
	color: #4b3f46;
	background: #FFF url(/style/img/header.jpg) repeat-x left top;
}

#logo{
	position: absolute;
	top: 58px;
	left: 47px;
	width: 410px;
	height: 102px;
	background: url(/style/img/logo.gif) no-repeat left top;
}

#logo h1{
	display: none;
}

#lang {
	position: absolute;
	right: 8%;
}

#left{
	width: 25%;
	margin-right: 10%;
	font-size: 85%;
}

#main{
	width: 65%;
	float: right;
	margin-bottom: 10px;
}

#footer{
	margin-left: 35%;
	position: relative;
	left: -20px;
	clear: both;
	width: 409px;
	height: 58px;
	background: url(/style/img/footer.gif) no-repeat left top;
}


#main h1 {
	font-size: 150%;
	font-weight: normal;
	margin-bottom: 1ex;
}

p{
	margin-top: 1.3ex;
	margin-bottom: 1.4ex;
}

#left p{
	font-size: 85%;
	margin-top: 5ex;
	margin-bottom: 1.4ex;
}

#slides{

}

.png{
	behavior: url(/style/png.htc);
}