/* Общее форматирование*/
body {
margin-top: 0;
background: #e9e2cc;
}
table.main {
width: 760px;
border-collapse: collapse;
}
table.main tr.top {
background: #4a6f22;
}
table.main tr.middle {
background: #fff3d2;
}
/* Форматирование блока Шапка*/ 
.header table {
margin-top: 20px;
margin-left: 40px;
margin-right: 40px;
margin-bottom: 5px;
border-collapse: collapse;
background: #FFF;
}
.header table td.title {
text-align: center;
font-family: Arial;
font-size: 11pt;
font-weight: bold;	
color: #563a1f;
text-transform: uppercase;
background: url('images/corner_header.jpg') 5px 8px no-repeat;
}
.header table td.title p {
padding-left: 20px;
}
.header table img {
margin: 10px;
}
/* Форматирование блока "Основное меню" */ 
.main_menu table{
border-collapse: collapse;
}
.main_menu table td.spacer {
width: 50px;
height: 50px;
background: #392613;
}
.main_menu table td {
width: 115px;
height: 50px;
background: #63583a;
text-align: center;
border-left: 1px solid #432d17;
border-right: 1px solid #432d17;
}
.main_menu table td a {
font-family: Tahoma;
font-size: 10pt;
font-weight: bold;
color: #f0e2bc;
text-decoration: none;
text-transform: uppercase;
} 
/* Форматирование блока "Дополнительное меню" */ 
.addon_menu table {
margin-top: 15px;
margin-left: 20px;
width: 175px;
height: 260px;
background: #4a6f22;
}
.addon_menu table td.title {
background: #5c832f;
font-family: Tahoma;
font-size: 11pt;
font-weight: bold;
color: #FFF;
padding-left: 10px;
}
.addon_menu ul {
list-style-image: url('images/bullet.gif');
margin-left: -10px;+margin-left:30px;
margin-top: 4px;
}
.addon_menu ul  li {
padding-top: 4px;
} 
.addon_menu table td a {
font-family: Tahoma;
font-size: 8pt;
font-weight: bold;
color: #FFF;
text-decoration: none;
text-transform: uppercase;
} 
/* Форматирование блока КОНТЕНТ */ 
.content table {
margin-left: 10px;
margin-top: 15px;
background: #fff3d2;
}
div.myTitle {
font-family: Tahoma;
font-size: 16pt;
font-weight: normal;
margin-top: 5px;
}
.content p {
font-family: Arial Narrow;
font-size: 10pt;
text-align: justify;
padding-left: 25pt;
padding-right: 10pt;
padding-bottom: 10pt;
}
	/* Форматирование ТЕКСТА в блоке КОНТЕНТ */
	table.simple_table {
	font-family: Arial;
	font-size: 10pt;
	}
	p.simple_block {
	font-family: Arial;
	}
	ul.simple_list {
	margin-top: -15px;
	margin-bottom: 15px;
	list-style-type: none;
	font-family: Arial;
	font-size: 10pt;
	}
	ul.simple_list li {
	line-height: 20px;
	}
/* Форматирование блока Подвал */ 
.footer table {
width: 100%;
height: 60px;
background: #d1c6a4;
}
.footer p {
padding-left: 40px;
font-family: Tahoma;
font-size: 8pt;
font-weight: bold;
}

