/*
The IT Grid - Cheltenham
01242 808909
CSS: secretlady.co.uk
Version: 1.0
Author: Aaron Bailey

The CSS, XHTML and design is © 2009-2010 The IT Grid.

The IT Grid is part of Grid IT Limited
Registered in England & Wales, No. 07105371. 
Registered Office: 12 Berkeley Mews, Cheltenham, GL50 1DY

Key colours
Background grey - f6e6fb


/* Globals
------------------------*/
html{ background: #ffffff; overflow-x:hidden; margin:auto; height: 100%;}
body { font-family:Arial, Helvetica, sans-serif; font-size:13px; background:transparent;height: 100%;}

p { margin-bottom: 18px; }
h1 { font-weight: bold; font-size: 24px; line-height: 36px; margin-bottom: 18px; color: #222222;}
h2 { font-weight: bold; font-size: 16px; line-height: 18px; margin-bottom: 18px; color: #999999; }
h3 { font-weight: normal; font-size: 1em; line-height: 18px;  color: #999999;}
a { font-weight: normal; font-size: 1em; line-height: 18px;  color: #999999;}
h4 { font-weight: bold; font-size: 10px; line-height: 18px; }
p { font-weight: normal; font-size: 1em; line-height: 18px;  color: #222222;}

#page {width:800px;margin:auto; margin-top:30px; background: url('../images/bg.png') 0% 50% repeat-y;}
.picture
{
	float:left;
	width:300px;
	margin-left:20px;
}
.content
{
	float:left;
	width:400px;
}
.clear {clear:both;}
ul
{
	list-style:disc;
}
li
{
	padding:5px;
	margin-left:40px;
}
