body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	    margin:0; 
	    padding:0; 
	} 
	
	fieldset,img {  
	    border:0; 
	} 
	
	a img {
		border: 0;
		} 
		
	a:active {
		border: none;
		} 
		
	address,caption,cite,code,dfn,em,strong,th,var { 
	    font-style:normal; 
	    font-weight:normal; 
	} 
	ol,ul { 
	    list-style:none; 
	} 
	caption,th { 
	    text-align:left; 
	} 
	h1,h2,h3,h4,h5,h6 { 
	    font-size:100%; 
	    font-weight:normal; 
	} 
	q:before,q:after { 
	    content:''; 
	} 
	abbr,acronym { border:0; 
	} 



a {text-decoration:none;}
a:link {color: #fff;}
a:visited {color: #fff;}
a:hover {color:#ffcc00;}
a:active {color: #fff;}


body	{font-family: Arial, Verdana, sans-serif;
	font-size: 65%;
	color: #fff;
	background: #fff;}
	
#main	{width: 1000px;
		height: 900px;
		margin: 0px auto;
		background: #3399cc url('images/LionsH.jpg') no-repeat;}	
		

#bodyC	{position: absolute;
		top: 200px;}
		
#footer	{clear: both;
		width: 1000px;
		height: 240px;
		background: #3399cc url('images/footerBG.gif') no-repeat;}
		
#left	{float: left;
		width: 510px;}

#right	{float: right;
		width: 460px;
		padding-right: 30px;}


ul		{font-size: 1.1em;
		letter-spacing: 0.1em;
		word-spacing: 0.1em;
		line-height: 1.0em;
		list-style-type: none;
		display: block;}



		
/* type */

h1	{font-size: 1.9em;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
	line-height: 1.2em;
	margin-bottom: 24px;}
	
h2	{font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0.2em;
	word-spacing: 0.1em;
	line-height: 1.2em;
	margin: 17px 0;}

p	{font-size: 1.1em;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
	line-height: 1.1em;
	margin-bottom: 14px;}
	
#footer p	{position: relative;
			top: 105px;
			width: 500px;
			text-align: right;}


.sub	{font-weight: bold;
		font-style: italic;}
	
	
	
	
/* SLIDESHOW */


#slideshow	{position: relative;
			margin-left: 50px;
			width: 437px;
			height: 328px;
			border: 5px solid #fff;}
			

#slideshow IMG.last-active {
  			  z-index:9;}
  			  
  			  
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}
		
	
	
	
	

	