		body{
		font-family: "Consolas", Courier New, Courier, monospace;
		text-shadow: 0px 1px 0px #fff;
		font-size: 11px;
		}
		
		*{
			margin:0;
			padding:0;
		}
		a{
			color: #747474;
			text-decoration: none;
			font-weight:600;
		}
		a:hover{
			color: #F06;
		}
		h1{
			font-size: 16px;
			font-weight: 400;
		}
		h2{
			font-size: 24px;
			font-weight: 400;
		
		}
		h2:hover{
			color: #F06;
		}
		h3{
			font-size: 11px;

		}
			
		img{
			border:none;
		}
		body {
			overflow:hidden;/*Needed to eliminate scrollbars*/
			background:#fff;
		}
		#content{
			margin:0;
			top:0;
			z-index: 5;
			position:absolute;
		}
		#contentframe{
			overflow: hidden;
			height: 100%;
			text-align:left;
			z-index: 5;
		}
		#caption{
			overflow: hidden;
			position: absolute;
			right: 15px;
			bottom: 42px;
			z-index: 4;
			padding: 0 0 0 20px;
			border-right: #333 dotted 1px;
			width: 50%;
		}
		#slidecaption{
			color:#333;
			font-size: 16px;
			font-weight: 400;
			padding: 0 15px 0 0;
			text-align: right;
		}
		#slidecaption_p{
			color:#333;
			text-shadow: 0px 1px 0px #fff;
			padding: 10px 15px 0 0;
			text-align: right;
		}
		#footer{
			background-image:url(images/BG.png);
			position: absolute;
			bottom: 0px;
			width: 100%;
			padding: 7px 0 7px 15px;
			color: #FFF;
			text-shadow: 0px 1px 0px #000;
			font-weight: bold;
			z-index: 6;
		}
		.footer_img_{
		float: right;
		margin-right: 30px;
		}
		.footer_img{
		float: right;
		margin-right: 15px;
		}
		
		#footer a {
			color: #FFF;
		}
		#footer a:hover{
			color: #F06;
			text-shadow: 0px 1px 0px #fff;
		}
		
		#nav_next{
			overflow: hidden;
			position: absolute;
			right: 0px;
			top: 45%;
			z-index: 4;
		}
		#nav_prev{
			overflow: hidden;
			position: absolute;
			left: 0px;
			top: 45%;
			z-index: 4;
		}
		#nav_bar{
			position: absolute;
			left: 150px;
			top: 15px;
			z-index: 4;
			line-height: 16px;
			color: #333;
			padding: 13px 20px 0 20px;
			text-align: left;
			width: 130px;
			height: 88px;
			border-left: #333 dotted 1px;
		}
		#about_bar{
			position: absolute;
			right: 15px;
			top: 15px;
			width: 60%;
			z-index: 4;
			line-height: 16px;
			color: #333;
			padding: 3px 20px 3px 20px;
			text-align: right;
			border-right: dotted 1px #333;

		}
		#about_collapse{
			position: absolute;
			right: 15px;
			top: 15px;
			width: 50%;
			z-index: 4;
			line-height: 16px;
			color: #333;
			text-align: right;
			border-right: dotted 1px #333;

		}


		
		/*Supersized Stamp*/
		.stamp{
			float: right;
			margin: 25px 20px 0 0;
		}
		/*Supersize Plugin Styles*/
		#navigation{
			float: right;
			margin: 22px 20px 0 0;
		}
		#loading {
			position: absolute;
			top: 49.5%; 
			left: 49.5%;
			z-index: 3;
			width: 22px; 
			height: 22px;
			text-indent: -999em;
			background-image: url(images/progress.gif);
		}
		#supersize{
			position:fixed;
		}
		#supersize img, #supersize a{
			height:100%;
			width:100%;
			position:absolute;
			z-index: 0;
		}
		#supersize .prevslide, #supersize .prevslide img{
			z-index: 1;
		}
		#supersize .activeslide, #supersize .activeslide img{
			z-index: 2;
		}
