* {
       margin: 0;
   }
html {
    height: 100%;
    }
body {
	background-color: #ffffff;
	background-image: url(images/pat.jpg);
	height: 100%;
	}
.wrapper {
      min-height: 100%;
      height: auto !important;
      height: 100%;
      margin: 0 auto -50px;
	  width: 780px;	
 }
#logo {
	float: left;
	width: 620px;
	height: 160px;
	}
#right {
	float: right;
	width: 160px;
	height: 160px;
	}
#mail {
	padding:40px 0 0 0;
width: 160px;
	height: auto;
	}
#language {
	padding:70px 0 0 0;
	width: 160px;
	height: auto;
	}
	
#menu {
	width: 780px;
	height: 274px;
	background-color: #FFFFFF;
	float: left;
	}
#menuButtons {
	padding:10px 0 10px 10px;
	float: left;
	width: 219px;
	height: auto;
	background-color: #FFFFFF;
	}
#picture{
	padding:10px;
	float: right;
	width: auto;
	height: auto;
	background-color: #FFFFFF;
	}
 .push {
     height: 50px;
}
 .footer {
	height: 50px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-align: center;
}
.langOn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	color: #FFFFFF;
	text-align: right;

}
.langOff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
	text-decoration: none;
	color: #FFFFFF;
	text-align: right;

}

.langOff a:link {
	text-decoration: none;
		}
.langOff a:visited { 
	text-decoration: none;
		}
.langOff a:hover{
	text-decoration: none;
}
.langOff a:active { 
	text-decoration: none;
		}
.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
}
.text li{
	list-style-position: inside;
	list-style-type: square;
} 

.titles{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ff6803;
	line-height: 18px;
	font-weight: bold;
	}
