body	{
	background-color: #495a5b;
}

#content	{
	border: solid 1px #000000;
	background-color: #000000;
}

/* Top Line of the page */

#topbanner	{
  background-color: #668187; 
}
/*
.navlink	{ 
	color: black;
}

a.navlink:hover		{ color:white ; text-decoration: none }
*/

/* Now the main area on the page */

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

#mainimage	{
  position: absolute;
  top:146px;
  left:43px;
}

#maintitle	{
	top : 70px;
	left : 70px;
 	text-align: center;
 	position: absolute;
}

#infolink	{
	top : 522px;
	left : 688px;
 	position: absolute;
 	font-size : 18px;
}

a#infolink  			{ color: white; text-decoration: none }
a#infolink:link			{ color: white; text-decoration: none }
a#infolink:visited		{ color: white; text-decoration: none }
a#infolink:hover		{ color: yellow; text-decoration: none }

#gallery { position: relative; margin:0; padding:0; }
#gallery li { display: block; }
