body {
	margin: 0px;
	padding: 0px;
	background-color: #EEF2F5;
}

#headerpane {
	height: 218px;
	background: transparent url("/user/images/tpls/common.png") repeat-x scroll 0px 0px;

}

#header {
	position: relative;
	width: 1000px;
	margin: 0px auto 0px auto;
	height: 100%;
	z-index: 1;
}

#menu {
	position: absolute;
	bottom: 14px;
	height: 37px;
	width: 765px;
	background: transparent url("/user/images/tpls/common.gif") no-repeat scroll 0px 0px;
	z-index: 8;
}

#menu #menur {
	z-index: 9;
	position: absolute;
	display: block;
	top: 0px;
	right: 0px;
	height: 37px;
	width: 500px;
	background: transparent url("/user/images/tpls/common.gif") no-repeat scroll 100% -42px;
}

#header #searchbox {
	position: absolute;
	width:235px;
	height: 44px;
	border-left: 1px #BED5DF solid; 
	border-right: 1px #BED5DF solid; 
	border-top: 3px #BED5DF solid; 
	vertical-align: middle;
	right: 0px;
	top: 0px;
}

#header #searchbox form {
	margin: 0px;
	padding: 10px 0px 0px 5px;
}

#header #searchbox input.query{
	width: 144px; 
	margin-left: 5px; 
	margin-right: 5px;
}

#header #quickmenu {
	position:absolute;
	width:250;
	height:32;
	border: 0px;
	left:0px;
	top: 15px;
}

#header #langlink {
	position: absolute;
	left: 300px;
	top: 14px;
}

#header #langlink img {
	border: 0px;
	width:83px;
	height: 32px;
}

#header #logo {
	display: block;
	width: 250px;
	height: 106px;
	position: absolute;
	top: 50px;
	background: transparent url("/user/images/tpls/common.png") no-repeat scroll -32px -283px;
}

#header #logo.ny {
	background: transparent url("/user/images/tpls/common.png") no-repeat scroll -23px -689px;
}

#header #menubotl {
	position: absolute;
	display: block;
	bottom: 0px;
	left: 0px;
	background: transparent url("/user/images/tpls/common.gif") no-repeat scroll 0px -84px;
	width: 490px;
	height: 16px;
}

#header #menubotr {
	position: absolute;
	display: block;
	bottom: 0px;
	right: 235px;
	background: transparent url("/user/images/tpls/common.gif") no-repeat scroll 100% -104px;
	width: 490px;
	height: 16px;
}

#header #head_imgs {
	display:block;
	position: absolute;
	width: 517px;
	height: 148px;
	right: -0px;
	bottom: 0px;
}

#contentpane {
	width: 1000px;
	margin: 0px auto 0px auto;
	position: relative;
}

#content{
	width: 763px;
	float: left;
	background-color: #fff;
	border-left:1px solid #B5C1D0;
	border-right:1px solid #B5C1D0;
}

#rightcol{
	width: 235px;
	float: right;
}

#content #contright {
	float: right;
	width: 442px;
}

#content #contleft {
	width:316px;
	float: left;
	border-right:1px solid #B5C1D0;
}

#content #contleft #contleftinner, #content #contright #contleftinner {
	margin: 0px 8px 0px 8px;
}

#content #contentinner {
	margin: 0px 20px 0px 20px;
}

#contentpane #cont_bottom {
	display: block;
	height: 14px;
	position: relative;
}

#cont_bottom #cont_bottomr {
	position: absolute;
	display: block;
	height: 14px;
	width: 490px;
	right: 235px;
	top: 0px;
	background: transparent url(/user/images/tpls/common.gif) no-repeat scroll 100% -147px;
}

#cont_bottom #cont_bottoml {
	position: absolute;
	display: block;
	height: 14px;
	width: 490px;
	left: 0px;
	top:0px;
	background: transparent url(/user/images/tpls/common.gif) no-repeat scroll 0px -125px;
}

#footer {
	position: relative;
	width: 1000px;
	margin: 20px auto 0px auto;
	height: auto;
}

#footer .copyright{
	width: 358px;
	float: left;
}

#footer #counters{
	float: right;
	height: 32px;
}
#footer #counters img {
	margin-right: 5px;
}


.clear, .clearfix {
	visibility: hidden;
	clear: both;
	height: 0px;
	display: block;
	line-height: 0px;
	font-size: 0px;
}