/**
* file: container.css
* author: Yuli Mitsner
* date: July 19, 2004
* description:
*	Describes the container of the page.
*/
html {
}

body 
{
	background-image: url(../images/common/bg_image.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #af3939;
}

#container_container 
{
	width: 840px;
	margin: 0 auto;
}

#container_top
{
}

#container_left
{
}

#container_center
{
}

#container_right
{
	width: 102px;
}
	
	#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
{
}