html
{
	color: #333333;
	font-size: 100%;
}

body
{
	font-family: Arial, sans-serif, Tahoma, Verdana;
	font-size: 75%;   /* 62.5% = 10px 68.75 = 11px; 75% = 12px; 87.5 = 14px; */
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: center;
}


a  { color: #333333; text-decoration: underline; }
h1 { margin: 0px 0px 10px 0px; color: #0c428d; text-decoration: underline;}
h2 { color: #0083d1; text-decoration: none; }

a img { border: 0px; }

#wrap
{
	text-align: center;
	margin: 0 auto;
	width: 1001px;
	padding: 0px;
	padding-left: 45px;
	color: #333333;
}

/* ----------------------------------------------------- */
/*                     МЕНЮ СЛЕВА                        */
/* ----------------------------------------------------- */
.menu_left_bg
{
	width: 342px;
	background-image: url(/img/menu_bg.gif);
	background-repeat: repeat;
	background-position: left top;
	padding: 15px;
}

td.menu_left_item
{
	text-align: right;
	font-size: 16px;
	color: #0C428E;
}

td.menu_left_item a
{
	display: block;
	text-decoration: none;
	color: #0C428E;
}

td.menu_left_separator
{
	height: 1px;
	background-color: #D4D4D4;
	background-repeat: repeat;
}

td.menu_left_separator_3
{
	height: 2px;
	width: 34px;
	background-color: #D4D4D4;
	background-repeat: repeat;
}

/* ----------------------------------------------------- */
/*                    МЕНЮ ВЕРХНЕЕ                       */
/* ----------------------------------------------------- */
td.menu_top_item
{
	color: #0083d1;
	background-image: url(/img/menu_top_button.gif);
	background-repeat: no-repeat;
	background-position: right center;
	border-left: 1px #c3c7cc solid;
}

td.menu_top_item a
{
	color: #0083d1;
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding-left: 8px;
}

td.menu_top_item:hover
{
	background-color: #0083d1;
}

td.menu_top_item a:hover
{
	color: #FFFFFF;
}

/* ----------------------------------------------------- */
/*                   БЛОКИ НА ГЛАВНОЙ                    */
/* ----------------------------------------------------- */
#index_block_menu a
{
	text-decoration: none;
}

#index_block_menu a:hover
{
	text-decoration: underline;
}


/* ----------------------------------------------------- */
/*                     СОДЕРЖАНИЕ                        */
/* ----------------------------------------------------- */
#content
{
	background: url(/img/content_bg.jpg) no-repeat top left;
	padding: 10px;
}

/* ----------------------------------------------------- */
/*                          НИЗ                          */
/* ----------------------------------------------------- */
#footer
{
	font-size: 10px;
}

#footer a { text-decoration: none; }
#footer a:hover { text-decoration: underline; }
