#content {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -250px;
	margin-left: -250px;
	width: 500px;
	height: 500px;
	background-color: #fafafa;
}

#content .title {
	position: relative;
	top: -26px;
	color: #000;
	font-size: 13px;
	font-family: Lucida Grande, Trebuchet MS, Verdana;
	letter-spacing: 1px;
	padding-left: 0px;
	padding-top: 6px;
	height: 20px;
	text-align: center;
}

#content .title_shadow {
	position: relative;
	color: #aaa;
	font-size: 13px;
	font-family: Lucida Grande, Trebuchet MS, Verdana;
	padding-left: 2px;
	padding-top: 6px;
	letter-spacing: 1px;
	height: 19px;
	background-image: URL('../Graphics/itemer.png');
	text-align: center;
}

#content .text {
	position: relative;
	top: -26px;
	height: 442px;
	width: 488px;
	font-size: 11px;
	font-family: Verdana, Luxi Sans, Helvetics;
	padding: 5px;
	overflow: auto;
	border-width: 1px;
	border-color: #ddd;
	border-style: solid;
	color: #555;
	line-height: 14pt;
}

#content .text b {
	font-size: 13px;
	font-weight: normal;
	color: #222;
}


#content .text a {
	color: #38e;
	text-decoration: none;
}

#content .navbar {
	position: relative;
	top: -27px;
	width: 490px;
	height: 20px;
	background-image: URL('../Graphics/itembot.png');
	font-size: 8pt;
	font-family: Lucida Grande, Lucida Sans, Lucida Sans Unicode, Trebuchet MS, Verdana, Luxi Sans, Helvetica;
	padding-left: 10px;
	padding-top: 5px;
	text-align: right;
}

#content .navbar a {
	color: #aaa;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;}

#content .navbar a:hover {
	color: #000;
}
