* { margin: 0; padding: 0; }

html {height:100%;}
	body {
		font-family:  Arial, Helvetica, sans-serif; 
		color:#666666;
		font-size:0.8em;
		text-align:justify;
		height:100%;
	}
	p {
		margin-bottom:16px;
	}
	
	ul {
		text-align:left;
	}
	
	/* the rules that do the indenting */
	li {
	list-style: none;
	margin: .5em 0;
	padding-left: 1.4em;
	text-indent: -1.4em;
	display:block;
	text-aling:left;
	}



 p.indent { 
	 text-align:left;
}




  
  
	
	H1 {
		font-size:1.7em;
		color:#06C;
		margin-bottom:10px;
	}
	
	H3 {
		margin-bottom:5px;
	}
	
	a:hover {
		color:#096;
		text-decoration:none;
	}
	a {
		color:#06C;
		text-decoration:underline;
	}
		

#wrapper {
	position:absolute;
	width:850px;
	left:50%;
	margin-left:-425px;
	height:auto;
	min-height: 100%;
	
}

html>body 
#wrapper {
	position:absolute;
	width:850px;
	left:50%;
	margin-left:-425px;
	height:100%;
	min-height: 100%;
	
}


#insidecontainer {
	height:100%;	
}

html>body 
	#insidecontainer {
	height:100%;
}

#masthead {
	position:absolute;
	top:0px;
	left:0px;
}

#photobarlinks {
	position:relative;
	top:90px;
	left:215px;
	z-index:2;
}
	
#leftimagesearch {
	position:absolute;
	top:132px;
	left:36px;
	}

#leftlinks {
	position:absolute;
	top:180px;
	display:block;
	float:left;
	clear:left;
	width:171px;
	z-index:1;
}

#center {
	position:absolute;
	left:194px;
	top:180px;
	width:320px;
}

#centerleft_combinedcolumns {
	position:relative;
	left:262px;
	top:180px;
	width:520px;
	clear:both;
	display:block;
}

#rightadvancesearch {
	position:absolute;
	left:640px;
	top:160px;
	z-index:5;
}

#right {
	position:absolute;
	left:556px;
	top:160px;
	width:320px;
	text-align:left;
}


	
#lcd {
	height: 418px;
	width: 290px;
	display: block;
	overflow: hidden; }
	
	
	#wrapperfooter {
	position:absolute;
	width:850px;
	left:50%;
	margin-left:-425px;
	
}
	
#footer {
		position:relative;
		top:685px;
		bottom:0px;
		display:block;
		clear:both;
		width:850px;
		text-align:center;
	}
	
	#footer a {
		color:#666666;
		text-decoration:none;
	}
	
#footer a:hover {
		color:#000000;
		text-decoration:underline;
	}
	
	.fineprint {
		font-size:0.7em;
		color:#333;
	}
	
	
#footerfloat {
	margin-left:-255px;	
	text-align: center;
	position: relative;
	bottom: 0px;
		
		
		clear:both;
		width:850px;
		text-align:center;
	}
	
	#footerfloat a {
		color:#666666;
		text-decoration:none;
	}
	
#footerfloat a:hover {
		color:#000000;
		text-decoration:underline;
	}
		
		
