body {
	padding:0px;
}

#container {
	display:block;
	width:1050px;
	margin-left:auto;
	margin-right:auto;
}
	#header_overlay {
		display:block;
    	background-image:url('../images/cnewsnetwork4.png');
    	background-repeat:no-repeat;
    	width:1050px;
    	height:214px
	}
		#head {
			display:none;
		}
		#header_overlay .badgeClick {
			position:relative;
			display:block;
			width:197px;
			height:168px;
			left:800px;
			z-index:100;
		}
		#site_search {
        	position:relative;
        	top:190px;
			width:119px;
			height:21px;
			padding-left:85px;
		}
			#site_search b {
				display:none;
			}
			#site_search .input {
				background-color:white;
				border:0px none;
				width:86px;
				height:16px;
				float:left;
				font-size:12px;
                margin:0px;
				padding:0px
			}
			#site_search .go {
                display:block;
                float:right;
				background-image:url('../images/go.png');
				background-repeat:no-repeat;
				width:21px;
				height:21px;
				margin-top:-4px;
				border:0px none;
			}
			#site_search input.submit {
				display:none;
			}

		#menu {
        	position:absolute;
        	margin-top:164px;
        	margin-left:215px;
		}

	#content {
		width:1050px;
		display:block;
	}
		#left {
			display:block;
			background-image:url('../images/gui_07.png');
			background-repeat:repeat-y;
			width:189px;
			float:left
		}
			#left_content {
				display:block;
				background-image:url('../images/gui_08.png');
				background-repeat:no-repeat;
				background-position-y:50%
			}
                #shop_search {
					display:none;
					background-image:url('../images/gui_04.png');
					background-repeat:no-repeat;
					padding-top:30px; background-position-y:50%
                }

				#left_content .article {
					margin-left:20px;
					padding:5px;
				}

		#middle {
			display:block;
			background-image:url('../images/gui_05.png');
			background-repeat:repeat-y;
			background-position: left 50%;
			width:850px;
			float:right
		}
			#middle_content {
				display:block;
				background-image:url('../images/gui_10.png');
				background-repeat:no-repeat;
				background-position: left bottom;
				margin-right:30px;
				padding-left:20px
			}
				#middle_content .article {
					display:block;
					margin-top:15px;
					margin-bottom:15px;
				}

	#footer {
		display:block;
		clear:both;
	}
		#footer br,
		#footer hr {
			display:none;
		}
		#credits {
			padding-left:20px;
		}

/* Overlay */
#modalOverlay {background-color:#000; cursor:wait;}

/* Container */
#modalContainer {height:400px; width:600px; left:50%; top:15%; margin-left:-300px; background-color:#fff; border:3px solid #ccc;}
#modalContainer a.modalCloseImg {background:url('../images/x.png') no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer}
#modalContainer #basicModalContent {padding:8px;}		
