body {
  min-width: 550px;     
  background-color: white;
  font-family: verdana, arial, sans-serif;
}

#mainBox {
  position: absolute;
  left: 50%;
  margin-left: -385px;
  width: 830px;
  height: 530px;
  /*border-style: solid;*/
  border-width: thin;
  background-color: white;
  padding: 20px 20px 20px 20px;  
}

#mainBoxBlue {
  position: absolute;
  left: 50%;
  margin-left: -385px;
  width: 770px;
  height: 500px;
  /*border-style: solid;*/
  border-width: thin;
  background-color: rgb(0,153,204);
  padding: 20px 20px 20px 20px;  
}

#mainBoxTitle {
  position: absolute;
  left: 50%;
  margin-left: -385px;
  width: 810px;
  height: 540px;
  /*border-style: solid;*/
  border-width: thin;
  background-color: white;
  padding: 0px 0px 0px 0px;  
}

.langlink {
  font-size: x-small;
  margin-left: 10px;
  font-family: verdana, arial, sans-serif;
}

#titleBar {
  position: absolute;
  top: 380px;
}

#titleBar img {
  border: 0px;	
}

#webTitle {
  width: 400px;
  height: 20px;
  position: relative;
  color: rgb(192,192,192);
  font-weight: normal;
}

#webTitle a {
  color: rgb(192,192,192);
  text-decoration: none;
}

#webTitle a strong {
  color: black;
}

#navContainer {
  width: 760px;
  height:80px;
  margin-top:20px;
  position: relative;
}

#photoContainer {
  width: 760px;
  height:350px;
  margin-top:20px;
  position: relative;
}

.column {
  position: absolute;
  top: 10px;
  height: 330px;
}

#left {
  width: 160px; 
  left: 10px;
  font-size: small;
  color: rgb(0,142,192);
}

#centre {
  width: 490px;
  left: 200px;
  text-align:center;
}

#outerPhoto {
  display: table;
  width: 490px;
  height: 352px;
  #position: relative;		/* solo visible en IE */
  #text-align:left;		/* solo visible en IE */
  overflow: hidden;
}

#photoCentred {
  width: 490px;

  #position: absolute; 		/* solo visible en IE */
  #top: 50%;			/* solo visible en IE */
  #text-align:center;		/* solo visible en IE */
  display: table-cell;
  vertical-align: middle;
  
  /*background-color:green;*/
}

#photoForIE {
  #position: relative; 		/* solo visible en IE */
  #top: -50%;			/* solo visible en IE */
}

.centredImage {
  border: 0px;
  vertical-align: middle;
}

#left a {
  color: rgb(150,150,150);
  font-weight: bold;
  text-decoration: none;
}

.thumbnail {
  border: 0px;
}

.thumbnailGray {
  border: 0px;
  Filter: Gray;
}

#right {
  width: 50px;          
  left: 700px;
}

#footer {
  clear: both;
}

#nav1 {
  left: 0px;
}

#nav2 {
  left: 380px;
}

.navigation {
  position: absolute;
  width: 380px;
  height: 80px;
  top: 0px;

  font-size: small;
  color: rgb(0,142,192);
  font-weight: bold;
}

#nav2 li {
  float: left;
  width: 8em;
}

.navigation li {
  list-style-type: none;
}

.navigation a {
  color: rgb(192,192,192);
  text-decoration: none;
  font-weight: normal;
}

.navigation a:hover {
  color: rgb(0,142,192);
}

#picNav {
  width: 50px;          
  font-size: small;
  color: rgb(0,142,192);
  position: absolute;
  bottom: 0px;
  text-align: center;
}

#picNav img {
  border: 0;
}  

.contactInfo {
  color: white;
  text-align: right;
}

.contactInfo a {
  text-decoration: none;
  color: white;
  text-align: right;
}

.whiteHighlight {
  color: white;
}