@charset "UTF-8";
/* CSS Document */

/* Normalizes Margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th
{
margin: 0;
padding: 0;
}

/* Removes list-style from lists 
	font-style: italic;*/
ol, ul { list-style: none; }



body {
	margin: auto;
	 background:#eee;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 11px;
	

	min-width: 900px;
	

}

.header {
	
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 0.7em;
	word-spacing: 0.7em;
	font-weight:bold;
	

}

#navigation 
{
	position:absolute;
	z-index:0;
	top:0px;
	
	margin-top:0px;
	text-align:center;
	
	left:10%;
	
}


#navigation a
{
color: #000;
text-decoration: none;
height:24px;
text-align: center;

}

/* Hide from IE5-Mac \*/
#navigation a, .scroll-to-element-demo a 
{
float: none
}
/* End hide */

#navigation a:hover, #notes a:hover
{
color: #36d;

/*border-bottom-style: solid;border-bottom-width:1px;border-bottom-color:#999;*/

}



#navigation ul
{
list-style: none;
padding: 0;
margin: 0;
}

#navigation li
{
list-style: none;
float: left;
height:25px;
line-height:26px;

}



div#main{ 
                               
	z-index:1;
	position: relative;
	width: 900px;
	margin: auto;
	
	background:#ffffff;
    margin-top: 40px !important;

 	/* 
 	top:2px;
	bottom: 20px !important;
	margin-bottom: 20px !important;
	padding-bottom: 20px !important;
	padding-top: 5px;
	padding-bottom: 5px;*/
	
	
	
 
 }


	
	#gallery h2{
	text-align:left;
	font-size: 24px;
	color: #666;
	padding-left: 40px;
	padding-top: 20px;
	}
	#pagetitle{
	font-size: 16px;
	color: #999;
	text-align:left;
	padding-left: 40px;

	}
	#footer {
	 z-index:99;
	 clear:all;
	/*position:absolute;*/
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 11px;
	letter-spacing: 0.05em;
	word-spacing: 0.05em;
	margin:auto;
	text-align:center;
	float:bottom;
	bottom: 3px;
	color: #aaa;
}

#signature {
  z-index:100;
	position:absolute;
	float:bottom;
	right:10px;
	bottom: 20px;
	
}
.Title a, Title a:link, Title a:visited{
	
	color: #ccc;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 26px;
	font-style: italic;
	text-decoration: none;
	margin: 10px 0;
	padding: 0;
	margin-top: 20px;
	text-align:center;
}

