body, div, p, img, table, th, tr, td,
form,
h1, h2, h3, h4, h5,
ul, li
{ margin: 0; padding: 0; border:none;}


a, a:visited{
	color: #d4d4d4;
	text-decoration: underline;
}
a:hover{
	color:#FFFFFF;
}






body{
	background: black;
}

#box{
	margin: 0 auto; width: 775px;
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 1em;
	color: white;
}






#logo_block{
	float: left;
}

#intro_text_block{
	text-align: right;
	padding:42px 10px 0 0;
	font-size: 0.8em; font-weight: bold;
}

#title_screen_block{
	clear:both;
	width: 100%; height: 144px;
	background: url("images/screen.jpg") no-repeat 0 0;
}







/* меню */
#menu_block{
	list-style: none;
	height: 42px;
}

#menu_block li{
	float: left;
	margin: 0 9px; padding-top: 2px;
	background: black;
	font-size: 12px;
}

#menu_block li img{float:left;}

#menu_block a, #menu_block a:visited{
	color:#FF9966;
}
#menu_block a:hover{
    color: #ce4e12;
}
/* конец меню */






/* шапка раздела */
#head_block{
	border-top:1px solid black; /* чтоб ИЕ не удваивал педдинг*/
	background: #2c2c2c;
}

#head_block div{
	margin:0 15px; padding:5px 10px;
	background: #200000 url(images/head_back.gif) repeat-x 0 0;
}

h1{
	display:inline;
	font-family:  "Arial", sans-serif;
	font-size: 1em; font-weight: bold;
	color: #FF9966; /*color:#e8af00;*/
	text-transform: uppercase;
	margin-right:10px;
}

#head_block p{
	display:inline; vertical-align: middle;
	font-size: 0.8em;
}
/* конец шапки раздела */






#content_block{
	padding: 10px 15px;
	background: #2c2c2c;
	font-size: 0.9em;
	color: #d4d4d4;
}

/* контент */
#content{
	float: right;
	width: 510px;
	padding:10px 0 10px 10px; margin-top:10px;
}

	#content .item{
		margin-bottom: 20px; padding-bottom:20px;
		font-size: 0.8em;
		border-bottom:1px solid black;

	}

		#content .item img{
			float:left; 
			margin: 0 15px 5px 0;
		}

		#content .item h2{
			font-size: 1.2em; font-weight: bold; color: white;
			margin-bottom: 10px;
		}
		
		#content .item  p{
		    margin-bottom: 10px;
		}
			#content .item p a, #content .item p a:visited{
				display: inline;
				color: white;
			}
			#content .item p a:hover{
				color:#FF9966;
			}
			
		#content .item a, #content .item a:visited{
			display: block;
			color: #FF9966;
		}
		#content .item a:hover{
			color:#CCCCCC;
		}

		#content li{
		    margin-left: 20px;
		}



/* конец контент */














/* статичный блок */
#block{
	margin-top:20px;
	/*border:1px solid black;*/
	width: 200px;
	font-size:0.8em; color: silver;
	line-height:200%;
}
#block a, #block a:visited{ color:#CCCCCC; text-decoration:none;}
#block a:hover{ color:#FFFFFF; text-decoration:underline;}

#fl_player { margin-bottom:20px;}


.internal_links{
    padding-bottom:10px; margin-bottom:10px;
    border-bottom:1px solid black;
}





/* конец статичный блок*/








/* дно */
#footer_block{
	background: #2c2c2c;
	clear:both;
}
#footer_block div{
	margin:0 15px; padding:10px 10px;
	background: #200000 url(images/head_back.gif) repeat-x 0 0;
}
#footer_block p{
	font-size: 0.6em;
	color: gray;
}
/* конец дну */




.clear{ clear: both;}