div {
}
body {
	text-align:center;
	font-size:80%;
}
	#all {
		width:auto;
		text-align:left;
			position:relative;
		min-width:960px;
		}
		#header {
			height:120px;
		}
		#contents{
			height:auto;
			}
			#contents #sideBar {
				width:320px;
				float:left;
	border:1px solid #ccc;
	padding:10px;
			}
			#contents #main {
				margin-left:355px;
				position:relative;
	padding:10px;
				top:0px;
			}
			#contents #main #mainTop {
				position:relative;
			}
				#contents #main #menu {
	border:1px solid #ccc;
	padding:10px;
					float:right;
					width:175px;
					/*height:350px; */
		/*			overflow:scroll; */
					position:relative;
					right:0pc;
					top:0px;
				}
				#contents #main #generalInfo {
					margin-right:285px;
	border:1px solid #ccc;
	padding:10px;
				}
			#contents #main #news {
				position:relative;
				height:inherit;
				clear:right;
				
			}
				#contents #main #news .newsBox {
					position:absolute;
	border:1px solid #ccc;
	padding:10px;
	
					width:47%;
					top:0px;
				}
				#newsCenter {
					left:0px;
				}
				#newsRight {
					right:0px;
				}
			#footer{
				position:relative;
                clear:both;
				bottom:0;
                width:100%
			}
			.widget {
	border:1px solid #ccc;

			}
