/*-----------------------------------------------------------------------------
version:   1.0
author:    Tony Crockford
email:     tonyc@boldfish.co.uk  
website:   http://www.boldfish.co.uk/
date:      2006 July 29

Copyright 2006 Tony Crockford All Rights Reserved 
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin on selected elements*/
h1,h2,h3,h4,h5,h6,pre,body,html,p,div{margin: 0; padding: 0;}


/* Remove border around linked images and fix Firefox odd spaces */
img {
   border: 0;
   vertical-align: bottom;
}

/* =Structural
-----------------------------------------------------------------------------*/

div#container{
   width: 755px;
   border: 1px solid #949698;
   margin: 0 auto;
   text-align: left;
}

img#logo{
   margin: 8px 0 0 21px;
}


div#header{
   height: 93px;
   background : none;
}

div#nav{
   display: none;
   
}


div#wrapper{
   background : none;
}


div#content{
   margin: 10px;
}



div#images{
display: none;
}

div#main{

}




div#footer{
displaY: none;
   
}

/* =Typography
-----------------------------------------------------------------------------*/
body{
font-family: "Times New Roman", Times, serif
background-color: #FFF;
color: #333333;
font-size: 100.01%;
}



/* =Headings
-----------------------------------------------------------------------------*/

div#main h1{
   font-size: 1.5em;
   font-weight: normal;
   margin: 0 0 1em 5px;
}

div#sidebar h2{
   font-size: 1.2em;
   font-weight: normal;
   padding: 0.3em;
   text-transform: uppercase;
}


div#sidebar div#box1 h2{
   background : none;
}

div#sidebar div#box2 h2{
   background : none;
}




/* =Links
-----------------------------------------------------------------------------*/




/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/


/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/

div#main p{
   margin: 1em 5px;
   font-size: 11pt;
}



/* =Secondary Content
-----------------------------------------------------------------------------*


/* =Footer
-----------------------------------------------------------------------------*/



/* =Forms
-----------------------------------------------------------------------------*/




/* =Tables
-----------------------------------------------------------------------------*/



/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/
