@charset "utf-8";
/* CSS Document */
body, h1, h2, p, ul, li, a {
	margin: 0px;
	padding: 0px;
	}
.twoColFixLtHdr #container #mainContent #screen #seventeen {
	position: absolute;
	height: 385px;
	width: 604px;
	visibility: visible;
	z-index: 4;
	background-color: #FFF;
	background-image: url(images/other/ranger.jpg);
}
.twoColFixLtHdr #container #mainContent #screen #eleven {
	background: url(images/other/thief.jpg);
	position: absolute;
	height: 385px;
	width: 604px;
	visibility: visible;
	z-index: 10;
}
.twoColFixLtHdr  #container  #footer  #thumbnails  .surgeon {
	background: url(images/other/surgeon_thumb.jpg) no-repeat center center;
}
.twoColFixLtHdr #container #mainContent #screen #fifteen {
	background: url(images/other/surgeon.jpg);
	position: absolute;
	height: 385px;
	width: 604px;
	visibility: visible;
	z-index: 6;
}
.twoColFixLtHdr #container #mainContent #screen #twelve {
	background: url(images/other/greece.jpg);
	position: absolute;
	height: 385px;
	width: 604px;
	visibility: visible;
	z-index: 9;
}
.twoColFixLtHdr #container #mainContent #screen #nine {
	background: url(images/other/painter.jpg);
	position: absolute;
	height: 385px;
	width: 604px;
	visibility: visible;
	z-index: 12;
}
h1 {
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	/* text-algn centre was here. this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container #sidebar1 li a:link {
	color: #FFFFFF;
}
.twoColFixLtHdr #container #sidebar1 li a:visited {
	color:#FFFFFF;
}
.twoColFixLtHdr #container #sidebar1 li a:hover {
	background: #666666;
}
.twoColFixLtHdr #container #mainContent #screen #seven {
	background: url(images/other/moss.jpg);
	position: absolute;
	height: 385px;
	width: 604px;
	visibility: visible;
	z-index: 14;
}
.twoColFixLtHdr #container #sidebar1 li a:active {
	background: #282828;
	color: #999999;
}
.twoColFixLtHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left;
	background: url(images/faces/background.gif);
	height: 1200px;
} 
.twoColFixLtHdr #header {
	padding: 20px 10px 0px 115px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px 0px;
	width: 900px;
	font: lighter normal 14px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
} 
.twoColFixLtHdr #container #header #illustration {
	float: right;
	color: #56A8B1;
	margin-top: 14px;
	margin-right: 140px;
	letter-spacing: 0.5em;
	font: normal 18px Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container #footer #thumbnails ul {
	list-style: none;
}
.twoColFixLtHdr  #container  #footer  #thumbnails  .balls {
	background: url(images/other/balls_thumb.jpg) no-repeat center center;
}
.twoColFixLtHdr  #container  #footer  #thumbnails  .carmignac  {
	background-image: url(images/other/carmignac_thumb.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFF;
}
.twoColFixLtHdr #container #sidebar1 ul {
	list-style: none;
	margin: 8px 0px 0px 68px;
	display: block;
	text-align: left;
}
.twoColFixLtHdr #container #sidebar1 a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: #999999 no-repeat center center;
	width: 120px;
	height: 30px;
	color: #FFFFFF;
	display: block;
	text-align: left;
	margin: 0px 0px 3px;
	padding: 3px 0px 0px 5px;
}
.twoColFixLtHdr  #container  #sidebar1  .hereother {
	background: #CCCCCC no-repeat;
	height: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	display: block;
	padding: 3px 0px 0px 5px;
}
.twoColFixLtHdr #container #footer #thumbnails li {
	float: left;
	text-align: center;
	margin: 3px;
	background: #999999;
}
.twoColFixLtHdr #container #footer #thumbnails a {
	display: block;
	margin: 0px;
	height: 40px;
	width: 42px;
	border: 1px solid #999999;
}
.twoColFixLtHdr #container #footer #thumbnails ul a:link {
}
.twoColFixLtHdr #container #footer #thumbnails ul a:visited {}
.twoColFixLtHdr #container #footer #thumbnails ul a:hover {
	border: 1px solid #000000;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #3D5787;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.5em;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 193px;
	position: relative;
	margin-top: 124px;
}
.twoColFixLtHdr #mainContent {
	margin: 30px 0 0 206px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0;
	height: 360px;
	width: 604px;
	clear: right;
	position: relative;
} 
.twoColFixLtHdr #container #mainContent #screen #eight {
	background: url(images/money/grimreaper.jpg);
	position: absolute;
	height: 385px;
	width: 604px;
	visibility: visible;
	z-index: 13;
}
.twoColFixLtHdr #container #mainContent #screen #blank {
	background: #FFFFFF url(images/other/other_screen.jpg);
	position: absolute;
	height: 385px;
	width: 604px;
	z-index: 25;
	visibility: visible;
}
.twoColFixLtHdr  #container  #footer  #thumbnails  .chaplin {
	background: url(images/other/chaplin_thumb.jpg) no-repeat center center;
}
.twoColFixLtHdr  #container  #mainContent  #screen  #one {
	background: #666666;
	position: absolute;
	height: 385px;
	width: 604px;
	z-index: 20;
	visibility: visible;
}
.twoColFixLtHdr #container #mainContent #screen #four {
	background: #FFFFFF url(images/other/balls.jpg) no-repeat center center;
	position: absolute;
	z-index: 17;
	width: 604px;
	height: 385px;
	visibility: visible;
}
.twoColFixLtHdr #container #mainContent #screen #three {
	position: absolute;
	height: 385px;
	width: 604px;
	z-index: 18;
	visibility: visible;
	background-color: #FFF;
	background-image: url(images/other/carmignac.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.twoColFixLtHdr   #container   #mainContent   #screen   #two {
	background: url(images/other/letters.jpg);
	position: absolute;
	width: 604px;
	height: 385px;
	z-index: 19;
	visibility: visible;
}
.twoColFixLtHdr #container #footer #thumbnails li {
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 30px;
	position: relative;
	margin-top: 49px;
	height: 130px;
	width: 500px;
	margin-left: 220px;
} 
.twoColFixLtHdr #container #footer #thumbnails #copyright p {
	font-size: xx-small;
	font-style: normal;
	color: #CCCCCC;
	letter-spacing: 0.01em;
	padding: 3px 0px 0px 4px;
	margin: 0px;
	font-variant: normal;
	font-weight: lighter;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #mainContent #screen #five {
	background: url(images/other/chaplin.jpg) no-repeat center center;
	position: absolute;
	height: 385px;
	width: 604px;
	z-index: 16;
	visibility: visible;
}
.twoColFixLtHdr  #container  #footer  #thumbnails  .greenwich {
	background-color: #FFF;
	background-image: url(images/other/greenwich_thumb.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.twoColFixLtHdr  #container  #footer  #thumbnails  .letters {
	background: url(images/other/letters_thumb.jpg) no-repeat center center;
}
.twoColFixLtHdr #container #mainContent #screen #six {
	position: absolute;
	height: 385px;
	width: 604px;
	visibility: visible;
	z-index: 15;
	background-color: #FFF;
	background-image: url(images/other/greenwich.jpg);
	background-repeat: no-repeat;
}
.twoColFixLtHdr  #container  #footer  #thumbnails  .moss {
	background: url(images/other/moss_thumb.jpg) no-repeat center center;
}
.twoColFixLtHdr   #container   #footer   #thumbnails   .toast {
	background: url(images/other/toast_thumb.jpg) no-repeat center center;
}
.twoColFixLtHdr #container #mainContent #screen #fourteen {
	background: url(images/other/toast.jpg);
	position: absolute;
	height: 385px;
	width: 604px;
	visibility: visible;
	z-index: 7;
}
.twoColFixLtHdr #container #mainContent #screen #nineteen {
	height: 385px;
	width: 604px;
	position: absolute;
	visibility: visible;
	z-index: 2;
	background-color: #FFF;
	background-image: url(images/other/bubbleman.jpg);
}
.twoColFixLtHdr  #container  #footer  #thumbnails  .archbishop {
	background: url(images/other/archbishop_thumb.jpg) no-repeat center center;
}
.twoColFixLtHdr    #container    #footer    #thumbnails    .grimreaper {
	background: url(images/money/grimreaper_thumb.jpg) no-repeat center center;
}
.twoColFixLtHdr  #container  #footer  #thumbnails  .thief {
	background: url(images/other/thief_thumb.jpg) no-repeat center center;
}
.twoColFixLtHdr   #container   #footer   #thumbnails   .leakey {
	background: url(images/faces/leakey_thumb.jpg) no-repeat center center;
}
.twoColFixLtHdr #container #mainContent #screen #ten {
	background: url(images/faces/leakey.jpg);
	position: absolute;
	height: 385px;
	width: 604px;
	visibility: visible;
	z-index: 11;
}
.twoColFixLtHdr   #container   #footer   #thumbnails   .greece {
	background: url(images/other/greece_thumb.jpg) no-repeat center center;
}
.twoColFixLtHdr  #container  #footer  #thumbnails  .painter {
	background: url(images/other/painter_thumb.jpg) no-repeat center center;
}
.twoColFixLtHdr  #container  #footer  #thumbnails  .ranger {
	background-color: #FFF;
	background-image: url(images/other/ranger_thumb.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.twoColFixLtHdr  #container  #footer  #thumbnails  .foreigners {
	background: url(images/other/foreigners_thumb.jpg) no-repeat center center;
}
.twoColFixLtHdr #container #mainContent #screen #eighteen {
	background: url(images/other/foreigners.jpg);
	position: absolute;
	height: 385px;
	width: 604px;
	visibility: visible;
	z-index: 3;
}
.twoColFixLtHdr  #container  #footer  #thumbnails  .spotlight {
	background-color: #FFF;
	background-image: url(images/other/spotlight_thumb.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.twoColFixLtHdr #container #mainContent #screen #twenty {
	position: absolute;
	height: 385px;
	width: 604px;
	visibility: visible;
	z-index: 1;
	background-color: #FFF;
	background-image: url(images/other/spotlight.jpg);
}
.twoColFixLtHdr  #container  #footer  #thumbnails  .liberty {
	background: url(images/other/liberty_thumb.jpg) no-repeat center center;
}
.twoColFixLtHdr #container #mainContent #screen #sixteen {
	background: url(images/other/liberty.jpg);
	position: absolute;
	height: 385px;
	width: 604px;
	visibility: visible;
	z-index: 5;
}
.twoColFixLtHdr  #container  #footer  #thumbnails  .santa {
	background-color: #FFF;
	background-image: url(images/other/santa_thumb.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.twoColFixLtHdr #container #mainContent #screen #thirteen {
	position: absolute;
	height: 385px;
	width: 604px;
	visibility: visible;
	z-index: 8;
	background-color: #FFF;
	background-image: url(images/other/santa.jpg);
}
.twoColFixLtHdr   #container   #footer   #thumbnails  .bubbleman {
	background-image: url(images/other/bubbleman_thumb.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFF;
}
.twoColFixLtHdr #container #mainContent #screen #blank {
	background: #FFFFFF url(images/contact/other_screen2.jpg);
	position: absolute;
	height: 385px;
	width: 604px;
}
.twoColFixLtHdr #container #mainContent #screen #one {
	background: url(images/other/archbishop.jpg);
	position: absolute;
	height: 385px;
	width: 604px;
}
 

