body {
	background-image:url(../images/body.png);
	background-color:#fff;
	background-position:top;
	background-repeat:repeat-x;
}
	#container {
		width:886px;
		margin-left:auto;
		margin-right:auto;
		display:block;
	}
		#header {
			display:block;
			height:146px;
			background-image:url(../images/page_top.png);
			background-repeat:no-repeat;
		}
			#header .overlay {
				display:none;
			}
			#header hr {
				display:none;
			}

			#search {
				position:relative;
				display:block;
				float:left;
				width:245px;
				margin-left:17px;
				margin-top:121px;
				z-index:800;
			}
				#search b {
					float:left;
					padding-top:3px;
					padding-right:5px;
				}
				#search .input {
					width:100px;
				}

			#menu {
				display:block;
				float:right;
				width:580px;
				margin-right:15px;
				margin-top:119px;
			}

		#page {
			display:block;
			background-image:url(../images/page_middle.png);
			background-repeat:repeat-y;
		}

			#content {
				display:block;
				padding-top:5px;
			}

				#left {
					display:block;
					float:left;
					width:245px;
					margin-left:17px;
				}
				#middle {
					display:block;
					float:right;
					width:580px;
					margin-right:15px;
				}
					#content div.article {
						display:block;
						margin-bottom:15px;
					}
			
					#content div.title {
						padding-bottom:3px;
						border-bottom:2px solid #ffd8ba;
						margin-bottom:3px;
					}
					#left div.title {
						border-bottom:2px solid #e3ddff;
					}
					#content .article div.content {
						display:block;
					}
					#content .article div.content img {
						border:none;
						margin-right:10px;
					}

		#footer {
			display:block;
			height:109px;
			background-image:url(../images/page_bottom.png);
			background-repeat:no-repeat;
		}
			#footer hr {
				display:none;
			}
			#footer .copyrights {
				color:#fff;
				font-size:10px;
				display:block;
				padding-top:33px;
				padding-left:10px;
			}
			

/* Overlay */
#modalOverlay {background-color:#000; cursor:wait;}

/* Container */
#modalContainer {height:602px; width:802px; left:50%; top:5%; margin-left:-401px; 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;}			