/* FIX IE6 Scrollbars bug - Leave this in! */
/* FIX IE6 Scrollbars bug - Leave this in! */
html { overflow-x: auto; } 

BODY {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: Black;
	background-color: #FFF1B7;
	background-image: url(images/gradient.jpg);
	/*text-align: center;*/
	line-height: 1.4em;
}
a:link {  
color: Blue;
}
a:visited {  
color: #006BB3;
}
a:hover {	
color: Red; 
}
.head_red {
	font-weight: bold;
	color: #FF0000;
	font-size: 120%;
}

.yellow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: Black;
	background-color: #FFFFC1;
}
.head0 {
	background-color: #007CFF;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	color: White;
	border-top-color: #003E80;
	border-top-width: 2px;
	border-bottom-color: #003E80;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-top-style: solid;
	padding: 5px;
}
.head1 {
	color: #006600;
	font-size: 170%;
	font-weight : bold;
	text-align: center;
	background-color: #D7FF84;
	border-top-color: #006600;
	border-top-width: 1px;
	border-bottom-color: #006600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-style: solid;
	padding: 5px;
}
.head2 {
	font-size: 150%;
	font-weight: bold;
	color: #AE5700;
	text-align: center;
	background-color: #FFCD64;
	padding: 5px;
	border-top-color: #AE5700;
	border-top-width: 1px;
	border-bottom-color: #AE5700;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-style: solid;
}
.head3 {
	font-size: 130%;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	background-color: #01B0BE;
	text-align: center;
	padding: 5px;
	border-top-color: #016369;
	border-top-width: 1px;
	border-bottom-color: #016369;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-style: solid;
}
.head4 {
	font-size: 120%;
	font-weight: bold;
	color: #2E429B;
	}

.head5 {
	font-weight: bold;
	color: #000000;
}

.cold {
	background-color: #CEFCFF;
	color: Black;
	padding: 10px;
}
.coffee {
	background-color: #FFD784;
	color: Black;
	padding: 10px;
}
.warm {
	background-color: #FFAE5B;
	color: Black;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	border-color: #CA6500;
	border-width: 2px;
	border-style: solid;
}
.green {
	background-color: #CAFFE5;
	color: Black;
	padding: 10px;
}
.white {
	background-color: White;
	color: #4B4B4B;
	padding: 10px;
}
.copyright a:link, .copyright a:visited{
	color: #006633;
	text-decoration: none;
}
.copyright a:hover {
	color: #006633;
	text-decoration: underline;
}

.copyright {
	text-align: center;
	color: #006633;
	font-size: 10px;
}

#menu {padding:5px 0px;}

#wrap {
	width: 760px; /* Ширина слоя в пикселах */
	margin-left: auto; /* Отступ слева */
	margin-right: auto; /* Цвет фона */
	text-align: left; /* Выравнивание содержимого слоя по левому краю */
	position: relative;
}
#tabheader {
	text-align: center;
	color: #006600;
	font-size: 170%;
	font-weight : bold;
	background-color: #D7FF84;
	padding: 10px;
}

#leftcol {
	width: 300px;
	float: left;
	padding: 10px;
	left: 70px;
	position: relative;
	padding-right: 10px;
	z-index: 2;
	top: 0px;
}
#rightcol {
	padding: 10px;
	width: 350px;
	float: right;
	padding-left: 70px;
}
#bottom {
	text-align: center;
	padding: 10px;
}
#clr {clear: both;}
#lang {
	font-size: 90%;
	font-weight: bold;
	text-align: right;
}
#photo {
	margin: 15px;
}

