/*--------------------------------------------------*/
/* Sitemap                                          */

	#sitemap {
		list-style-type: none;
		margin: 1em 0 2em 0;
		padding: 0;
	}

		#sitemap li {
			clear: both;
			padding: 0;
		}

			#sitemap li a {
				background: #eb6a0a;
				padding: 6px;
				margin: 0 0 2px;
				display: block;
				float: left;
				font-weight: normal;
				color: #fff;
				font-family: georgia, arial, helvetica, sans-serif;
			}

			#sitemap li ul {
				clear: both;
				background: #85cbed;
				list-style-type: none;
				width: 170px;
				margin: 2px 0 0 12px;
				padding: 0;
			}

				#sitemap li ul li {
					padding: 0;
				}

					#sitemap li ul li a {
						background: transparent;
						float: none;
						font-weight: bold;
					}
					
	/*--------------------------------------------------*/
	/* 404 Error Page                                   */
	
		#encapsulator,
		#encapsulator h1 {
			width: 800px;
		}
		
		.msg {
			width: 800px;
		}
		
		#encapsulator label {
			font-weight: bold;
			cursor: pointer;
		}