/**
* file: container.css
* author: Yuli Mitsner
* date: July 19, 2004
* description:
*	Describes the container of the page.
*/
html {
	/*background-image: url(../images/common/container_bg_valentine.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	/*background-color: #EDF8FC;*/
	/*background-color: #D40606;*/
	margin: 0px;
	padding: 0px;
}

body 
{
	margin: 0px;
	padding: 0px;
	/*background-image: url(../images/common/container_bg_bottom_valentine.jpg);*/
	/*background-position: bottom center;*/
	background-image: url(../images/common/container_bg_matryoshka.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	/*background-color: #D40606;*/
	background-color: #D40606;
}

#container_container
{
	width: 860px;
	padding: 0px 0px 5px 0px;
	margin: 0px auto;
	margin-top: 5px;
}

	#container_container img
	{
		padding: 0px;
	}
	
	#container_container a img
	{
		
		/*border: none;*/
	}

#container_top
{

}
	#container_top a img {
		/*border: 2px solid #ccc;*/
	}
	#container_top a:hover img {
		/*border: 2px solid #EA8827;*/
	}

#container_left
{
}

#container_center
{
}

#container_right
{
	width: 100px;
}
	
	#container_right a
	{
	}
	
	#container_right a:hover
	{
		background: none;
	}
	
	#container_right img
	{
		margin-bottom: 3px;
	}
	#container_right a img {
		border: 1px solid #ccc;
	}
	#container_right a:hover img {
		
	}

#container_bottom
{
}