body {
   border-width: 0px;
   padding: 0px;
   margin: 0px;
   font-size: 90%;
   background-color: #eee;
   font-family: "Trebuchet MS", sans-serif;
   font-size: 12px;
   color: #000;
}

a:link {
  color: #000;
  text-decoration: underline;
}

a:hover {
  color: #000;
  background-color: #eee;
  text-decoration: none;
}
a:visited {
  color: #000;
  text-decoration: underline;
}




/* <------------ Holds all page content ------------> */

#container
{
	margin: 20px auto;
	width: 959px;
	text-align: left;
	background-color: #fff;
}

/* <------------ Header ------------> */

#header{
   position: relative;
   float: left;
   width: 869px;
   padding: 0 45px;
   background-color: #fff;
}

.headerimage { 
  float: left; 
  margin-top: 45px;
}

/* <------------ The big text bit ------------> */

#keymessage{
   position: relative;
   float: left;
   width: 869px;
   padding: 0 45px;
   background-color: #fff;
}

h1 {
  font-size: 78px; 
  font-weight: 600; 
  text-indent: -5px;
  letter-spacing: -4px;
  line-height: 80px;
  color: #000;
  margin-top: 30px;
  margin-bottom: 10px;
}

/* <------------ The 2 columns ------------> */

#colwrapper{
   position: relative;
   clear: both; 
   float: left;
   width: 959px;
   background-color: #fff;
}
#leftcol{
   position: relative;
   float: left;
   left: 0px;
   width: 394px;
   padding: 0 35px 0 50px;
   background-color: #fff;
}
#rightcol{
   position: relative;
   float: right;
   right: 0px;
   width: 394px;
   padding: 0 50px 0 35px;
   background-color: #fff;
}

.imagefloatright { 
  float: right; 
  margin-left: 20px;
  margin-bottom: 5px;
  padding: 3px;
  border-top: 1px solid  #ccc;
  border-right: 2px solid  #ccc;
  border-bottom: 2px solid  #ccc;
  border-left: 1px solid  #ccc;;
}
.imagefloatleft {
  float: left; 
  margin-right: 20px;
  margin-bottom: 5px;
  padding: 5px;
  border-top: 1px solid  #ccc;
  border-right: 2px solid  #ccc;
  border-bottom: 2px solid  #ccc;
  border-left: 1px solid  #ccc;
  }

h2{
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin-top: 45px;
  margin-bottom: -5px;
}





/* <------------ Footer ------------> */

#footer{
   position: relative;
   float: left;
   width: 869px;
   padding: 0 45px;
   background-color: #fff;
}


hr {
    height:2px;
    background: #838383;
    margin-top: 30px;
}