body
{
	background-color:#61b3e2;
	padding:0px;
	margin:0px;
	font-family:Trebuchet MS;
}

div#header
{
	width:100%;
	height:628px;
	margin:0px;
	padding:0px;
	background: #61b3e2 url(images/z.jpg) repeat-x;
}
div#head
{
	width:1280px;
	height:628px;
	margin:0px auto 0px auto;
	padding:0px;
	background-image: url(images/header.jpg); 
}

div#navig
{
	position: relative;
	top:277px;
	left:180px;
	color:white;
	font-weight:bold;
	font-size:14pt;
}

div#navig A:link, div#navig A:visited, div#navig A:active, div#navig A:hover
{
	text-decoration: none;
	color:#ffffff;
}

div#menu
{
	position: relative;
	top:285px;
	left:160px;
	width:960px;
	
}

div#menu table tr td
{
	
	padding:0px;
	width:50%;
}
div#menu table tr td img
{
	margin-right:10px;
}
div#menu table tr td div#text
{
	text-align:justify;
	margin-right:20px;
	margin-top:5px;
	font-size:10pt;
	color:#02577b;
	font-weight:bold;
	line-height: 1.2;
}

div#menu table tr td A:link, div#menu table tr td A:visited, div#menu table tr td A:active, div#menu table tr td A:hover
{
	text-decoration: none;
}
div#menu table tr td div#text A:link, div#menu table tr td div#text A:visited, div#menu table tr td div#text A:active, div#menu table tr td div#text A:hover
{
	text-decoration: underline;
	color:#02577b;
}



div.content div#title
{
	font-size:13pt;
	font-style:bold;
	text-align:center;
}

div.content
{
	background-color:#e7f6fc;
	margin:0px auto 0px auto;
	padding:30px 40px 20px 40px;
	width:898px;
	font-size:11pt;
	color:#044260;
	text-align:justify;
}

div.content img
{
	border:1px solid;
}

div.content table tr td
{
	padding-left:10px;
	padding-right:10px;
}

div#footer_center
{
	background: #61b3e2 url(images/foot_c.png) repeat-x;
	margin:0px auto 0px auto;
	padding:5px 10px 0px 10px;
	width:958px;
	height:70px;
	font-size:10pt;
	color:#044260;
}

div#footer_center img
{
	margin:0px;
	margin-right:30px;
	float:left;
}

div#footer_center div#text
{
	margin:15px 200px 0px 400px;
	text-align:center;
	font-weight:bold;
	color:#29739b;
}

div#footer_main
{
	background: #61b3e2 url(images/foot_f.png) repeat-x;
	margin:0px;
	padding:0px;
}

a img 
{
    border: none; /* Убираем рамку */
}