div#container {
	width:1000px; 
	text-align:left; 
   	margin:0 auto; 
   	background-color: white;
}

body
{
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-family: arial, helvetica, sans-serif;
	background-color: #eee;
}

#sidebar {
	float:left;
	width:290px;
	height: 544px;
	background-image: url('http://nutriconnect.co.uk/images/bgfruit.jpg');
 	position:relative; 
}

#content{
	float:right;
	width:710px;
	position: relative; 
	text-align: left;
	height: 544px;
	overflow: auto;
	background-color:white;
}

#header
{
	overflow:auto;
	display:block;
	position:relative; 
	width: 100%;
	height: 77px;
	color: #000;
	background-color: white;
	background-image: url('http://nutriconnect.co.uk/images/logo.png');
	background-repeat: no-repeat;
	background-position: 6px 6px
}

#main
{
	height: 50em;
	background-color: white;
}


#header h1 { display: none; }
#bgfruit h4 { display: none; }

h2, h3, p, ul, ol 
{ 
margin-left: 30px;
margin-right: 30px;
font-size: 110%;
}

ul, ol { padding-left: 30px; }

.blue { color: #000080;}
.green { color: #008000;}
.testimonials { font-family: "lucida handwriting";}
.smallp { font-size: 75%;}

ul.center { 
margin-left: 250px;
text-align: left;
}


h2
{
	font-size: 140%;
	color: #666;
	padding-top:20px;
	text-align: center;
}

h3
{
	font-size: 110%;
	color: #666;
	background-color: transparent;
	width: 25em;
}


#navcontainer ul
{
margin: 0px;
padding-left: 0;
margin-left: 0;
background-color: #000080;
color: White;
width: 100%;
font-family: arial, helvetica, sans-serif;
font-size: 14px;
height:25px
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding:4px 10px;
height:17px;
background-color: #000080;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #ffffff;
}

#navcontainer ul li a:hover
{
background-color: #008000;
color: #fff;
}

#navcontainer ul li a#current
{
background-color: #008000;
}