body
{ 
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
}
img { border: 0px; }

/*=============================================================*/
/* Шапка */
/*=============================================================*/

#header {
	display: none;
	height: 92px;
	width: 100%;
	min-width: 800px;
	max-width: 4000px;
	width:expression(document.body.clientWidth>800?(document.body.clientWidth>4000?"4000px":"auto"):"800px");
	w\idth:expression(document.documentElement.clientWidth>800?(document.documentElement.clientWidth>4000?"4000px":"auto"):"800px");
}
/*=============================================================*/

/*=============================================================*/
/* Тело */
/*=============================================================*/
#content {
	padding: 10px 20px 10px 20px;
	min-width: 760px;
	max-width: 4000px;
	width:expression(document.body.clientWidth>800?(document.body.clientWidth>4000?"4000px":"auto"):"760px");
	w\idth:expression(document.documentElement.clientWidth>800?(document.documentElement.clientWidth>4000?"4000px":"auto"):"760px");
}
.block-top {
	background: #FF9900;
	height: 3px;
	width: 100%;
}
.block-content {
	padding: 2px 6px 0 6px;
}
.block-content ul {
	padding: 0;
	margin: 0;
}
.block-content ul li {
	padding: 0 0 4px 12px;
	margin: 0;
	list-style: none;
	background: url(/i/li_1.png) 0 2px no-repeat;
}
h1.block {
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 0 10px;
	padding: 3px 0 4px 5px;
	border-left: 3px #FF9900 solid;
	color: #466C2D;
}
a:link, a:visited {
	color: #FF3300;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
}
span.date {
	color: #999999;
}
/*=============================================================*/

/*=============================================================*/
/* Элементы управления */
/*=============================================================*/
.textbox {
	border: 1px solid #D6D6D6;
	background: #FFFFFF;
	color: #666666;
	font-size: 11px;
	font-family: Verdana, sans-serif;
}
.button {
	border: 1px solid #999999;
	background: #D8D8D8;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, sans-serif;
}
.select {
	color: #666666;
	font-size: 11px;
	font-family: Verdana, sans-serif;
}
form {
	padding: 0;
	margin: 0;
}
/*=============================================================*/

/*=============================================================*/
/* Подвал */
/*=============================================================*/
#footer {
	height: 57px;
	background: url(/i/footer_bg.png) repeat-x;
}
/*=============================================================*/