/* Stylesheet written for Lynx Engineers Ltd., */

body{
     background: url("../images/vertical_background.jpg") repeat-x top;
}

div.wrapper{
  margin:auto;
  width:80%;
  height:1000px;
  background-color:#DDD;
}

div.header{
  width:100%;
  height:130px;
  background:url("../images/large-logo.jpg")no-repeat top left;
  background-color:#FFF;
}

div.menu{
  width:100%;
  height:30px;
  background-color:#8485bd;
  color:#FFF;
  text-align:center;
}

div.menu a{
  color:#FFF;
  font-weight:800;
}


div.left-pane{
  width:200px;
  height:200px;
  background-color:#DDD;
  float:left;
}


div.center-pane{
  margin-left:20px;
  margin-right:20px;
  width:580px;
  height:200px;
  background-color:#DDD;
  float:left;
}

div.right-pane{
  width:170px;
  height:200px;
  background-color:#DDD;
  float:left;
}

img.left-image-block{
  padding:2px;
  margin-bottom:10px;
  width:198px;
  height:160px;
  border: 1px solid black;
}

img.right-image-block{
  padding:2px;
  margin-bottom:10px;
  width:150px;
  height:110px;
  border: 1px solid black;
}
