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 : 850px;
  height : 600px;
  margin : 20px auto 10px auto;
}

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

}

#logo {
  float : left;
  width : 245px;
  height : 90px;
  background-image : url('img/logobg1.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-image: url('img/basedinin.jpg'); 
  background-position: bottom left;
  background-repeat: no-repeat;
  background-color : #ffffff;
}

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

#middle {
  float : left;
  width : 460px;
  background-image: url('img/corner.jpg'); 
  background-position: top left;
  background-repeat: no-repeat;
  background-color : #ffffff;
  font-size : 1em;
  color : #666666;
}

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

#botext {
  width : 850px;
  font-size : 1em;
  color : #666666;
}
fieldset { border:none; }
fieldset.details {
	width:320px;
	display: block;
}
fieldset.details input,
fieldset.details select {
	position: relative;
    top: -1.4em;
    left: 120px;
    width:190px;
  background-color : #dcdcde;
}
fieldset.details textarea {
    width:310px;
  background-color : #dcdcde;
}

fieldset.details {
	margin: 1em 0 0 0;
	padding:0;
}
fieldset.details label {
	clear: both;
	float: left;
	margin: -1em 0 0 0;	
	width:120px;
}

