html {
			
				margin: 0px;
				padding: 0px;
			
			}
			
			
			* {
			
				margin: 0px;
				padding: 0px;
				
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 11px;
			
			}
			
			
			body {
			
				min-height: 100%;
				background-color: #C8BC7C;
				background-color: #500000;
				
				text-align: center;
			}
			
			a {
				text-decoration: underline;
				color: #80CDCF;
				color: #1FA3A6;
				color: #017376;
				color: #015658;
			}
			
			a:hover {
			
				text-decoration: underline;
			}
			
			
			img {
			
				border: 0px;
			
			}
			
			a img {
			
				border: 0px;
			}
		

			#ExtendedLayoutContainer {
			
				position: relative;
				
				float: left;
				
				width: 100%;
				height: 610px;
			
				background-color: #C8BC7C;
				
				margin-top: 50px;

border-top: 2px solid #80CDCF;
border-bottom: 2px solid #80CDCF;
			}
			
			
			#MainContainer {
			
				position: relative;
				
				width: 980px;
				height: 610px;
			
				margin-left: auto;
				margin-right: auto;
				
				text-align: left;
				
				background-image: url(../images/Global/mad_hatter_bkgd.gif);
				background-repeat: no-repeat;
				background-position: 50px 160px;
				
			}
			
			#Header {
			
				float: left;
				
				width: 980px;
				height: 116px;
				
			}
			
			
			#HeaderLogo {
			
				float: left;
				
				width: 300px;
				
				margin-left: 90px;
				margin-top: 24px;
			}
			
			#HeaderRight {
				
				float: right;
			
			}
			
			#HeaderRight ul {
			
				list-style-type: none;
				
				margin: 0px;
				padding: 0px;
				
				margin-top: 12px;
			}
			
			#HeaderRight ul li {
			
				float: left;
				
				border-right: 1px solid #500000;
			}
			
			
			#HeaderRight ul li a {
			
				padding-left: 8px;
				padding-right: 8px;
			
				text-decoration: none;
				color: #500000;
				
				display: block;
			}
			
			#HeaderRight ul li a:hover {
			
				text-decoration: underline;
			}
			
			#BreadCrumbTrail {
			
				float: left;
			
				width: 960px;
				height: 20px;
				
				margin-left: 20px;
			
				
			
			}
			
			
			#BreadCrumbTrail a {
			
				text-decoration: none;
				
				color: #500000;
			
			}
			
			#BreadCrumbTrail a:hover {
			
				text-decoration: underline;
				
			}
			
			
			#Content {
				
				float: left;
			
				margin-top: 44px;
				margin-left: 20px;
				
				width: 415px;
				height: 405px;
			
			}
			
			#Content p {
			
				margin-left: 20px;
				
				margin-top: 12px;
				margin-bottom: 12px;
				
				line-height: 16px;
			
			}
			
			#PageHeader {
			
				width: 100%;
			
				font-size: 14px;
				font-weight: bold;
			
				text-align: center;
			}
		
		
			#Footer {
			
				position: absolute;
				
				width: 980px;
				height: 24px;
				
				bottom: 0px;
				left: 0px;
				
				padding-bottom: 4px;

			}
		
#FooterBar {

position: absolute;

width: 100%;
height: 2px;

border-top: 1px solid #B2A06A;

top: 626px;
left: 0px;
}
		
			#FooterNav {
			
				float: left;
				
				width: 980px;
				height: 20px;
			
			}
		
		
			#FooterNav ul {
			
				float: left;
				
				padding: 0px;
				margin: 0px;
				
				margin-left: 20px;
			
				list-style-type: none;
			}
			
			
			#FooterNav ul li {
			
				float: left;
			
			}
			
			
			#ImageContainer {
			
				position: relative;
				
				float: left;
				
				width: 397px;
				height: 397px;
				
				margin-left: 80px;
			
			}
			
			.ContainerImage {
			
				position: absolute;
				
				top: 0px;
				left: 0px;
				
				width: 397px;
				height: 397px;
			
			}

.DraggableImage {

position: absolute;

}
