body
   {
   margin: 0px;
   padding: 0px;
   text-align: center;
   background:#000;
   overflow:hidden;/*Needed to eliminate scrollbars*/
   }
   
   
   
   
   	*{
			margin:0;
			padding:0;
		}
		img{
			border:none;
		}

   
	
		#contentframe{
			overflow: hidden;
			border-top:solid 1px #4F4F4F;
			border-bottom:1px solid #000;
			height: 100%;
			text-align:center;
			z-index: 3;
		}
		#slidecounter{
			float:left;
			color:#4F4F4F;
			font:50px "Helvetica Neue", Arial, sans-serif;
			font-weight:bold;
			margin:18px 20px;	
		}
		#slidecaption{
			overflow: hidden;
			float:left;
			color:#FFF;
			font:26px "Helvetica Neue", Arial, sans-serif;
			font-weight:bold;
			margin:33px 0;
		}
		/*Supersized Stamp*/
		.stamp{
			float: right;
			margin: 25px 20px 0 0;
		}
		/*Supersize Plugin Styles*/
		#navigation{
			background: url('images/navbg.gif') no-repeat;
			float: right;
			margin:22px 20px 0 0;
		}
		#loading {
			position:fixed;
			top: 49.5%; 
			left: 49.5%;
			z-index: 3;
			width: 24px; 
			height: 24px;
			text-indent: -999em;
			background-image: url(images/progress.gif);
		}
		#supersize{
			position:fixed;
			z-index: 0;
			top: 0px;
			text-align:center;
		}
		#supersize img, #supersize a{
			height:100%;
			width:100%;
			position:fixed;
			text-align:center;
			z-index: 1;
		}
		#supersize .prevslide, #supersize .prevslide img{
			z-index: 2;
		}
		#supersize .activeslide, #supersize .activeslide img{
			z-index: 3;
		}
		
		
   
   
   
   
   
   

h1, h2, h3, ul, li, p, form
   {
   margin: 0px;
   padding:  0px;
   }

hr
   {
   display: none;
   }

a{
   text-decoration:none;
   }

a:hover{
   text-decoration:underline;
   }

.space
   {
   clear: both;
   }

#page
   {
   margin: 0px auto;
   padding: 0;
   width: 960px;
   z-index: 4;
   }

#header
   {
   /*background: url('./images/newdesign2.png') no-repeat top left;*/
   height: 300px;
   width: 408px;
   position:absolute;
   left:50%;
   top: 50%;
   margin-left:-204px;
   margin-top:-150px;
   text-align: center;
   z-index: 5;
   }

#headerimg
   {
   margin: 0px;
   text-align: center;
   z-index: 6;   
   
   }


 
   
   
#horizontal_slide {
	background: #D0C8C8;
	color: #8A7575;
	padding: 10px;
	border: 5px solid #F3F1F1;
	font-weight: bold;
}

#blog {
	width:150px;
	height:150px;
	position:fixed;
	right:25px;
	top:25px;
	z-index:11;
}


#footer
   {
   background: url('./images/footer.png') no-repeat center center;
   background-color:#000;
   height: 30px;
   text-align: center;
   width: 100% ;
   position:absolute; 
   bottom: 0px;
   left: 0px;
   z-index: 10;
   }

