body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #d3c0e5;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 20px;
}

/* Header styles */
#header {
	font-size: 70%;
	font-weight: bold;
	color: #333333;
	padding-top: 5px;
	padding-left: 5px;
	background: #FFFFFF;
	height: 83px;
	position: relative;
	-moz-border-radius-topleft: 12px;
	-webkit-border-top-left-radius: 12px;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-right-radius: 12px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
#header a:link, #header a:visited {
	color: #003399;
	text-decoration: underline;
}
#header a:hover, #header active {
	color: #63BD49;
}
/* End Header styles */

/* Top navigation styles */
#topnav {
	text-align: right;
	background: #FFFFFF;
	font-size: 70%;
	position: absolute;
	left: 0px;
	width: 100%;
	font-weight: bold;
	top: 84px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 30px;
	-moz-border-radius-bottomleft: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
#topnav ul {
	margin-right: 1em;
}
#topnav li {
	list-style: none;
	display: inline;
	margin-right: 0.5em;
	margin-top: 1px;
}
#topnav a:link, #topnav a:visited {
	text-decoration: none;
	background: #592986;
	color: #FFFFFF;
	padding: 4px 6px;
	border: 1px solid #330033;
}
#topnav a:hover, #topnav a:active{
	background: #FFFFFF;
	color: #592986;
	border: 1px solid #330033;
}
#topnav a.hvlink:link, #topnav a.hvlink:visited {
	text-decoration: none;
	background: #d3c0e5;
	color: #592986;
	padding: 4px 6px;
	border: 1px solid #592986;
}
#topnav a.hvlink:hover, #topnav a.hvlink:active{
	background: #FFFFFF;
	color: #592986;
	border: 1px solid #592986;
}
#topnav .strapleft {
	float: left;
	margin-left: 75px;
	font-size: 140%;
	color: #592986;
	font-weight: normal;
}
/* end top navigation styles */

/* main content styles */
#content {
	background: white;
	margin: 48px 15px 15px 230px;
	padding-bottom: 1em;
	padding-top: 1px;
	padding-right: 1em;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border-radius: 12px;
/*	position: relative; */
}
#content h1 {
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	margin-left: 1em;
	color: #663399;
}
#content h2 {
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	margin-left: 1.5em;
	color: #663399;
}
#content h3 {
	font-size: 80%;
	font-weight: bold;
	margin-left: 1.5em;
	color: #663399;
}
#content p {
	font-size: 80%;
	color: #333333;
	margin-left: 2em;
	margin-right: 1em;
}

#content h1+p {
	font-weight: bold;
}
#content h2+p {
	font-weight: bold;
}

p span {
	font-weight: normal;
}

#content ul {
	font-size: 80%;
	color: #333333;
	margin-left: 4em;
}
#content li {
}
#content a:link, #content a:visited {
	color: #003399;
	font-weight: bold;
}
#content a:hover, #content a:active {
	color: #527cd2;
}
/* end main content styles */

/* health visitor login box */
#content #hvlogin {
	float: right;
	width: 140px;
	margin-top: 1em;
	text-align: center;
	position: relative;
	background: #c4eab8;
	margin-left: 1em;
	padding-bottom: 1em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#content #hvlogin h3 {
	font-size: 80%;
	color: #009900;
	margin-top: 1em;
	margin-left: 0px;
}
#content #hvlogin p {
	margin-top: -8px;
	margin-left: 1em;
	font-size: 70%;
	font-weight: bold;
	color: #009900;
}
#content #hvlogin form p {
	font-size: 60%;
	font-weight: bold;
	color: #333333;
}
#content #hvlogin input {
	width: 112px;
	border: 1px solid #663399;
}
#hvlogin #submit {
	height: 18px;
	background: #FFE052;
	border: 1px solid #009900;
	margin-top: 6px;
	font-size: 90%;
	font-weight: bold;
	color: #333333;
}
#hvlogin #submit2 {
	height: 18px;
	background: #FFE052;
	border: 1px solid #009900;
	margin-top: 6px;
	font-size: 90%;
	font-weight: bold;
	color: #333333;
}
/* end health visitor login box */

