#web_container {padding-left: 10px; padding-right: 10px;}

#pagetitle {
  float: left;
  width: 770px;
  font-size: 26px;
  font-family: 'Trebuchet MS';
  padding-top: 15px;
  margin-bottom: 15px;
  color: #106E8B;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: gold;
}

/* TITLE INTRODUCTION
===================== */

#titlebox {
  float: left;
  width: 770px;
  height: 50px;
  font-family: 'Trebuchet MS';
  margin-bottom: 40px;
}

#titlepic {
  float: left;
  height: 50px;
  width: 39px;
}

#titletext {
  float: left;
  width: 720px;
  height: 30px;
  font-size: 18px;
  color: #106E8B;
  padding-left: 10px;
}

#titleleft {
  float: left;
  color: #106E8B;
  padding-left: 10px;
  padding-top: 5px;
}

#titleleft a {
text-decoration: none;
color: #106E8B;
}

#titleleft a:hover {
text-decoration: underline;
color: #106E8B;
}

#titleright {
font-family: 'Arial';
float: left;
color: #404040;
padding-top: 5px;
padding-left: 5px;
}

/* T2G Pictures 
=============== */

#t2gmainpic {
  float:right;
  height: 190px;
  width:173px;
  background-image: url('http://www.northbrook.ac.uk/bs_newt2g.png');
  background-repeat: no-repeat;
  margin-left: 15px;
  padding-bottom: 15px;
}

#t2glogo {
  float: right;
  height: 85px;
  width: 156px;
  background-image: url('http://www.northbrook.ac.uk/bs_t2g_logo.jpg');
  background-repeat: no-repeat;
  margin-left: 15px;
  padding-bottom: 15px;
}

/* Spacing LIs and ULs
======================*/

li {padding-left: 10px;}

/* Text Neatening
================== */

#textbody, #textbody2 {
  font-family: 'Trebuchet MS';
  color: #404040;
  text-align: justify;
}

strong {color: #106E8B;}

a {
  color: #106E8B; 
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: gold;
  text-decoration: underline;
}
