/*
-----------------------------------------------
Client: Rooms & Studios - London
Description: Printable
Author: Copious Ltd - www.copious.co.uk
Copyright: 2005 Copious Ltd
Version:  23 May 2005
----------------------------------------------- */

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

html {width: 100%;}

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

body {
	background: white;
	font-family: helvetica, arial, sans-serif;
	text-align: left;
	color: black;
	margin: 0;
	width: 90%;
  	 }
	 
#wrapper	{
	width: 100%;
	border: 0;
	padding: 0 0 0 20px;
	margin: auto;
	background: white;
	background-image: none;
	}	

#maincontent {
	width: auto;
   margin: 0;
   border: 0;
	border-top: 0;
	padding: 0px 0px 14px 0px; 
   color: black;
   }
	 
	 
	 
	 
/* Main Hide me
----------------------------------------------- */

#mainMenu, #navblock, #navlist, div.topper, #header, #footer, #fields, fieldset, .inputsend, #quicksearch, #image, h6, .advert, #panels, .office, .caption   {
	display: none;
	}
	
	
/* Imagery Hide me
----------------------------------------------- */
	
.logo, .headerimage  {
	display: none;
	}
	
	
/* Misc Hide me
----------------------------------------------- */
	
.hide  {
	display: none;
	}
	

/* Main header
----------------------------------------------- */

#header h1 span {
	color: Gray;
	border-bottom: 1px solid Grey;
	padding: 0 10px 2px 0;
	font-weight: normal;
	font-size: 10pt;
	letter-spacing: 1pt;
	text-decoration: none;
	}

#header h1 a:link, a:visited	{
	color: Gray;
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: 1pt;
	text-decoration: none;
	}

		
		
/* General Typography
----------------------------------------------- */

p {
	color: #333;
	margin-top: 3px;
	font-size: 10pt;
	line-height: 130%;
	}
	
ul, ol {
	color: #333;
	font-size: 10pt;
	line-height: 150%;
	}

h1, h2, h3, h4, h5, h6	{
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 12pt;
	line-height: 1.2em;
	}

h1	 { 
	color: Black;
	font-weight: bold; 
	font-size: 14pt; 
	margin-top: 24px; 
	margin-bottom: 10px;
	}
	
h2	 { 
	color: Black;
	text-transform: uppercase;
	font-weight: bold; 
	font-size: 10pt;
	margin-bottom: 4px;
	}
	
h3, h4, h5	 { 
	color: Black;
	font-weight: bold; 
	font-size: 10pt; 
	}

	

	
/* General linkology
----------------------------------------------- */
		
a:link, a:visited {
	color: #333;
   font-weight: bold;
   text-decoration: none;
   }

	
/* Misc
----------------------------------------------- */

.skiplink {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
	}









