/* -------------------------  Расположение глобальных блоков сайта  ------------------------- */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	margin: 0 auto;
	max-width: 1300px;
}

#main {
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0 auto;
}


/* -------------------------  Шапка  ------------------------- */
#header {
	height: 125px;
	padding: 0 245px 0 220px;
	position: relative;
}

/* -------------------------  Общий блок Левой панели и Контента  ------------------------- */
#page {
	background: #ffffff url('/images/content-top-bg.gif') top repeat-x;
	height: 100%;
	margin: 0 auto 25px;
	padding-top: 10px;
}

#page table {
	margin: 0 auto;
	width: 100%;
}


/* -------------------------  Левая панель  ------------------------- */
#left-column {
	border-right: 1px solid #cecece;	
	margin-top: 0;
	padding: 0 10px 8px 10px;
	table-layout: fixed;
	vertical-align: top;
	width: 200px;
}

/* -------------------------  Контент  ------------------------- */
#content {
	padding: 10px;
	vertical-align: top;
	width: auto;
}

/* -------------------------  Подвал  ------------------------- */
#bottom {
	background-color: #242952;
	border-top: 5px solid #222;
	height: 70px;
	width: 100%;
}

/* -------------------------  Общие правила для всех разделов сайта  ------------------------- */


img {
	border: 0;
}

p {
	text-align: justify;
}

table {
	border-collapse: collapse;
}