body 
	{
	font-family: Arial;
	color: #FFFFFF;
	font-size: 13px;
	background: #000000;
	/* red background: #FF0000; */
	/* sand background: #CF9C3A; */
	}
	
#mainTitle
	{
	width: 558px;
	height: 72px;
	border: 0;
	position: absolute; 
	top: 20px; 
	left: 20px;
	}

a
	{
	color: #aaaaaa;
	text-decoration: underline;
	}

	
a.leftNav
	{
	color: #aaaaaa; 
	border-bottom: 0px;
	font-weight: bold;
	text-decoration: none;
	}
	
a.breadcrumb
	{
	/* white link color: #FFFFFF; */
	color: #aaaaaa; 
	font-weight: bold;
	text-decoration: none;
	}

#leftNav
	{
	position: absolute;
	top: 120px;
	left: 20px;
	font-size: 14px;
	}
	
#breadcrumbs
	{
	position: absolute;
	top: 64px;
	left: 590px;
	font-color: #aaaaaa;
	font-weight: bold;	
	}
	
#mainContent
	{
	position: absolute;
	top: 120px;
	left: 305px;
	width: 480px;
	text-align: justify;
	}

.NoJustify
	{
	text-align: left;
	}
	
#thumbnails
	{
	position: absolute;
	top: 120px;
	left: 820px;
	width: 400px;
	}

.thumbnail
	{
	width: 50px;
	height: 50px;
	border: 0px;
	margin-top: 0px;
	margin-right: 31px;
	margin-bottom: 31px;
	margin-left: 0px;
	}

.arrow
	{
	width: 18px;
	height: 13px;
	border: 0px;
	}
	
#copyright
	{
	position: absolute;
	top: 525px;
	left: 20px;
	font-size: 10px;
	}
	
#leftList
	{
	position: absolute;
	left: 0px;
	margin-top: 20px;
	}
	
#rightList
	{
	position: absolute;
	left: 160px;
	margin-top: 20px;
	}
.small
	{
	font-size: 10px;
	}
