	body {
		font-family: "BankGothic Md BT", Verdana, Geneva, sans-serif;
	}
	
	#textbox {
		padding-right:100px;
	}
	
	#textbox p {
		font-family: Verdana, Geneva, sans-serif;
	}
	#navi a {
		text-decoration:none;
		color:#FFF;
	}
	#header a {
		text-decoration:none;
		font-size: smaller;
		color:#000;
	}
	#header a:hover {
		color:#fff;
	}
	.creature {
		width:80px; 
		height:55px; 
		background-image:url('images/tr1.png'); 
		float:left;
	}
	.creature .baloon {
		position:relative; 
		left:60px;
		font-size:smaller;
	}
	.creaturetitle
	{
		float:left; 
		position:relative; 
		top:30px; 
		left:20px; 
		background-color:#ffba00; 
		color:#000; 
		padding:2px 5px; 
		font-size:smaller;
	}
	
	.itemtitle {
		background-color:#000; 
		color:#FFF; 
		width:321px;
		font-size: smaller;
	}
	#main .cloud_description {
		font-family: Verdana, Geneva, sans-serif;
		font-size:smaller;
		width: 520px;
		text-align: justify;
	}
	
	.fulljustify 
	{
		text-align: justify;
		height: 14px;
		overflow: hidden;
		line-height: 14px;
	}
	.fulljustify:after 
	{
	  content: "";
	  display: inline-block;
	  width: 100%;
	}
	.tagincloud
	{
		font-family: Verdana, Geneva, sans-serif;
	}