/* main styles --------------------------------------------------------------------------------------------------------------------------------------------*/
html {
	margin : 0px;
	padding: 0px;	
	
	
}
body {
	background: #F4F0E8 url(/main_media/images/bg_main.jpg) bottom repeat-x;
	margin : 0px;
	padding: 0px;
	font-family : Arial;
	color : #000000;
	font-size : 13px;
	
	
}

#min-width {
	min-width:900px;
}


/* index body --------------------------------------------------------------------------------------------------------------------------------------------*/

#header_menu {
	height: 40px;
	font-size: 12px;
	font-weight: bold;

}
#header_menu a {
	color: #000000;
	text-decoration: none;
}

#head_1 {
	background: #574926 url(/main_media/images/head_bg.jpg) repeat-x;
	height: 57px;
	font-size: 24px;
	font-weight: bold;
	font-family: Tahoma;
	color: #FFFFFF;
}

#hr_1 {
	height: 5px;
	background: #CD0022 url(/main_media/images/hr_1.jpg) repeat-x;
	font-size: 1px;
}
#hr_2 {
	height: 5px;
	background: #CD0022 url(/main_media/images/hr_2.jpg) repeat-x;
	font-size: 1px;
}

#central_head {
    margin:2px;

	background: #FFFFBB; 
	font-size: 18px;
	text-align: center;
	
	
}
#shad_1 {
	background: url(/main_media/images/shad_1.gif) repeat-x;
	height: 10px;
}

#bg_1 {
	background: url(/main_media/images/bg_1.gif) repeat-y;
}
.bg_2 {
	background: url(/main_media/images/bg_2.gif) repeat-x;
}

#tags {
	font-size: 25px;
	font-weight: bold;
}

.ttext {
	margin: 5px;
	font-size: 77px;
}

#info_part h1 {
	padding: 0;
	margin: 0;
	color: #D40A08;
	font-weight: normal;
	line-height: 17px;
	font-size: 22px;
}

.video_title {
	color: #D40A08;
	font-size: 22px;
	line-height: 90%;
	text-decoration: underline;
}


.tags_title {font-family: Tahoma;font-size:12px;color:#594a29;}

.stat {
	font-size: 11px;
}

.center_table {
	margin: auto;
	max-width: 1200px;
	width: expression(document.body.clientWidth > 1200? "1200px":
 "auto" );
}

.link_correct {
	color: #D40A08;
}