body	{
	background-color: #1E1C17;
}

#content	{
	border: solid 1px #330000;
	background-color: #635E4B;
}

/* Top Line of the page */

#topbanner	{
  background-color: #B5B19E; 
}

.navlink	{ 
	color: white;
}
a.navlink:hover		{ color:#842346 ; text-decoration: none }

/* Now the main area on the page */

#mainbulk	 { 
	width: 800px; 
	height: 520px;
	text-align: center;
}

#maintitle	{
  position: absolute;
  top:480px;
  left:90px;
}

#maintitlefadeup	{
  position: absolute;
  top:480px;
  left:90px;
  visibility: hidden;
}

#thumbarea {
  position: absolute;
  top:172px;
  left:66px;
  color: white;
  font-size: 10px;
  text-transform: uppercase; 
}

.onethumbarea	{
	float:left;
	border: 0px;
}

.onethumbarea	img		 { 
	margin-left:19px;
	margin-right:19px;
	margin-bottom:42px;
  	background-color: #000000;
	border: solid 1px #000000;
}

.onethumbarea a  			{ color: #b5b19e; font-size:14px; letter-spacing: 1px; }
.onethumbarea a:link		{ text-decoration: none }
.onethumbarea a:visited		{ text-decoration: none }
.onethumbarea a:hover		{ color:white ; text-decoration: none }


#extralinkarea	{
	background-color: #1E1C17; color: #ffffff; 
}

#extralinkarea	.hilite		{ color : white}
#extralinkarea a			{ color:#777777; text-decoration: none; }
#extralinkarea a:hover		{ color:yellow; text-decoration: none;  }

