/* CSS Document */
body
{
	background-color: #FEDC00;
}
img
{
	border: 0px;
}
a
{
	font-family: Helvetica;
	font-size: 1.0em;
	font-weight:bold;
	color: #000000;
	outline-width: 0px;
	
}
#text
{font-family: Helvetica;
font-size: 0.8em;
font-weight: bold;
}
#header
{
	width: 950px;
	height: 138px;
	margin: 0;
	padding: 0;
}
#menu
{
	width: 950px;
	height: 28px;
}
#main
{
	width: 950px;
	height: 423px;
}
#gallery
{
	width: 950px;
	height: 423px;
	background-image: url('images/background.jpg');
}
#gallery_left
{
	float: left;
	width: 450px;
	height: 300px;
	padding-top: 50px;
	padding-left: 20px;
}
#gallery_right
{
	float: left;
	padding-top: 45px;
	width: 450px;
	height: 340px;
	overflow: auto;
}
#presse
{
	width: 950px;
	height: 423px;
}
#presse_left
{
	float: left;
	width: 512px;
	height: 423px;
	background-image:url(images/presse_01.jpg)
}
#presse_right
{
	float: left;
	width: 438px;
	height: 423px;
	background-image:url(images/presse_02.jpg);
}
#presse_text
{
	margin-left: 20px;
	margin-top: 20px;
	font-family: Helvetica;
	font-size: 0.8em;
	overflow: auto;
	height: 400px;
}
#interview
{
	width: 950px;
	height: 423px;
	background-image:url(images/interview_01.jpg)
}
#interview_text
{
float:left;
	margin-left: 20px;
	margin-top: 20px;
	font-family: Helvetica;
	font-size: 0.8em;
	overflow: auto;
	height: 380px;
	width: 430px;
	padding-right: 20px;

}

#bios
{
	width: 950px;
	height: 423px;
}
#bios_left
{
	float: left;
	width: 474px;
	height: 423px;
	background-image:url(images/presse_01.jpg);
}
#bios_text
{
	overflow: auto;
	height: 400px;
	font-family: Helvetica;
	font-size: 0.8em;
	padding-left: 16px;
	padding-right: 10px;
	margin-top: 10px;
	text-align:justify;
}
#bios_right
{
	float: left;
	width: 476px;
	height: 423px;
}
#hiob
{
	width: 950px;
	height: 423px;
	background-image:url(images/hiob_01.jpg);
}
#hiob_text
{
	float: left;
	overflow: auto;
	height: 400px;
	width: 650px;
	font-family: Helvetica;
	font-size: 0.8em;
	padding-left: 16px;
	padding-right: 10px;
	margin-top: 10px;
	text-align:justify;
}

#footer
{
	width: 950px;
	height: 81px;
}
#footer_left
{	position: relative;
	left: 0px;
	top: 0px;
	width: 826px;
	height: 81px;
}
#footer_right
{
	width: 124px;
	height: 81px;
	border: 1px #553433 solid;
}
