*{
  margin: 0;
  padding: 0;
}


body, html{
  min-height: 100%;
}
body{
  background-image: url(images/brushedmetal.jpg);
  background-repeat: repeat-x;
  background-position: bottom left;
  font-family: helvetica, arial;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  padding-bottom: 20px;
}


img{
  border: 0;
}

a{
  color: #333333;
  text-decoration: none;
}

a:focus{
  outline: none;
}

a:hover{
  color: #104B7D;
}


a img{
  vertical-align: middle;
  margin-right: 10px;
}

p{
  margin-bottom: 10px;
}


h2{
  color: #104B7D;
  font-size: 25px;
  line-height: 25px;
  font-weight: normal;
  background-image: url(images/line.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-bottom: 12px;
  padding-left: 20px;
  margin-bottom: 15px;
}


h3{
  color: #104B7D;
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 5px;
}



#container{
  max-width: 1200px;
  min-width: 1090px;
  margin: 0 auto;
  min-height: 350px;
}


#left{
  float: left;
  width: 45%;
  padding-top: 5px;
  padding-left: 30px;
}


#quote{
  text-align: center;
  color: #104B7D;
  font-size: 25px;
  line-height: 30px;
  margin-top: 30px;
}

#right{
  width: 556px;
  float: right;
  padding-top: 140px;
}


#right #firstcolumn{
  width: 250px;
  float: left;
}


#right ul{
  color: #104B7D;
  font-size: 15px;
  margin-left: 35px;
}

#right li{
  margin-bottom: 10px;
}


#right #secondcolumn{
  margin-left: 266px;
  width: 290px;
}



#nigelspeak{
  padding-left: 20px;
  padding-top: 20px;
}

#nigelspeak h2{
  margin-left: -20px;
}

#homecontent ul{
  color: #104B7D;
  font-size: 16px;
  line-height:23px;
  margin: 0 0 20px 30px;
  font-weight:bold;
}
#homecontent ul li{
  margin-bottom: 10px;
}

.enz{
  float:right;
  margin-top: -40px;
}
