html, body 
{	
	font-family: Verdana;
	padding: 0;	
	margin: 0;
}

body 
{		
	background-color: #464646;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #202020;
	margin-bottom: 25px;
}

a, a:link, a:visited, a:active, a:hover 
{
	text-decoration: none;
	color: #202020;
}

img 
{
	border: 0;
}

h1, h2, h3, h4, h5, h6 
{	
	color: #000;
	font-family: Georgia;
	font-weight: normal;
}

p 
{
	margin: 0;
	line-height: 150%;
}

input 
{
	background-color: #f7f7f7;
	border: 1px solid #202020;
	padding: 3px;
}

#wrap 
{
	margin: 0 auto;
	width: 892px;	
}

#toplogo
{
	background-image: url('../gfx/logotypes/toplogo.png');
	width: 892px;
	height: 84px;
	margin-top:10px;
	margin-bottom:10px;
}

#top
{
	position: relative;
	background-image: url('../gfx/framework/top.gif');
	width: 892px;
	height: 50px;
}

#topmenu
{
	position: absolute;
	right: 15px;
	top: 8px;
}

#topmenu ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#topmenu ul li
{
	color: #fff;
	display: inline;
	font-size: 12pt;
	font-family: Georgia;
	padding: 10px 15px 10px 10px;
}

#topmenu ul li a
{
	color: #fff;
}

#bar
{
	font-size: 7pt;
}

#bar .money
{
	float: left;
	margin-left: 58px;
	text-align: center;
}

#progress
{
	height: 20px;
	margin-bottom:3px;
	margin-top:3px;
	background-image: url('../gfx/framework/bar.png');
	background-repeat: repeat-x;
	clear: both;		
}

#content
{
	width: 832px;
	background-color: #fff;
	padding: 15px 30px 30px 30px;
}

#bottom
{
	background-image: url('../gfx/logotypes/bottom.gif');
	width: 892px;
	height: 26px;

}

#fckBody {
	background-color: #fff;
	background: none;
	margin: 0;
	padding: 0;
}