/* CSS Document */

body{
	background-image:url(images/back.png);
	text-align:center;
}
.main_div
{
	width:980px;
	height:auto;
	margin:0 auto;
	padding:0px;
	text-align:left;
}
.header
{
	width:980px;
	height:178px;
	margin:0 auto;
	background-image:url(images/header1.png);	
	background-position:right;
	background-repeat:no-repeat;
}
.middle_div
{
	width:980px;
	height:auto;
	background-image:url(images/middle.png);
	background-position:right;
	background-repeat:repeat-y;
}
.content_div
{
	/*width:972px;*/
	height:auto;
	margin:0 auto;
	margin-left:6px;
}
.parentLayout
{
	position: relative; 
	top: 0px; 
	margin:0 auto;
	width: 950;
	max-width: 100%;	
	max-height:520px;
	height:520px;
	border: #B5CDE4 1px solid;
	border1: red 1px solid;

}

.childLayout
{
	width: 100%;  
	overflow:auto;
	display: block;
	font-family: Tahoma; 
	font-size: 11px;
	height:100%;
	_height:auto;
	direction:rtl;
	border1:red 1px solid
}

.search_div
{
	width:100%;	
	height:27px;
	margin:0 auto;
	padding:0px;
	background-image:url(images/dhxlayout_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	direction:rtl;
	vertical-align:middle;
}
.footer_div{
	width:980px;
	height:80px;
	margin:0 auto;
	background-image:url(images/footer.gif);	
	background-position:right;
	background-repeat:no-repeat;
}
