@charset "utf-8";
/* CSS Document */
body, h1, h2, p, ul, li, a {
	margin: 0px;
	padding: 0px;
	}
.twoColFixLtHdr #container #mainContent #screen #seventeen {
	background: url(images/faces/bonds.jpg);
	position: absolute;
	height: 385px;
	width: 604px;
	visibility: visible;
	z-index: 4;
}
.twoColFixLtHdr #container #mainContent #screen #eleven {
	background: url(images/faces/greifeld.jpg);
	position: absolute;
	height: 385px;
	width: 604px;
	visibility: visible;
	z-index: 10;
}
.twoColFixLtHdr  #container  #footer  #thumbnails  .cowell {
	background: url(images/faces/cowell_thumb.jpg) no-repeat center center;
}
.twoColFixLtHdr #container #mainContent #screen #fifteen {
	background: url(images/faces/cowell.jpg);
	position: absolute;
	height: 385px;
	width: 604px;
	visibility: visible;
	z-index: 6;
}
.twoColFixLtHdr #container #mainContent #screen #twelve {
	background: url(images/faces/ospel.jpg);
	position: absolute;
	height: 385px;
	width: 604px;
	visibility: visible;
	z-index: 9;
}
.twoColFixLtHdr #container #mainContent #screen #nine {
	background: url(images/faces/sven.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/faces/michelle_obama.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: 0px auto;
	text-align: left;
	background: url(images/faces/background.gif) no-repeat center;
	height: 1200px;
	padding: 0px;
} 
.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 10px 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 .paton {
	background: url(images/faces/paton_thumb.gif) no-repeat center center;
}
.twoColFixLtHdr #container #footer #thumbnails .chirac {
	background: url(images/faces/chirac_thumb.jpg) no-repeat center center;
}
.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 .herefaces {
	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: 113px;
}
.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/faces/berlusconi.jpg);
	position: absolute;
	height: 385px;
	width: 604px;
	visibility: visible;
	z-index: 13;
}
.twoColFixLtHdr #container #mainContent #screen #blank {
	background: #FFFFFF url(images/faces/faces_screen.jpg);
	position: absolute;
	height: 385px;
	width: 604px;
	z-index: 25;
	visibility: visible;
}
.twoColFixLtHdr #container #footer #thumbnails .pope {
	background: url(images/faces/pope_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/faces/palin.jpg) no-repeat center center;
	position: absolute;
	z-index: 17;
	width: 604px;
	height: 385px;
	visibility: visible;
}
.twoColFixLtHdr #container #mainContent #screen #three {
	background: url(images/faces/Chirac.jpg) no-repeat center center;
	position: absolute;
	height: 385px;
	width: 604px;
	z-index: 18;
	visibility: visible;
}
.twoColFixLtHdr   #container   #mainContent   #screen   #two {
	background: url(images/faces/trichet.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/faces/pope.jpg) no-repeat center center;
	position: absolute;
	height: 385px;
	width: 604px;
	z-index: 16;
	visibility: visible;
}
.twoColFixLtHdr #container #footer #thumbnails .mugabe {
	background: url(images/faces/mugabe_thumb.jpg) no-repeat center center;
}
.twoColFixLtHdr #container #footer #thumbnails .trichet {
	background: url(images/faces/trichet_thumb.jpg) no-repeat center center;
}
.twoColFixLtHdr #container #mainContent #screen #six {
	background: url(images/faces/mugabe.jpg) no-repeat;
	position: absolute;
	height: 385px;
	width: 604px;
	visibility: visible;
	z-index: 15;
}
.twoColFixLtHdr #container #footer #thumbnails .mobama {
	background: url(images/faces/1st_lady_thumb.jpg) no-repeat center center;
}
.twoColFixLtHdr #container #footer #thumbnails .dati {
	background: url(images/faces/dati_thumb.jpg) no-repeat center center;
}
.twoColFixLtHdr #container #mainContent #screen #fourteen {
	background: url(images/faces/dati.jpg);
	position: absolute;
	height: 385px;
	width: 604px;
	visibility: visible;
	z-index: 7;
}
.twoColFixLtHdr #container #mainContent #screen #nineteen {
	background: url(images/faces/limbaugh.jpg);
	height: 385px;
	width: 604px;
	position: absolute;
	visibility: visible;
	z-index: 2;
}
.twoColFixLtHdr  #container  #footer  #thumbnails  .limbaugh {
	background: url(images/faces/limbaugh_thumb.jpg) no-repeat center center;
}
.twoColFixLtHdr #container #footer #thumbnails .berlusconi {
	background: url(images/faces/berlusconi_thumb.jpg) no-repeat center center;
}
.twoColFixLtHdr    #container    #footer    #thumbnails    .greifeld {
	background: url(images/faces/greifeld_thumb.jpg) no-repeat center center;
}
.twoColFixLtHdr #container #footer #thumbnails .tiger {
	background: url(images/faces/tiger_thumb.jpg) no-repeat center center;
}
.twoColFixLtHdr #container #mainContent #screen #ten {
	background: url(images/faces/tiger.jpg);
	position: absolute;
	height: 385px;
	width: 604px;
	visibility: visible;
	z-index: 11;
}
.twoColFixLtHdr #container #footer #thumbnails .ospel {
	background: url(images/faces/ospel_thumb.jpg) no-repeat center center;
}
.twoColFixLtHdr  #container  #footer  #thumbnails  .sven {
	background: url(images/faces/sven_thumb.jpg) no-repeat center center;
}
.twoColFixLtHdr   #container   #footer   #thumbnails   .bonds {
	background: url(images/faces/bonds_thumb.jpg) no-repeat center center;
}
.twoColFixLtHdr #container #footer #thumbnails .ghosn {
	background: url(images/faces/ghosn_thumb.jpg) no-repeat center center;
}
.twoColFixLtHdr #container #mainContent #screen #eighteen {
	background: url(images/faces/ghosn.jpg);
	position: absolute;
	height: 385px;
	width: 604px;
	visibility: visible;
	z-index: 3;
}
.twoColFixLtHdr #container #footer #thumbnails .madonna {
	background: url(images/faces/madonna_thumb.jpg) no-repeat center center;
}
.twoColFixLtHdr #container #mainContent #screen #twenty {
	background: url(images/faces/madonna.jpg);
	position: absolute;
	height: 385px;
	width: 604px;
	visibility: visible;
	z-index: 1;
}
.twoColFixLtHdr  #container  #footer  #thumbnails  .rooney {
	background-image: url(images/faces/rooney_thumb.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #container #mainContent #screen #sixteen {
	position: absolute;
	height: 385px;
	width: 604px;
	visibility: visible;
	z-index: 5;
	background-image: url(images/faces/rooney.jpg);
}
.twoColFixLtHdr #container #footer #thumbnails .guangyu {
	background: url(images/faces/guangyu_thumb.jpg) no-repeat center center;
}
.twoColFixLtHdr #container #mainContent #screen #thirteen {
	background: url(images/faces/guangyu.jpg);
	position: absolute;
	height: 385px;
	width: 604px;
	visibility: visible;
	z-index: 8;
}
.twoColFixLtHdr  #container  #footer  #thumbnails .brown2 {
	background: url(images/faces/brown2_thumb.jpg) no-repeat center center;
}
.twoColFixLtHdr #container #mainContent #screen #blank {
	background: url(images/faces/faces_screen.jpg);
	position: absolute;
	height: 385px;
	width: 604px;
	z-index: 26;
}
.twoColFixLtHdr #container #mainContent #screen #one {
	background: url(images/faces/brown2.jpg);
	position: absolute;
	height: 385px;
	width: 604px;
}
 