/* right hand adverts */
#content #rightads {
	float: right;
	width: 220px;
	margin-top: 1em;
	text-align: center;
	position: relative;
	background: #FFF2B5;
	margin-left: 1em;
	padding-bottom: 1em;
}
#content #rightads h3 {
	font-size: 90%;
	color: #592986;
	margin-top: 1em;
	margin-left: 0px;
}
#content #rightads p {
	margin-left: 1em;
	font-size: 70%;
	font-weight: bold;
	color: #333333;
}

#content .rightimage {
	float: right;
}

#content .paypalform {
	margin-left: 1.5em;
	border-bottom: 1px solid #592986;
	padding-bottom: .35em;
}
#content #viewbasket {
	float: right;
	margin-left: 1em;
	margin-right: 1em;
}
#content .signup {
	float: right;
	border: 1px solid #592986;
	padding: 5px;
	background: #d7c4e9;
	margin-left: 1em;
}
#content .signup2 {
	width: 14em;
	border: 1px solid #592986;
	padding: 5px;
	background: #d7c4e9;
}
div.failed {
	margin-bottom: 1em;
	font-size: 70%;
	font-weight: bold;
	color: #CC0000;
}

/* left navigation styles */
#navigation {
	position: absolute;
	top: 121px;
	width: 194px;
	background: #FFFFFF;
	text-align: center;
	margin-top: 16px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding-top: 1.2em;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border-radius: 12px;
}
#navigation ul {
	list-style: none;
	margin-left: 3%;
	padding-left: 0px;
	margin-right: 3%;
}
#navigation li {
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
#navigation a:link, #navigation a:visited {
	display: block;
	padding: 5px 5px 5px 0.5em;
	text-decoration: none;
	width: 170px;
	background: #592986;
	color: #FFFFFF;
	padding: 4px 6px;
	border: 1px solid #330033;
}
#navigation a:hover, #navigation active {
	background: #FFFFFF;
	color: #592986;
	border: 1px solid #330033;
}
/* end left navigation styles */

#footer {
	font-size: 65%;
	color: #666666;
	background-color: #f6f0fb;
	clear: both;
	text-align: center;
	padding: 12px;
	height: 48px;
	position: relative;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border-radius: 12px;
}
#footer a:link, #footer a:visited {
	color: #6699CC;
}
#footer a:hover, #footer a:active {
	color: #999966;
}

.center {
	text-align: center;
}
.hidden {
	display: none;
}
.clear {
	clear: both;
}
.top {
	background-color: #008867;
	color: #FFFFFF;
	font-size: 65%;
	padding: 2px;
	text-align: right;
	font-weight: bold;
}
.mhv {
	font-weight: bold;
	color: #592986;
}
ul .books {
	list-style: none;	
}
.floatright {
	float: right;
	margin-left: 1em;
}
.floatleft {
	float: left;
	margin-right: 1em;
}

.top a:link, .top a:visited {
	display: block;
	padding: 5px 5px 5px 0.5em;
	color: #FFFFFF;
	text-decoration: underline;
}
.top a:hover, .top active {
	color: #80FFE0;
}
#linkslist li {
	margin-bottom: 0.5em;
	line-height: 1.5em;
	list-style: none;
}
.contactdetails {
	font-weight: bold;
	margin-bottom: 1em;
	margin-top: 1em;
	margin-left: 2em;
	display: block;
	border-bottom: 1px solid #D7C4E9;
	padding-bottom: 0.25em;
	padding-left: .25em;
}
.address {
	margin-left: 8em;
}
.sitemap ul{
	list-style-type: none;
	font-weight: bolder;
}
.sitemap ul li {
	padding-bottom: .85em;
}
.sitemap2 {
	margin-left: -3em;
	margin-top: 1em;
}
noscript {
	font-size: 70%;
	font-weight: bold;
	color: #BFD9FF;
	margin-left: .5em;
}
