body {
	margin: 0;
	padding: 0;
	/* background: url("../img/body_bg.gif") repeat top left; */
}

.noborder{
	border: none!important;
}

#positioner {
	text-align: center;
} 

#positioner-inner {
	background-color: #ffffff;
	width: 990px;
	margin: 0px auto;
	padding: 0px 0px 10px 0px;
	text-align: left;
	position: relative;
}

#header-section {
	margin: 0px 10px 0px 10px;
}

#header-inner {
	background: url("../img/eurochinacom-header_beta.jpg") top left no-repeat;
	height: 100px;
}

.document-default {
	margin: 40px 10px 0px 10px;
	background-image: url("../img/document-bg-default.gif");
	background-position:  right bottom;
	background-repeat: repeat-y;
	
}

.document-wide {
	margin: 40px 10px 0px 10px;
	background-image: url("../img/document-bg-wide.gif");
	background-position:  right bottom;
	background-repeat: repeat-y;
	
}

.tx-efafontsize-pi1 {
	float: right;
	margin: 5px 0px 0px 1.2em;
	padding: 0px;
}

#logout {
	float:right;
	padding-left: 20px;
	font-size: 85%;
	margin-top: 8px;
	position: absolute;
	top: 77px;
	right: 10px;
	z-index: 12;
	
}
 
#logout a {
	font-weight: bold;
}

#nav1-section {
	position: absolute;
	top: 86px;
	left: 10px;
	width: 970px;
}

#nav1-inner {
	position: relative;
	background-color: #214FC3;
	height: 52px;
	background: url("../img/nav1-bg2.gif") bottom left repeat-x;
}

#left-section {
	width: 163px;
	float: left;

}

.document-default #middle-section {
	width: 500px;
	float: left;
	
}

.document-wide #middle-section {
	width: 680px;
	float: left;
	
}

#right-section {
	width: 180px;
	float: left;
	

}

#scyscraper-section {
	width: 127px;
	float: left;
	
}




/* -------------------------------------------------
    middle
   ------------------------------------------------- */
#middle-section .middle-inner {	
	border: 1px solid #cccccc;	
	padding: 10px 10px 15px 10px;
	background: url("../img/ce-middle-bg.gif") bottom left repeat-x #ffffff;
	height:100%;
}
.document-default #middle-section .middle-inner {	
	margin: 10px 10px 10px 10px;	
}
.document-wide #middle-section .middle-inner {	
	margin: 10px 20px 10px 10px;	
}

#middle-section .content-outer {
	padding: 0px 0px 0px 0px;
}

#middle-section .content-inner {
	padding: 0px;
}

#middle-section .content-outer-no {
	display: none;
}




