/*
-----------------------------------------------
Client: One-1 Ltd
Description: Printable
Author: Copious Ltd - www.copious.co.uk
Copyright: 2006, Copious Ltd
Version:  29 Nov 2006
----------------------------------------------- */

/* General setup
----------------------------------------------- */



/* Overall layout rules
----------------------------------------------- */

body {
	background: white;
	font-family: times;
	color: black;
	margin: 0;
  	 }
	 
#wrapper	{
	width: 96%;
	border: 0;
	padding: 0;
	background: white;
	background-image: none;
	}	
	 
	 
	/* General Typography
----------------------------------------------- */

p {
	color: #333;
	margin: 3px 0 10px 20px;
	font-size: 10pt;
	line-height: 130%;
	font-style: normal;
	}
	
	
address {
	color: #333;
	margin: 0 0 0 20px;
	font-size: 10pt;
	font-style: italic;
	}
	
address strong {
	font-size: 12pt;
}
	
ul.contact {
	color: #333;
	margin: 0 0 0 20px;
	padding: 0;
	font-size: 10pt;
	font-style: italic;
	list-style-type: none;
	}
	
	

h1, h2, h3, h4, h5, h6	{
	font-family: times;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.2em;
	}

h1	 { 
	color: Black;
	font-size: 12pt; 
	margin-top: 0; 
	}
	
h2, h3	 { 
	color: Black;
	font-size: 14pt; 
	}

	
/* Main Hide me
----------------------------------------------- */

.skiplink, #headerContainer, img.consultation, #galleryContainer, form, fieldset, .inputsend, #contactContainer p, #footerContainer, .hide   {
	display: none;
	}
	
	
/* Imagery
----------------------------------------------- */
	
img a:link, img a:visited {
   font-weight: normal;
   text-decoration: none;
   }
	
img {
	border: solid 1px Gray;
	padding: 2px;
   }
	
	
/* General linkology
----------------------------------------------- */
		
a:link, a:visited {
	color: #333;
   font-weight: bold;
   text-decoration: none;
   }










