@charset "utf-8";
/* CSS Document */
html
{
	background: white url(/img/bg_page.gif) repeat-y center;
}
body
{
	margin:0;
	padding:0;
}
div#container
{
	background: #b5d3ed url(/img/bg_page_sec.gif) left repeat-y; 
}
body.first
{
	background: url(/img/bg_page_top.gif) repeat-x top;
	margin:0;
	padding:0;
}
body.category
{
	background: url(/img/bg_page_cat.gif) repeat-x top;
	margin:0;
	padding:0;
}
body.singleText
{
	background: url(/img/bg_page_text.gif) repeat-x top;
	margin:0;
	padding:0;
}
div#firstPage
{
	width: 999px;
	margin: 0 auto;
	padding: 0px 0 0 0;
}

div#topDecor
{
		background: url(/img/bg_main.jpg) no-repeat top center;
		width: 999px;
		height: 560px;
		float:left;
}
div#secDecor
{
		background: url(/img/bg_second.jpg) no-repeat top center;
		width: 999px;
		height: 560px;
		float:left;
}
div.seporation
{
	float:left;
	width:100%;
	height:6px;
}
div#rightSidebar
{
	float: right;
	width:270px;
}
div#centerBlock
{
	float:left;
	width:502px;
	margin:0 1px;
	padding:10px;
	background: #b5d3ed url(/img/bg_center.gif) top repeat-x;
}
div#secondBlock
{
	float:left;
	width:774px;
	padding:10px;
	background: #b5d3ed url(/img/bg_center.gif) top repeat-x;
}