* {margin:0; padding:0; font:12px Verdana,Arial}

#allcontent{
	position:relative;
	width:auto;
	height:auto;
	margin:0 auto; 
}

#banner{
	position:relative;
	/* border:1px solid #f00; */
	background:#eee;
	width:1000px;
	height:100px;
}

#top{
	position:relative;
	/* border:1px solid #00f; */
	background:#bbb;
	width:1000px;
	height:15px;
	color:#555;
	text-align:right;
	letter-spacing:2px;
	font-weight:bold;
}

#topaddress{
	position:relative;
	float:left;
	width:930px;
	text-align:right;
	font-weight:bold;
}

#toplanguage{
	position:relative;
	float:right;
	width:70px;
	text-align:center;
	background:#ddd;
	cursor:pointer;
	
}

#main{
	position:relative;
	/*border:1px solid #aaa;*/
	width:1000px;
	height:502px;
}

#left{
	position:relative;
	float:left;
	/*border:1px solid #0f0;*/
	background:#ccc;
	width:150px;
	height:501px;
	border-bottom:1px solid #fff;
}



#right{
	position:relative;
	float:left;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	background:#ccc;
	width:849px;
	height:500px;
}

#bott{
	position:relative;
	/*float:bottom;*/
	/*border:1px solid #ff0;*/
	background:#bbb;
	width:1000px;
	height:15px;
	overflow: hidden;
	text-align:center;
	color:#555;
}

.menuleft{
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	background:#777;
	width:auto;
	height:15px;
	margin-left:1px;
	margin-right:1px;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	color:#fc0;
	text-align:left;
	letter-spacing:2px;
	font-weight:bold;
	cursor:pointer;
}

#leftimg{
	position:relative;
	float:left;
	width:149px;
	height:294px;
	background:#00f;	
}


#iframeinnerdiv{
	margin:5px;
}

#pagetitle{
	width:100%;
	height:15px;
	background:#777;
	text-align:right;
	padding-right:5px;
	color:#fc0;
}

.pagecontent{
	margin:30px;
	text-align:justify;
	/*text-indent:5%;*/
	overflow-y:auto;
	height:460px;
	/*overflow-y:scroll
	border:1px solid #f00;*/
}

h4{
	font-weight:bold;
	font-size:15px 
}

