/*#more_frame, #header_more_frame {
  margin-left: -320px;
  width: 320px;
}

#site_panel, #header_site_panel {
  margin-left: 320px;
}

#header_title
{
	display: none;
}

#cover_image
{
	position: relative;
	margin-top: -30px;
}*/

/* ************* */

#header_site_frame
{
	background-image: url("/images/header_back_main.gif");
	/*background-repeat: repeat-x;*/
}

#header_site_frame_2
{
	/*background-image: url("/images/header_left_main_newyear.gif");*/
	background-image: url("/images/header_left_main.gif");
	/*background-repeat: no-repeat;*/
}

#header_title
{
	color: #000000;
	font-size: 20px;
	text-align: right;
	margin: 0px;
	padding: 30px 17px 0px 420px;
}

/*#header_more_frame
{
	display: inline;
	float: left;
	margin-left: -525px;
	position: relative;
	width: 525px;
	height: 88px;
	background-image: url("/images/header_left_main.jpg");
	background-repeat: repeat-x;
}

#header_site_panel
{
	margin-left: 525px;
}*/

#header_magazine
{
	float: left;
	padding: 22px 0px 0px 18px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

	#header_magazine_issue
	{
		font-size: 26px;
		border-bottom: 2px solid #000000;
		/*color: #EE1C23;*/
	}

#logo_big
{
	position: relative;
	margin: -10px 7px 0px;
	float: left;
}

#articles
{
	margin-left: 154px;
	padding-left: 0px;
	margin-top: -10px;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
	
	#articles .big,
	#articles .small
	{
		margin: 10px 0px;
		position: relative;
		overflow: hidden;
	}
	
	#articles .small
	{
		height: 85px;
	}
	
	#articles .big
	{
		height: 227px;
	}
	
		#articles .big img,
		#articles .small img
		{
			float: left;
			margin-right: 3px;
			border: 2px solid #000000;
		}
		
		#articles .small .caption
		{
			position: absolute;
			left: 94px;
			bottom: 0px;
		}
		
	#articles a
	{
		color: #000000;
	}

		