/*-----------------------------------------------------------------------------
version:   1.0
author:    Tony Crockford
email:     tonyc@boldfish.co.uk  
website:   http://www.boldfish.co.uk/
date:      2006 August 05

Copyright 2006 Tony Crockford All Rights Reserved 
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

/* hack for forcing scroll bars to stop page jog - http://www.splintered.co.uk/experiments/49/ */
html { margin-bottom: 1px; min-height: 100%; }

/* Remove padding and margin on selected elements*/
h1,h2,h3,h4,h5,h6,pre,body,p,div{margin: 0; padding: 0;}


/* Class for clearing floats */
.clear {
	clear:both;
	line-height: 1px;
	height: 1px;
	overflow: hidden;
}

/* Remove border around linked images and fix Firefox odd spaces */
img {
   border: 0;
   vertical-align: bottom;
}

/* =Structural
-----------------------------------------------------------------------------*/


/* =Typography
-----------------------------------------------------------------------------*/
body {
 font-family: Arial, Helvetica, sans-serif;
 color: #3F3F3F;
 background-color: #FFFFFF;
 font-size: 100%;
}




/* =Headings
-----------------------------------------------------------------------------*/



/* =Links
-----------------------------------------------------------------------------*/




/* =Branding
-----------------------------------------------------------------------------*/

p.credits{
    text-align: right;
	font-family: tahoma, sans-serif;
    font-size: 60%;
    color: #525051;
	background-color: #fff;
    margin: 0 0 10px 0;
	padding: 2px;
	width: 760px;
	margin: 0 auto;
}

p.credits a{
    color: #525051;
}


/* =Main Nav
-----------------------------------------------------------------------------*/




/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/




/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/



/* =Forms
-----------------------------------------------------------------------------*/




/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
   border-collapse: collapse;
}

td {
  text-align: left;
  font-weight: normal;
}



/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/