/* div { border: solid 1px #CC33CC; } */  
 
body {
	margin: 0px;
	padding: 0px;
  background-image: url(images/background.png);
  background-repeat: repeat-x;
	background-color: #24315E;
}

#lang {
  float: right;
  padding-right: 15px;
}

#mainFrame {
	position: relative;
	width: 1000px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#bodyHeader {
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
	float: left;
	width: 1000px;
	height: 310px;
	background: url(images/head-background.jpg) no-repeat 0px 107px;
}


#printHeader {
	display: none;
}

#bodyLeft,#bodyMain, bodyFooter {
	float: left;
	position: relative;	
	left: 1000px;
	z-index: 200;
}

#bodyMenu {
  position: absolute;
  top: 310px;
	width: 1000px;
	height: 20px;
	padding-top: 3px;
	background: url(images/background-menu.png) repeat-y;
}

#bodyMain {
	width: 900px;
	margin-left: -950px;
	margin-top: 400px;
}

#bodyText {
	min-height: 280px;
	_height: 280px;
  padding: 30px 25px 15px 40px;
  background: white;
}

#copyright {
	position: absolute;
  bottom: -15px;
  right: 50px;
}

#bodyFooter {
  width: 900px;
  background-color: #F37F00;
  padding: 2px 0 2px 0;
  margin-left: 50px;
}
