body {
	background-color: #fff;
	font-family: Arial, sans-serif;
	margin: 0px;
}
#wrapper {
	width: 966px;
	margin: 10px auto;
}
#header {
	height: 153px;
	background: #fff200 url(../img/backgrounds/move_more.gif) no-repeat;
	padding: 3px 3px 0px 3px;
}
#header img.logo {
	margin: 20px 0px 0px 32px;
}
#header .menu {
	position: absolute;
	margin: 130px 0px 0px 32px;
}
#header .menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#header .menu li {
	float: left;
}
#header .menu a {
	display: block;
	height: 0px;
	padding-top: 48px;
	overflow: hidden;
	margin-right: 6px;
}
#header .menu li.home a {
	width: 81px;
	background-image: url(../img/menu/home.gif);
}
#header .menu li.create a {
	width: 228px;
	background-image: url(../img/menu/create-your-document.gif);
}
#header .menu li.view a {
	width: 228px;
	background-image: url(../img/menu/view-your-documents.gif);
}

#body {
	padding: 0px 3px 0px 3px;
	background: #ded100 url(../img/backgrounds/body.gif) repeat-y;
}
#body div.content {
	background: transparent url(../img/backgrounds/baseline.gif) bottom no-repeat;
	padding: 35px 0px 50px 0px;
	overflow: auto;
}
#body div.content a {
	color:#d5482e;
	text-decoration: none;
	font-weight: bold;
}
			
#body div.content div.left {
	float: left;
	width: 427px;
	margin-left: 30px;
}
#body div.content div.right {
	float: left;
	width: 503px;
}

#footer {
	padding: 0px 3px;
	background: transparent url(../img/backgrounds/footer.gif) top no-repeat;
}
#footer div.strapline {
	float: left;
	margin: 18px 32px;
}
#footer div.nhs {
	float: right; 
	width: 84px;			
	margin-right: 26px;	
}
#footer div.nhs img {
	position: absolute;
	margin-top: -20px;
}
#footer p {
	clear: both;
	font-size: 10px;
	color: #666;
}
#footer a {
	text-decoration: none;
	color: #666;
}

div#sample_templates {
	width: 384px;
	height: 322px;
	padding: 7px 8px 5px 9px;
	background: transparent url(../img/backgrounds/sample-templates.gif) no-repeat;
}
div#sample_templates img {
	float: left;
}			

 /* Homepage */
body.home #body div.content {
	background-image: transparent url(../img/backgrounds/family.gif);
}
body.home #body div.content div.left {
	height: auto !important;
	height: 438px;
	min-height: 438px;
	padding-top: 10px;
	padding-right: 80px;
	width: 347px;
	background: transparent url(../img/backgrounds/home_divider.gif) top right no-repeat;
}
body.home #body div.content div.right {
	padding-top: 10px;
}
body.home #body div.content div.left form fieldset {
	background-color: #fff200;
	padding: 10px 15px 10px 20px;
	border-style: none;
	margin: 10px 0px 0px 0px;
	width: 315px; /* I think this should be 318px but IE6 objects... */
}
