body {
	margin: 0px;
}


div.chat_scroll {
	height: 200px;
	width: 180px;
	overflow: auto;
	border: 1px solid #666;
	background-color: #ccc;
	padding: 8px;
}

#header {
	height: 100px;
	position: absolute;
	z-index: 130;
top: 0px;
  	left: 10px;
}

#centreposition {
	background-color: #FFFFFF;
	position: absolute;
	left: 210px;
}

/* 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> */

#ls_listing {
	position: relative;
	top: 40px;
}

#centrecontent {
	z-index: 109;
	min-width: 1px;
	border: 0px outset #999999;
	padding: 5px;
	top: 30px;
	position: relative;

}

#chat_region {
  
}

#loginout {
  BACKGROUND-COLOR:#F0F0F0;
}
#footer {
	padding-left: 60px;
	padding-right: 60px;
	background-color: #FFFFFF;
	FONT-SIZE: 9px;
	COLOR: #666666;
	position: relative;
	top: 100px;
}

#left {
	z-index: 110;
	width: 200px;
	height: 100%;
	position: absolute;
	top: 200px;
	left: 0px;
	padding: 10px 0px 10px 6px;
}



#right {
	width: 160px;
	position: absolute;
	top: 180px;
	right: 0px;
	height: 600px;
}

/* Computer-Zen www.computer-zen.com is part of the VORD Web Design Network www.vordweb.co.uk */