/*
Created by Wouter Bulten for RPG4all
Copyright (c) 2008 Some rights reserved
License: http://creativecommons.org/licenses/by-nc-sa/3.0/
For more information: wouterbulten@worldofluthia.com
*/
body
{
	background-color: #252525;
	height: 100%;
	background-image: url("../images/body.gif");
	background-repeat: repeat-y;
	background-position: center;
	color: #FFFFFF;
	font-family: "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L", helvetica, sans-serif;
	font-size: 14px;
}
.header
{
	height: 163px;
	width: 100%;
	position: relative;
	z-index: 2;
	background: url("../images/header.png");
	background-repeat: no-repeat;
	background-position: center;
}
.menu
{
	width: 100%;	
}
hr.menu
{
	width: 562px;
	color: #FFFFFF;
}
a.menu
{
	color: #FFFFFF;
	font-family: "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L", helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
}
a.menu:hover
{
	color: #FFFFFF;
	font-family: "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L", helvetica, sans-serif;
	font-size: 16px;
	text-decoration: underline;
}
.contain_container
{
	width: 100%;
	height: 100%;
}
h1.style,h2.style,h3.style,h4.style,h5.style,h6.style
{
	padding: 0px;
	margin: 0px;
	float: left;
}
.download
{
	font-size: 16px;
	float: left;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.download:hover
{
	text-decoration: underline;
}
.float
{
	float: left;
}
.sup
{
	font-size: 10px;
}
.trademark
{
	font-size: 11px;
}
.support_os
{
	font-size: 11px;
	padding-top: 10px;
}
.license
{
	left: 5px;
	bottom: 5px;
	position: absolute;
	z-index: 1000;
}
a.link
{
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
a.link:hover
{
	text-decoration: underline;
}
a.inline_link
{
	text-decoration: none;
	font-style: italic;
	font-size: 14px;
	color: #FFFFFF;
}
a.inline_link:hover
{
	text-decoration: underline;
	font-style: italic;
	font-size: 14px;
	color: #FFFFFF;
}