*
{
	font-family:Verdana, Geneva, sans-serif;
}
body
{
	background:url(/gfx/background.png) top repeat-x #E9EBEA;
	margin:0px;
	padding:0px;
}
p, div
{
	font-size:14px;
}
p
{
	text-indent:30px;
	text-align:justify;
}
a
{
	color:#2858B0;
}
a:hover
{
	color:#4477D5;
}

div#header
{
	height:120px;
}
div#description
{
	background:#FFF;
	height:250px;
}
div#main
{

}
.content
{
	width:880px;
	margin:0px auto 0px auto;
}
#menu
{
	margin:0px;
	padding:0px;
	display:table;
	float:right;
	height:45px;
}
	#menu div
	{
		background:url(/gfx/header_menu_bg.png) top no-repeat;
		padding:0px;
		float:left;
		width:108px;
		height:30px;
		padding:15px 0px 0px 0px;
		margin:0px 0px 0px 8px;
		text-align:center;
	}
		#menu div a
		{
			color:#555;
			font-size:13px;
			text-transform:uppercase;
			text-decoration:none;
		}
		#menu div a:hover
		{
			border-bottom:1px solid #555;
		}
	
	/*
	#bottom .content
	{
		border-top:2px solid #555;
	}
	#bottom .content *
	{
		font-size:11px;
	}
		#bottom .content h3
		{
			margin:0px 0px 5px 0px;
			padding:0px;
		}
		#bottom .content ul
		{
			margin:0px;
			padding:0px;
		}
			#bottom .content li
			{
				margin:0px;
				padding:2px 0px 0px 0px;
				border-bottom:1px solid #000;
				list-style:none;
			}
				#bottom .content li a
				{
					text-decoration:none;
				}
	*/
	
#footer
{
	background:#333;
	color:#999;
	font-size:10px;
	text-align:center;
	padding:5px;
	margin:50px 0px 20px 0px;
}
#footer a
{
	color:#AAA;
}