body {
	/*margin: 0px;*/
}

/*
#header {
	height: 100px;
}
*/

#centreposition {
	padding-right: 20px;
	padding-left: 22%;
/*	background-color: #FFFFF7; */
	background-color: #3333FF;
}

/* The centrecontent style is set up for a 2 column layout.  
If you want a 3 column layout then change the centreposition style like this:   padding-right: 200px; 
<div id="right"> Write the content for your right hand column inside an id-"right" div like this </div> */

#centrecontent {
	z-index: 100;
	min-width: 1px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 10px;
}

#footer {
	padding-left: 175px;
/*	background-color: #FFFFF7; */
	background-color: #006600;
}

#left {
	width: 144px;
	height: 792px;
	position: absolute;
	top: 0px;
	left: 0px;
        text-align: center;
/*	padding: 10px 0px 10px 6px;*/
        background-image: url(navigate/navbg.jpg);
}



#right {
	width: 900px;
        margin-left: 144px;
	position: relative;
	top: 0px;
	right: 0px;
}

#right-order {
	width: 900px;
/*        margin-left: 144px;*/
	position: relative;
	top: 0px;
	right: 0px;
}


/* Computer-Zen www.computer-zen.com is part of the VORD Web Design Network www.vordweb.co.uk */