@CHARSET "ISO-8859-1";

/* BASICS */
body
{
	background-image: url('graphics/back.png');
	padding: 0px;
	margin: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
}

h1
{
	color: #333;
}

h2
{
	color: #333;
}

h3
{
	color: #333;
	margin-bottom: 0px;
}

p
{
	margin: 5px 0px;
	text-align: justify;
}

a
{
	text-decoration: underline;
	color: #666;
}

a:hover
{
	color: red;
}

/* BASE LAYOUT */
div#header
{
	background-image: url('graphics/header.png');
	height: 115px;
	width: 600px;
	margin: 5px auto;
	box-shadow: 3px 3px 10px #555;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: #555;
	box-shadow: 3px 3px 10px #555;
	border-radius: 12px;
}

div.mainbox
{
	width: 650px;
	margin: 5px  auto;
	padding: 2px 10px;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: #555;
	background-color: rgba(255, 255, 255, 0.7);
	box-shadow: 3px 3px 10px #555;
	border-radius: 5px;
}

ul#menu
{
	margin: 0px;
	padding: 0px;
	text-align: center;
}

ul#menu li
{
	display: inline-block;
	margin: 0px 5px;
	padding: 0px;
}

ul#menu a
{
	text-decoration: none;
	color: #666;
}

ul#menu a:hover
{
	color: red;
}

div#content
{
	padding-bottom: 25px;
}

div#forumlink
{
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}

div#footer
{
	width: 650px;
	margin: 5px auto;
	padding: 0px 10px;
	font-size: 90%;
}

/* CONTENT */
div.screenshots
{
	text-align: center;
}

div.screenshots img
{
	display: inline-block;
	padding: 2px;
}

table.data
{
	font-size: 10pt;
	margin: 5px 20px;
}

table.data td.label
{
	width: 80px;
	font-weight: bold;
}

td.label:after
{
	content: ":";
}

img.character
{
	float: right;
	margin: 0px 0px 5px 20px;
	position: relative;
	top: -25px;
}