/* 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> */

#leftcenterposition {
    position:absolute;
	padding-left: 200px;
        width: 230px;
	/* top:495px; */
	top:375px;
	height:640px;
	float: left;
	overflow: hidden;
	z-index: 6000;
}
#centerposition {
    position:absolute;
	padding-left: 440px; 
	/* top:495px; */
	top:375px;
	height:640px;
	width:380px;
	overflow: hidden;
	z-index: 5000;
}
#centerpositioncontainer {
    position:relative;
	top:0px;
	height:620px;
	width:380px;
	overflow: hidden;
}
#centerbottomposition {
    position:absolute;
	padding-left: 430px; 
	top:1155px;
	height:30px;
	width:380px;
	overflow: hidden;
}
#rightcenterposition{
    position:absolute; 
    padding-left: 840px;	
	/* top:495px; */
	top:375px;
	height:400px;
    width:220px;
    float:right;
}
