/* Header
     List */
   
h1 {
  display: table-cell;
  height: 40px;
  padding: 2px 0px 0px 10px;
  margin: 0px;
  vertical-align: middle;
  color: #fff;

  font-size: 2em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0em;
  line-height: 0.9em;
}
h1 a:link, h1 a:active, h1 a:visited
{
  color: #fff;
  text-decoration: none;
}

/* Header
    Item */
#site_header
{
  height: 140px;
  width: 760px;

  color: #fff;
  background: rgba(0,0,0,0.8);

  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
hr
{
  float: left;
  border: 0px;
  height: 1px;
  width: 750px;
  margin: 0px 5px 10px 5px;
  padding: 0px;
  background: rgba(255,255,255,0.1);
}
.breadcrumb
{
  height: 24px;
  line-height: 1em;
}
#site_header h1
{
  float: left;
  font-size: 300%;
  width: 400px;
}

/* Content */

p
{
  font-size: 120%;  
}
.standfirst
{
  font-weight: bold;
}
#site_detail
{
  float: left;
  margin: 5px 0px 0px 0px;
  padding: 10px;
  min-height: 435px;
  width: 740px;
  background: rgb(255,255,255);
  
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
