body	{
	background-color: #555555;
}

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

/* Top Line of the page */

#topbanner	{
  background-color: #6E91A3; 
}

/* Now the main area on the page */

/*
#mainbulk	 { 
	background-image: url("../images/words/wildgardentitle.gif"); 
	background-repeat: no-repeat; 
	background-position: 30px 410px; 
*/

#mainbulk	 { 
	width: 800px; 
	height: 520px;
}

#maintitle	{
  position: absolute;
  top:317px;
  left:108px;
}

#mainimage	{
 	position: absolute;
  	top:70px;
  	left:108px;
 	text-align: center;
	border: solid 1px #000000;
}

#mainimagearea	{
	width:160px;
	height:217px;
	text-align: center;
}

.mainprofiletext	{
	color : white;
 	position: absolute;
  	top:360px;
  	left:108px;
	width: 600px; 
	height: 220px;
	font-size:12px;
	line-height: 22px		
}

.mainprofiletext_em	{ color: #6e91a3; font-weight: bold; }

.navlink	{ 
	color: white;
}

.nexttextlink	{
 	position: absolute;
  	top:540px;
  	left:710px;
	font-size:16px;
	color: #6E91A3;
}

a.nexttextlink  			{ color: #6E91A3;   text-decoration: none }
a.nexttextlink:link			{ color: #6E91A3; text-decoration: none }
a.nexttextlink:visited		{ color: #6E91A3; text-decoration: none }
a.nexttextlink:hover		{ color:yellow; text-decoration: none }

