body {
	background-image:url(../images/body.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-attachment:fixed;
}
	#container {
		display:block;
		width:800px;
		margin-left:auto;
		margin-right:auto;
	}
		#header {
			display:block;
			background-image:url(../images/default_header.jpg);
			background-repeat:no-repeat;
			background-position:center center;
			height:161px;
		}
			#header .overlay {
				display:block;
				background-image:url(../images/header_overlay.png);
				background-repeat:no-repeat;
				background-position:top left;
				height:161px;
			}
			#header h1 {
				display:none;
			}
		#content {
			display:block;
			background-color:#fff;
		}
			#left {
				display:block;
				float:left;
				width:206px;
			}
				#menu {
					display:block;
					padding-top:5px;
				}
				#menu div.top {
					display:block;
					height:6px;
					background-image:url(../images/menu_top.gif);
					background-repeat:no-repeat;
					background-position:bottom left;
				}
				#menu div.bottom {
					display:block;
					height:211px;
					background-image:url(../images/menu_bottom.gif);
					background-repeat:no-repeat;
					background-position:top left;
				}
				#menu ul {
					background-color:#0f4397;
					display:block;
					margin:0;
					padding:0;
				}
				#menu ul li {
					display:block;
					list-style:none;
					list-style-image:none;
					margin:0;
					padding:0;
				}
					#menu ul li a {
						display:block;
						padding-left:10px;
						padding-right:10px;
						color:#FFFF00;
						text-transform:capitalize;
						border-bottom:1px solid #FFFF00;
						font-size:12px;
						font-weight:bold;
					}
						#menu ul li a:hover {
							color:#fff;
						}
					#menu ul ul {
						display:none;
					}
					
			#middle {
				display:block;
				float:right;
				width:576px;
			}
				#middle .article {
					display:block;
				}
					#middle .article div.title {
						display:block;
						background-image:url(../images/title.gif);
						background-repeat:no-repeat;
						background-position:bottom left;
						padding-top:10px;
						padding-left:20px;
					}
					#middle .article div.title h1 {
						line-height:normal;
					}
					#middle .article div.content {
						display:block;
						padding:10px;
					}
					
			#footer {
				display:block;
				background-image:url(../images/footer.gif);
				background-repeat:no-repeat;
				background-position:top left;
				height:16px;
				color:#fff;
				font-size:10px;
				padding-left:10px;
				line-height:14px;
			}
			#footer a {
				color:#fff;
			}
			

/* 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 #fff;}
#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;}				

