BODY
{
	background: #000000 URL('bg.jpg') no-repeat center top;
  min-width: 1115px;
	margin: 0;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 14px;
}
BODY.welcome
{
	background: #000000 URL('bg.jpg') no-repeat center -100px;
}
A, A:link, A:visited
{
	color: #EE9900;
	text-decoration: none;
}
A:link, A:visited
{
	display: inline-block;
	border-bottom: 1px solid #FF0000;
}
A:link:hover, A:active
{
	color: #FFAA44;
}
.link
{
	color: #FF0000;
}
#welcome_bgflash
{
	position: absolute;
}
.welcome_bgflash
{
	width: 900px;
	height: 750px;
	z-index: -10000;
}
#welcome_layer
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
#welcome_wrapper
{
	width: 940px;
	margin: auto;
	position: relative;
	top: 160px;
}
#welcome_nav
{
	height: 19px;
	width: 855px;
	position: relative;
	top: 483px;
	padding: 60px 0 70px 260px;
	margin: auto;
	background: URL('navigation_bg.png');
	z-index: 20;
}
#welcome_intro
{
	width: 480px;
	height: 189px;
	
	padding: 10px;
	padding-top: 30px;
	background: URL('welcome_info.png');
	color: #FFCCAA;
	font-size: 14px;
	font-family: Cambria;
}
#welcome_intro a
{
  position: relative;
  display: inline-block;
  z-index: 5000;
}
#welcome_stats
{
	width: 300px;
	height: 195px;
	float: right;
	
	padding: 25px 5px 20px 5px;
	background: URL('welcome_stats.png');
	color: #FFCCAA;
	font-size: 12px;
	font-family: Arial;
}
#main_layer
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
#main_wrapper
{
	width: 1100px;
	height: 500px;
	margin: auto;
}
#navi
{
  position: relative;
	height: 49px;
	width: 615px;
	padding: 50px 400px 50px 100px;
	margin: auto;
	background: URL('navigation_bg.png');
	z-index: 20;
}
#navi A:before
{
	content: " [ ";
}
#navi A:after
{
	content: " ] ";
}
#header
{
  width: 100%;
  height: 110px;
  background: no-repeat left bottom;
  border-bottom: 1px solid #995500;
}
#header_time_wrapper
{
  float: right;
  text-align: center;
  margin-right: 50px;
	color: #EE9900;
}
#header_time_title
{
  font: bold 14px/20px Cambria;
}
#header_time
{
  font: 32px/50px Cambria;
}
#header_banner
{
  position: relative;
  z-index: 1;
  top: -50px;
  height: 160px;
}
#sidebar
{
  width: 250px;
  float: right;
  background: #000000;
}
#profile
{
  height: 150px;
  margin: 5px;
  font: 14px/16px Cambria;
  overflow: hidden;
}
#profile BR
{
  margin-bottom: 10px;
}
#profile_pic
{
  height: 80px;
  width: 80px;
  background: no-repeat center center;
}
#content
{
  width: 660px;
  background: #000000;
}
#welcome
{
	margin: 5px;
	padding: 5px;
	border: 3px dotted #EE9900;
	background: #000000;
  font: 14px/16px Cambria;
}
/* The old styles: */
/*#layer
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
#wrapper
{
	width: 950px;
	height: 500px;
	margin: auto;
}
#header
{
	height: 150px;
}
#menu
{
	float: right;
	height: 64px;
	position: relative;
	font-size: 22px;
}
#menu A:before
{
	content: " [ ";
}
#menu A:after
{
	content: " ] ";
}
#logo
{
	height: 287px;
	width: 272px;
	background: URL('fs_logo_medium.png');
	position: relative;
	top: -60px;
	left: 50px;
	z-index: -50;
}
#left
{
	width: 660px;
	overflow: auto;
	
	display: block;
	
	z-index: 100;
}
div#news
{
}
div#news div.entry
{
	margin-top: 25px;
}
div#news div.time
{
	float: left;
	font-size: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
div#news div.author
{
	font-size: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
div#news div.title
{
	font-weight: bold;
	color: #EE9900;
	margin-bottom: 5px;
}
#right
{
	height: 600px;
	overflow: hidden;
	width: 280px;
	margin-left: 660px;
}
.right_title
{
	margin-top: 25px;
	margin-bottom: 5px;
	margin-left: 30px;
}
#donate_eur
{
	width: 117px;
	height: 107px;
}
#donate_eur A
{
	margin-top: 85px;
	font-weight: bold;
}
#donate_usd
{
	width: 117px;
	height: 107px;
}
#donate_usd A
{
	margin-top: 85px;
	font-weight: bold;
}
#copyright
{
	text-align: right;
	float: right;
	
	width: 362px;
	padding: 10px;
	margin: 8px;
	margin-top: 20px;
	background: #221111;
	
	display: block;
	
	z-index: 1500;
}*/