body {
	margin: 0px;
}

#header {
	height: 60px;
	background-color: #CCCCCC;
	text-align: center;
}

#centreposition {
	padding-right: 130px;
	padding-left: 22%;
	background-color: #FFFAF5;
}

/* 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: 60;
	min-width: 1px;
	min-height: 600px;
	background-color: #FFFFFF;
	border: 1px solid #444444;
	padding: 10px;
}

#footer {
	height: 200px;
	background-color: #CCCCCC;
}

#left {
	width: 20%;
	position: absolute;
	top: 60px;
	left: 0px;
	padding: 10px 0px 10px 6px;
}

#right {
	width: 130px;
	position: absolute;
	top: 60px;
	right: 0px;
	height: 600px;
}


/* Computer-Zen www.computer-zen.com is part of the VORD Web Design Network www.vordweb.co.uk */
/* stuff above was modified from computer-zen.com */


/* stuff below this is mine all mine */

.headText{
	font-family: sans-serif; 
	line-height: 200%;
	font-style: normal;
	font-weight: bold; 
	font-size: x-large; 
	}
	
.labelValueArea{
	margin-top: 2px;
	margin-bottom: 2px;
	}
	
.labelText{
	font-family: sans-serif; 
	font-style: normal;
	font-weight: bold; 
	font-size: small; 
	vertical-align: text-bottom;
	line-height: 1.0;
	}
	
.valueText{
	font-family: sans-serif; 
	font-style: normal;
	font-weight: normal; 
	font-size: small; 
	vertical-align: text-bottom;
	line-height: 1.0;
	}
	
.weeText{
	font-family: sans-serif;
	font-size: x-small;
	}

h1{
	font-family: sans-serif;
	color: #000000;
	text-align: left;
	}
	
h2{
	font-family: sans-serif;
	color: #000000;
	text-align: left;
	}
	
h3{
	font-family: sans-serif;
	color: #000000;
	text-align: left;
	}
	
p{
	font-family: serif;
	color: #444444;
	}
	
ul{
	font-family: serif;
	color: #444444;
	}	