@charset "utf-8";
* { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
	}
		
	body {
	font-size: 62.5%; /* sets the stage for using ems */
	background: #fff; }
	
	#left {
	margin:0; padding:0;
	left: 0px;
	position: absolute;
	width: 695px;
	min-height: 521px;
	}	
	
	#right {
	margin: 0; 
	padding: 7px; left: 695px;
	position: absolute;
	width: 286px; min-height: 521px;
	font: bold 1.2em 'Lucida Grande', Arial, Helvetica, sans-serif; color:#333;
	line-height: 2.3em;
	}	
	
	#right .disclaimer{	
	font: normal .8em 'Lucida Grande', Arial, Helvetica, sans-serif; color:#333;	
	line-height: 1.0em;
	}	
	
	#thumbs {
	position: relative;
	text-align:center;
	width: 286px; top: 115px;
	}
	
	#thumbs img {
	padding: 0; margin:0;
	}
	
	#thumbs a {
	margin-right: 5px;
	}
	
	#thumbs a.endRow {
	margin-right: 0;
	}
	
	#thumbs a img {
	width:40px; height:40px;
	padding: 3px;
	border: 1px solid #ccc;
	}
	
	#thumbs a:hover img {
	background: #ffc;
	border: 1px solid #2388ff;
	}
	
	.logo { 
	text-align:center;
	}
	
	.clearHack {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	}
	
divMenuContainer { z-index:5000}