.Title a:hover{
	
	color: #36d;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 26px;
	font-style: italic;
	text-decoration: none;
	margin: 10px 0;
	padding: 0;
	text-align:center;
}



			.holder {
				
				margin: 25px;
				margin-right: 10px;
				width: 580px;
			}
			
			.holder2 {
				
				margin: 15px;
				margin-right: 10px;
				width: 780px;
			}
			.scroll-pane {
			 position: relative;
				
				
				overflow: auto;
				background: #fff;
				text-align:left;
				float: left;
				
				
			}
			#pane5 p{
				font-family: "Century Gothic", Verdana, Arial, sans-serif;
				font-size: 12px;				
				letter-spacing: 0.1em;
				word-spacing: 0.1em;
				left:0px;
				padding-right:30px;
				
			}
			#pane5 {
				font-family: "Century Gothic", Verdana, Arial, sans-serif;
				font-size: 12px;				
				letter-spacing: 0.1em;
				word-spacing: 0.1em;
				left:0px;
				width: 750px;
				height: 470px;
				
			}
			
			#pane4 p{
				font-family: "Century Gothic", Verdana, Arial, sans-serif;
				font-size: 12px;				
				letter-spacing: 0.1em;
				word-spacing: 0.1em;
				left:0px;
				margin-right:20px;
				
			}
			#pane4 {
				font-family: "Century Gothic", Verdana, Arial, sans-serif;
				font-size: 12px;				
				letter-spacing: 0.1em;
				word-spacing: 0.1em;
				left:0px;
				width: 600px;
				height: 280px;
				float:left;
				
			}
			#pane3 {
				font-family: "Century Gothic", Verdana, Arial, sans-serif;
				font-size: 12px;				
				letter-spacing: 0.1em;
				word-spacing: 0.1em;
				left:0px;
				width: 600px;
				height: 195px;
				float:left;
			}
			#pane3 p{
				font-family: "Century Gothic", Verdana, Arial, sans-serif;
				font-size: 12px;				
				letter-spacing: 0.1em;
				word-spacing: 0.1em;
				left:0px;
				margin-right:20px;
				
			}
			#pane2 {
				font-family: "Century Gothic", Verdana, Arial, sans-serif;
				font-size: 12px;				
				letter-spacing: 0.1em;
				word-spacing: 0.1em;
			    left:0px;
				width: 620px;
				height: 140px;
				
				text-align:left;
			}
			#pane {
				font-family: "Century Gothic", Verdana, Arial, sans-serif;
				font-size: 12px;				
				letter-spacing: 0.1em;
				word-spacing: 0.1em;
			    left:80px;
				width: 480px;
				height: 300px;
				
				text-align:left;
			}

			a.jScrollArrowUp {
				background: url(../images/arrow_up.gif) no-repeat 0 0;
			}
			a.jScrollArrowUp:hover {
				background-position: 0 -15px;
			}
			a.jScrollArrowDown {
				background: url(../images/arrow_down.gif) no-repeat 0 0;
			}
			a.jScrollArrowDown:hover {
				background-position: 0 -15px;
			}
			a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
				background-position: 0 -30px;
			}
			.jScrollPaneDrag {
				background: url(../images/drag.gif) no-repeat 50% 50%;
			}
			.jScrollPaneTrack {
				background: url(../images/line.gif);
			}
			
		
 #notes{
 
	}


ul{
list-style: none;
}
li{
list-style: circle;

float: left;
}
a{
color: #000;

text-decoration: none;
}

a:hover{
color: #36d;
text-decoration: none;
}
.scroll-to-element-demo{

padding-right: 18px;
left:5px;
}


#premstrip{
	text-align:center;
}

#h4Lvlcontrols{
	width:880px
	margin-top:20px;
	text-align:center;
}
#h4Lvlcontainer{
position:absolute;
top:90px; left:60px;width:780px; height:150px;clip:rect(0px,780px,150px,0px);z-index:5; overflow:hidden; 
text-align:center;
}
#h4Lvlcontent1{
position:absolute; top:0px; left:0px; height:150px;width:9360px;clip:rect(0px,9360px,150px,0px);z-index:6;
}

#premstrip2{
	text-align:center;
}

#h2Lvlcontrols{
	
	top:0px;
	text-align:center;
}

#h3Lvlcontainer{
position:absolute;
top:480px; left:60px;width:780px; height:150px;clip:rect(0px,780px,150px,0px);z-index:5; overflow:hidden; 
text-align:center;
}

#h2Lvlcontainer{
position:absolute;
top:430px; left:60px;width:780px; height:150px;clip:rect(0px,780px,150px,0px);z-index:5; overflow:hidden; 
text-align:center;
}
#h2Lvlcontent1{
position:absolute; top:0px; left:0px; height:150px;width:9800px;clip:rect(0px,9800px,150px,0px);z-index:6;
}

/*
div.inner { margin: 0; background: #ddd; padding: 2px; padding-left: 10px; padding-right: 10px; border:0; zoom:1;}
div.outer { float: left; margin-top: 0;margin-left: 10px; background: #ccc; padding: 4px; width:auto; min-width:80px;}

*/ 
div.inner{
 	margin: 0;
 	background:#ddd;
 	border:0;
 	width:118px;
 	text-align:center;
 	zoom:1;
 }
 
div.outer{
 float:left;
 margin-left:0px;
 margin-right:1px;
 background:#ccc;
 padding;4px:
 text-align: center;
 width:118px; 
 zoom:1;
  

 }