/* ------------- main content */
div#contentleft {
	position : relative;
	margin: 0 auto;
	width : 350px;
	height : 520px;
	float:left;
}
div#maintext {
	position : relative;
	margin: 0 auto;
	width : 350px;
	height : 415px;
	padding-right: 10px;
	overflow:auto;
}
div#specials {
	position : relative;
	margin: 0 auto;
	top: 10px;
	width : 90px;
	height : 95px;
	float:left;
	display : block;
}
div#contentright {
	position : relative;
	margin: 0 auto;
	width : 350px;
	height : 520px;
	float:right;
}
