root { 
    display: block;
}

body {
	margin: 0;
	background: #1d2122;
	padding-bottom: 50px;
}

div.header {
	min-width: 1000px;
	background-color: #193b44;
	text-align: center;
	width: 100%;
}

div.menu {
	/*height: 44px;*/
	width: 100%;
}
table.menu {
	height: 44px;
	padding: 0;
	width: 100%;
	border-spacing: 0;
}
a.menu {
	color: rgb(139, 197, 203);
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}
a.menu:hover { 
	color: rgb(205, 249, 252);
}
td.menu {
	padding: 10px 10px 10px 10px;
	/*cursor: pointer;*/
}

div.content {
	min-width: 1000px;
	text-align:center;
	width: 100%;
}
div.blocks {
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}


div.block_left {
	float: left;
	margin-right: auto;
	width: 28%;
}
div.block_right {
	margin-left: auto;
	width: 70%;
}
div.stop_block {
	clear: both;
}

table.block {
	padding: 0;
	border-spacing: 0;
	width: 100%;
}
td.block {
	padding: 0;
}
.block_border_header {
	background-color: #4b7f8c;
	width: 10px;
}
.block_border_right {
	width: 10px;
	background-color: #346876;
}
.block_border_left {
	width: 10px;
	background-color: #346876;
}
.block_border_bottom {
	height: 10px;
	font-size: 1px;
	background-color: #346876;
}

.block_header {
	text-decoration: none;
	text-align: center;
	background-color: #345962;
	color: #86EDFE;
	font-size: 20px;
	font-weight: bold;
	padding: 5;
	margin: 0;
}
td.block_content {
	color: #CBDCE8;
	font-family: times;
	font-size: 16px;
	text-align:justify;
	background-color: #193b44;
	padding: 15;
}
td.block_content_left {
	color: #CBDCE8;
	font-family: times;
	font-size: 16px;
	text-align:left;
	background-color: #193b44;
	padding: 15;
}

.atop { color: rgb(139, 197, 203); font-weight: bold; font-size: 17px; text-decoration: none; }
.atop:hover { color: rgb(205, 249, 252); }
td.atop_pad {
	padding-left: 20px;
	color: #CBDCE8;
	font-family: times;
	font-size: 16px;
	text-align:justify;
	background-color: #193b44;
}
.atop_pad1 {
	color: #CBDCE8;
	font-family: times;
	font-size: 16px;
	text-align:left;
	background-color: #193b44;
}

table.catalog {
	padding: 0;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	
}
td.catalog {
	vertical-align: top;
	padding: 3px;
	border: 1px solid white;
}

.img_hov {
	border: 2px solid maroon;
}

.img {
	border: 2px solid #193b44;
}

