  body{
    font-family: arial;
    background:#c4b9b1;   
    background-image: url('http://www.hughgallagher.co.uk/images/shade2.jpg');
    background-repeat: repeat-x; 
    font-size:0.9em;
    color:#444444;
    margin:10px auto 0 auto;
    width:800px;
  }

  a {
    color:#666799;
  }

  .section{
    width:785px;
    padding:15px;
    margin-bottom:15px;
    background:#deddd6;
    background-image: url('http://www.hughgallagher.co.uk/images/shade.jpg');
    background-repeat: repeat-x;
  }

  .section:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
  }

  #strapline{
    width:800px;
    margin:0px 0px 0px 0px;
    font-size:small;
  }

  #copy{
    color:#a89f98;
  }

  h1{
    padding:0px 0px 0px 0px;
    margin:-5px 0px 0px 0px;
  }
  
  h1.a {
    color:#FFFFFF;
    text-decoration:none;
  }

  h2{
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    font-size:medium;
    color:#333333;
  }

  .link  {
    background:#000000;
    color:#FFFFFF;
    text-decoration:none;
    padding:1px 4px 1px 4px;
  }
  
  .link:hover  {
    background:#666666;
    color:#FFFFFF;
    text-decoration:none;
    padding:1px 4px 1px 4px;
  }

  #titlebar {
    background-image: url('images/robot.png');
    width:790px;
    height:108px;
    color: #FFFFFF;
    padding:15px;
    margin-bottom:10px;
  }

  #titlebar a {
    color:#FFFFFF;
    text-decoration:none;
  }
  
  #navigation {
    font-size:small; 
    margin-top:50px;
    color:#FFFFFF;
    width:785px;
    text-align:right;
  }

  #navigation a {
    color:#FFFFFF;
    text-decoration:none;
  }

  #navigation a:hover {
    color:#FF9999;
  }

  #navigation a.active {
    text-decoration: underline;
  }

  /* styling of the flowplayer container. */ 
  .videos {
	text-align:center;	
	width:770px;
	margin:auto;
  }

  a.myPlayer { 
    display:block; 
    width: 360px; 
    height:288px;
    margin:10px 10px 10px 10px; 
    float:left; 
    border:1px solid #999; 
  } 
 
  /* play button */ 
  a.myPlayer img { 
    margin-top:100px; 
    border:0px; 
  } 
 
  /* when container is hovered we alter the border color */ 
  a.myPlayer:hover { 
    border:1px solid #000; 
 }
