/*
Cascading Style Sheet for the Tim Dawson's portfolio website
Created: 16/05/09
By: TEG Dawson
*/

/* Images */
img {border: none;}
body {background-color: #687880; font-family:lucida sans}

/* Tables */
table.body {width: 770px;}
td.main {text-align: left; background-color: #FFFFFF; vertical-align: top; padding: 0.5cm 1cm;}
td.side {background-color: #C0C8CC; width: 150px; vertical-align: top; text-align: center;}

/* Text */
p.heading {text-decoration: underline;}
h2 {text-align: center; font-size:21px}
h3.centred {text-align: center;}
p.centred {text-align: center;}

/* Gallery courtesy of w3schools */
div.img
{
  margin: 2px;
  border: 0px solid #0000ff;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
div.img a:hover img {border: 1px solid #687880;}
div.desc
{
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
}
