body { 
  padding : 0;
  margin : 0;
  background-color : #ffffff;
  font : 0.8em'lucida sans', 'lucida sans unicode', 'lucida grande', 'trebuchet ms', helvetica, arial, sans-serif;
  color : #ffffff;
}


#wrapper {
  width : 980px;
  height : 600px;
  margin : 20px auto 10px auto;
}

#main {
  float : left;
  width : 850px;
}

#logo {
  float : left;
  width : 245px;
  height : 90px;
  background-image : url('img/logobg.jpg');
}

#top {
  position : relative;
  float : left;
  width : 605px;
  height : 60px;
  background-color : #64266e;
}

.strapline {
  position : absolute;
  top : 30px;
  left : 20px;
}

#nav {
  float : left;
  width : 245px;
  height : 600px;
  background-color : #dca27d;
}

#face {
  float : left;
  width : 120px;
  height : 120px;
  background-image: url('img/face.jpg'); 
  background-position: top right;
  background-repeat: no-repeat;
}

#pic {
  float : left;
  width : 380px;
  background-color : #ffffff;
}

#pitch {
  float : left;
  width : 225px;
  height : 540px;
  background-color : #4e4b4a;
  background-image: url('img/based.jpg'); 
  background-position: bottom;
  background-repeat: no-repeat;
}


#botext {
  margin : auto;
  width : 850px;
  font-size : 1em;
  color : #666666;
}
