html,
body
{	margin:		0;
	padding:	0;
}
body
{	text-align:	center;
}
#screen-real-estate
{	width:		1024px;
	height:		800px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
#wrap
{	width:		900px;
	margin:		0 auto;
	text-align:	left;
}
#header
{	height:		125px;
	text-align:	left;
}
#footer
{	clear:		both;
}
#main-body
{	float:		left;
	width:		750px;
}
#sidebar-right
{	float:		right;
	width:		150px;
	overflow:	hidden;
	margin-left:-3px;
}
#content
{	float:		right;
	width:		545px;
	overflow:	hidden;
}
#sidebar-left
{	float:		left;
	width:		205px;
	overflow:	hidden;
}
.inside
{	padding:	10px;
}