@charset "UTF-8";
/* CSS Document */

div#logo	{
	background:url(../images/obolenskys_catalogue.jpg) no-repeat right;
	height:195px;
	width:313px;
	float:left;
	}

div#main_box	{
	clear:both;
	border:#032D69 1px solid;
	margin:0 5px 10px 5px;
	height:520px;
	}	

#cat_image	{
	float:left;
	width:400px;

	}
	
#thumbs	{
	float:left;
	margin:0 0 0 15px;
	width:75px;
	}
	
#thumbs ul {
	list-style:none;
	}

#thumbs li	{
	margin:5px 0 10px 0;
	}
	
.clear	{
	clear:left;
	}
	
div#text	{
	width:400px;
	}

div#content	{
	float:left;
	width:540px;
	font-size:1.2em;
	padding:30px 10px 10px 10px;
	}
