html, body {
	font-size: 14px; /* 1em = 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: silver;
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(images/bg_red.png);
	background-repeat: repeat;
	width:100%;
    height:100%;	
	}
	
html>body {
      min-height:100%;
      height:auto;
    }

    img {
    	border: 0px;
}

	
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}
h2 {
	font-size: 1.6em;
	}
h3 {
	font-size: 1.3em;
	}
/* линки */
		
	a:link {text-decoration: none;	color: silver;}
        a:visited {color: silver; }
        a:active {text-decoration: none; color: silver; }
        a:hover {text-decoration: underline;	color: #FF0000;}
		
/* линки */

/* линки navi*/
		
		a.nav_i:link {font-family: Tahoma, Geneva, sans-serif;text-decoration: underline;font-size: 14px;color: #FF0000;}
        a.nav_i:visited {font-family: Tahoma, Geneva, sans-serif;text-decoration: underline;font-size: 14px;color: #FF0000;}
        a.nav_i:active {font-family: Tahoma, Geneva, sans-serif;text-decoration: underline;font-size: 14px;color: #FF0000;}
        a.nav_i:hover {font-family: Tahoma, Geneva, sans-serif;text-decoration: none;font-size: 14px;color: #FF0000;}
		
/* линки navi*/

/* линки меню */
		
		a.menu:link    {font-weight: bold; font-size: 14px; text-decoration: none; color: #cecece; font-family: Tahoma, Geneva, sans-serif;}
        a.menu:visited {font-weight: bold; font-size: 14px; text-decoration: none; color: #cecece; font-family: Tahoma, Geneva, sans-serif;}
        a.menu:active  {font-weight: bold; font-size: 14px; text-decoration: none; color: #cecece; font-family: Tahoma, Geneva, sans-serif;}
        a.menu:hover   {font-weight: bold; font-size: 14px; text-decoration: none; color: #fff; font-family: Tahoma, Geneva, sans-serif;}
		
/* линки меню */
/* линки суб */
		
		a.sub:link    {font-size: 16px; text-decoration: none; color: #6f6f6f; font-family: Tahoma, Geneva, sans-serif;}
        a.sub:visited {font-size: 16px; text-decoration: none; color: #6f6f6f; font-family: Tahoma, Geneva, sans-serif;}
        a.sub:active  {font-size: 16px; text-decoration: none; color: #6f6f6f; font-family: Tahoma, Geneva, sans-serif;}
        a.sub:hover   {font-size: 16px; text-decoration: none; color: #3569b6; font-family: Tahoma, Geneva, sans-serif;}
		
/* линки суб */
/* линки язык*/
		
		a.iaz:link {font-family: Tahoma, Geneva, sans-serif;text-decoration: none;font-size: 16px;color: #fff;}
        a.iaz:visited {font-family: Tahoma, Geneva, sans-serif;text-decoration: none;font-size: 16px;color: #fff;}
        a.iaz:active {font-family: Tahoma, Geneva, sans-serif;text-decoration: none;font-size: 16px;color: #fff;}
        a.iaz:hover {font-family: Tahoma, Geneva, sans-serif;text-decoration: underline;font-size: 16px;color: #fe0000;}
		
/* линки язык*/
.sub_menu_link {
	color:#000;
	background-image:url(images/sub_menu_link.png);
	background-position:left center;
	background-repeat:no-repeat;
	display:block;
	line-height:25px;
	margin:0 15px 5px;
	padding:0 0 0 25px;
	text-decoration:none;
	font-size: 16px;
    
		}
/*линки субменю*/


.about_m {
	    color: red;
		font-size: 14px;
		margin-bottom: 5px;
		margin-left: 20px;
		margin-top: 10px;
        text-align:left;
}
.top_t {
	height: 100%;
	width: 969px;
    border-left: 2px solid #242424; /* Линия сверху текста */
    border-right: 2px solid #242424; /* Линия снизу текста */
}		
.head {
	background-image:url(images/head.png);
	background-position:center top;
	background-repeat:no-repeat;
	height: 271px;
	width: 969px;
	color:#fff;
}
.menu_r {
	background-image:url(images/menu_r.png);
	background-position:left top;
	background-repeat:no-repeat;
	height: 35px;
	width: 1px;
}
.menu_l {
	background-image:url(images/menu_l.png);
	background-position:right top;
	background-repeat:no-repeat;
	height: 35px;
	width: 1px;
}
.menu_c {
	background-image:url(images/menu_c.png);
	background-position:center top;
	background-repeat:repeat-x;
	height: 35px;
	text-align: center;
}
.menu_o {
	background-image:url(images/menu_c.png);
	background-position:left top;
	background-repeat:repeat-x;
	height: 35px;
	width: 200px;
}
.menu_blik {
	background-image:url(images/menu_blik.png);
	background-position:center top;
	background-repeat:repeat-x;
	height: 35px;
	width: 2px;
}
.photo {
	margin: 5px 10px 0px 10px;
	width: 250px;
	height: 300px;
	float: left;
	position: relative;
}
.photo_o {
	background-color: #2f2f2f;
	color: #fff;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.content_bg {
	background-image:url(images/bg_black.png);
	background-position:left top;
	background-repeat:repeat;
}
.content {
	width: 90%;
}
.content_top_l {
	background-image:url(images/content_top_l.png);
	background-position:right top;
	background-repeat: no-repeat;
	height: 3px;
	width: 3px;
}
.content_top_r {
	background-image:url(images/content_top_r.png);
	background-position:left top;
	background-repeat: no-repeat;
	height: 3px;
	width: 3px;
}
.content_top_c {
	background-image:url(images/content_top_c.png);
	background-position:center top;
	background-repeat: repeat-x;
	height: 3px;
}
.content_center_r {
	background-image:url(images/content_center_r.png);
	background-position:left top;
	background-repeat: repeat-y;
	width: 3px;
}
.content_center_l {
	background-image:url(images/content_center_l.png);
	background-position:right top;
	background-repeat: repeat-y;
	width: 3px;
}
.content_down_l {
	background-image:url(images/content_down_l.png);
	background-position:right top;
	background-repeat: no-repeat;
	height: 3px;
	width: 3px;
}
.content_down_r {
	background-image:url(images/content_down_r.png);
	background-position:left top;
	background-repeat: no-repeat;
	height: 3px;
	width: 3px;
}
.content_down_c {
	background-image:url(images/content_down_c.png);
	background-position:center top;
	background-repeat: repeat-x;
	height: 3px;
}
.tell {
	width: 350px;
	float:left;
	color: #F00;
	font-size: 20px;
	margin:15px;
}
.email {
	width: 250px;
	float:right;
	color: #F00;
	font-size: 20px;
	margin:15px;
}
.cont_a {
	background-image:url(img/content_top_c.png);
	background-repeat:repeat-x;
	height:3px;
	color: #FFF;
	background-position:top;
	font-size: large;
	font-family: "Times New Roman", Times, serif;
}
.niza {
	width: 100%;
	background-color: #000000;
}
.info_down {
	color: #555555;
	padding: 5px;
	width: 75%;
}
.coco {
	margin: 0 auto;
	width: 94%;
	display: block;
}

