/* Default */
body{
	text-align:left;
	margin:0px;
	padding:0px;
	background-image:url(/english/wLayout/design/img/bg-body.gif);
	background-repeat:repeat-y;
	background-position:center;
}
p{
	margin:0px;
	padding:0px;
}

/***** toptop *****/
#toptop{
	position:fixed;
	top:0px;
	left:50%;
	margin:0px 0px 0px -490px;
	padding:0px;
	width:980px;
	height:0px;
	text-align:left;
	background-color:#ffffff;
}
/***** topmiddle *****/
#topmiddle{
	position:fixed;
	top:0px;
	left:50%;
	margin:0px 0px 0px -490px;
	padding:0px;
	width:980px;
	height:330px;
	text-align:left;
	background-color:#ffffff;
	overflow:hidden;
}
/***** topbottom *****/
#topbottom{
	position:fixed;
	top:330px;
	left:50%;
	margin:0px 0px 0px -490px;
	padding:0px;
	width:980px;
	height:0px;
	text-align:left;
	background-color:#ffffff;
}
/***** spacer *****/
#spacer{
	position:relative;
	top:0px;
	left:50%;
	height:330px;
	margin:0px 0px 0px -490px;
	padding:0px;	
	width:980px;
	text-align:left;
}
/***** left *****/
#left{
	position:relative;
	top:0px;
	left:50%;
	margin:0px 0px 0px -490px;
	padding:0px;	
	width:300px;
	text-align:left;
	min-height:400px;
	height:auto 
	overflow:hidden;
	background-color:#E9E9E9;
	float:left;
}

/***** middle *****/
#middle{
	position:relative;
	top:0px;
	left:50%;
	margin:0px 0px 42px -190px;
	padding:0px;	
	width:680px;
	text-align:left;
	min-height:400px;
	height:auto 
	overflow:hidden;
	background-color:#E9E9E9;
}

/*** scroll, this area we need to eleminate problems with scrolled left and middle container ***/
#scroll{
	position:absolute;
	padding:0px;
	margin:0px;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
}

/* column111 */
.column111 {
	left:0px;
	margin:0px;
	padding:0px;
	width:680px;
	float:left;
}
/* column011 */
.column011 {
	left:0px;
	margin:0px;
	padding:0px;
	width:454px;
	float:left;
}
/* column001 */
.column001 {
	left:0px;
	margin:0px;
	padding:0px;
	width:226px;
	float:left;
}
/* column01 */
.column01 {
	left:0px;
	margin:0px;
	padding:0px;
	width:340px;
	float:left;
}
/* column50 */
.column50 {
        position:relative;
	left:110px;
	margin:0px;
	padding:0px;
	width:550px;
	float:left;
}
/***** footer *****/
#footer{
	position:fixed;
	bottom:0px;
	left:50%;
	margin:0px 0px 0px -490px;
	padding:0px;
	width:980px;
	height:42px;
	text-align:left;
	background-color:#ffffff;
	background-image:url(/english/wLayout/design/img/bg-footer.gif);
	background-repeat:repeat-x;
}



