/* CSS Document */

body /* This fomats the text of the whole body of the page unless otherwise defined */
{ font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: 9px;
  letter-spacing: 0px;
}

h2
{  
font-size: 16px;
letter-spacing: 6px;
text-decoration: bold;
color:#0a351c;
}

#link-01
{
letter-spacing: 0px;
}

#banner /* This is the banner at the top of the page */
{
width: 800px;
height: 147px;
margin: 0px auto;
background: url(images/banner.png) no-repeat;
}

#container /* This is the container for the whole site */
{
width: 800px;
margin: 0px auto;
background: url(images/content.png) repeat-y;
}

#footer /* This is the footer of the page which will contain the contact details */
{
width: 800px;
height: 63px;
margin: 0px auto;
background: url(images/footer.png) no-repeat;
}