body {
	font-family: Arial, sans-serif;
	background-color: #fff;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 12px;
}

/* PNG FIX */
.iePNG, IMG {
    filter:expression(fixPNG(this));
}

/* BASIC ELEMENTS */
/*img {
	margin: 0;
	padding: 0;
	border-width: 0;
}*/

h1 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #333;
	font-weight: normal;
	font-size: 16px;
}

h2 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #333;
	font-weight: bold;
	font-size: 15px;
}

h3 {
	margin: 2px 2px;
	padding: 5p 5px;
	color: #333;
	font-weight: bold;
	font-size: 14px;
}

p {
	font-size: 12px;
	padding: 0;
	margin: 0 5px 10px 0;
}

.head-part, .part {
/*	margin: 0 0 10px 0;*/
	margin: 0;
	padding: 1px 5px 3px 5px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	background-color: #E60005;
}

.head-part a, .part a {
	color: #fff;
	text-decoration: none;
}

.head-part a:hover, .part a:hover {
	color: #fff;
	text-decoration: underline;
}


a {
	color: #00A6EB;
}

a:hover {
	color: #E60005;
}

/* Table Main */
table.main {
	width: 100%;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	vertical-align: top;
}


table.main tr.head {
	background: #EEEAE9 url(../images/head-right.jpg) repeat-x top;
	height: 316px;
	width: 100%;
}

table.main td.head-left {
	height: 316px;
	width: 700px;
	vertical-align: text-bottom;
}

table.main td.head-right {
	width: 80%;
}

table.head-right {
	width: 100%;
}

table.head-right td.left {
	width: 50%;
	height: 316px;
	text-align: center;
	vertical-align: top;
}

table.head-right td.right {
	width: 50%;
}

table.main td.head-down {
	background: url(../images/head-down.jpg) no-repeat top left;
	height: 70px;
	text-align: right;
	vertical-align: bottom;
}

table.main tr.footer {
	background: url(../images/footer-fon.jpg) repeat-x bottom;
}

table.main td.footer-center {
	background: url(../images/footer-fon.jpg) repeat-x bottom;
}

/* Table Base */
table.base {
	width: 100%;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	vertical-align: top;
}

table.base td.center-block {
	width: 100%;
	vertical-align: top;
	padding: 0 40px 0 10px;
}

table.base td.right-block-people {
	width: 348px;
	vertical-align: top;
	text-align: right;
}

table.base td.left-block {
	width: 200px;
	vertical-align: top;
	padding: 0 50px 0 10px;
}




/* Icons Index */
div.icon {
	background: url(../images/corner.jpg) no-repeat top left;
	display: block;
	position: relative;
	width: 150px;
	height: 90px;
	float: left;
	margin: 10px 5px 10px 20px;
	vertical-align: middle;
	padding: 20px 0 0 20px;
}

div.icon a, td.left-block a {
	font-size: 13px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}

div.icon a:hover, td.left-block a:hover {
	color: #00A6EB;
	text-decoration: underline;
}

img.photo {
	margin: 0 5px 5px 0;
	float: left;
	border: 4px solid #eee;
}

div.break {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 0px;
}

div.six {
	display: block;
	position: absolute;
	width: 284px;
	height: 22px;
	top: 280px;
	right: 39px;
}

.gall {
    width: 150px;
    height: 115px;
    margin: 5px 0;
    background: #fff;
    display: block;
    float: left;
}