body {
	margin: 0px;
}

#header {
	height: 100px;
}

#centreposition {
	padding-right: 0px;
	padding-left: 0%;
	background-color: #FFFFFf;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bolder;
	color: #000;
}

/* 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: 0px;
}

#footer1 {
	background-color: #FFFFFf;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003;
}

#left {
	width: 20%;
	position: absolute;
	top: 100px;
	left: 0px;
	padding: 10px 0px 10px 6px;
}



#right {
	width: 130px;
	position: absolute;
	top: 100px;
	right: 0px;
	height: 200px;
}

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