body
{
	margin: 0;
	background-image: url('/bg.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
	font-family: Tahoma;
}

#wrap
{
	margin: 0 auto;
	width: 100%;
	background-image: url('/bg.png');
	background-repeat: repeat-x;
	background-attachment: scroll;
}

#img
{
	background-image: url('/rzekanet.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	height: 1000px;
}

#m_w
{
	width: 900px;
	margin: 0 auto;
}

#top
{
	width: 900px;
	height: 70px;
	background-image: url('/img/theme/logo.png');
	background-position: left;
	background-repeat: no-repeat;
}

#top #menu
{
	float: right;
	line-height: 70px;
	height: 70px;
}
#top #menu ul { float: left; margin: 0; padding: 0; }
#top #menu ul li { float: left; list-style: none; padding: 0 0 0 1.5em; }
#top #menu ul li a { border: 0; }

#l_w
{
	
}

#l_w #frame
{
	height: 300px;
	margin: 20px auto;
	width: 600px;
	border: 10px solid #333;
	border-radius: 10px;
	background-color: #FFF;
}

#tr_block
{
	margin: 20px auto 0 auto;
	height: 283px;
}

#tr_one, #tr_two, #tr_three
{
	width: 280px;
	height: 243px;
	margin: 40px 0 0 0;
	padding: 0 10px;
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
}

#tr_one
{
	background-image: url('/img/theme/three_spacer.png');
}

#tr_two
{
	background-image: url('/img/theme/three_spacer.png');
}



#tr_block p { margin: 0; text-align: justify; }

#footer
{
	color: #eee;
	font-size: 0.75em;
	height: 71px;
	line-height: 70px;
	text-align: right;
}
