/* page layout */
body, html {
margin: 0;
padding: 0;
background-color: #fff;
text-align: center; /* IE center bug */
}
#container {
  width:981px;
  margin:0 auto;
}

#header {
  background: url('images/headerbg.jpg') no-repeat right top;
  height: 142px;
  width:100%;
}


#logo {
  float:left;
}

#headerDetails {
  position: relative;
  top:22px;
  right:20px;
  float:right;
}
#tradeenquires, #asktheteam, #emailingsignup {
  height:110px;
  width:326px;
  float:left;
}
#tradeenquires {
  background: url('images/tradebg.jpg') repeat-y right top;
}
#asktheteam {
  background: url('images/askteambg.jpg') repeat-y right top;
}
#emailingsignup {
  background: url('images/emailbg.jpg') repeat-y right top;
}
#middleContent {
  width: 981px;  /* prevents IE to jump out of the box! */
  text-align: left;
  margin-top:10px;
  margin-bottom: 5px;
  float:left;
}

/* end page layout */
