body {
	margin: 2px 2px 10px;
	padding: 0;
	background: #f8f5ef url(images/sand.jpg) repeat;
	font: normal 10px Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7D7D7D;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #3CBEF0;
}

h2 {
	text-transform: uppercase;
	font-size: 18px;
	padding-left: 10px;
}

h3 {
	text-transform: uppercase;
	font-size: 12px;
	padding-left: 10px;
}

#center {
	width: 960px;
	margin: auto;
	padding-top: 0px;
}

.block {
	height: 16px;
	font: bold 12px;
	color: #3CBEF0;
	background-color: #f8f5ef;
	border-bottom: 2px #bb9250;
	border-right: 2px #bb9250;
	border-left: 2px #bb9250;
	border-top: 2px #bb9250;
	border-top-style: double;
	border-bottom-style: double;
	border-right-style: double;
	border-left-style: double;
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 2px;	
}

.gisbook {
	font: bold 12px;
	color: #3CBEF0;
	background-color: #f8f5ef;
	border-top-style: double;
	border-bottom-style: double;
	border-right-style: double;
	border-left-style: double;
	font-family:Arial, Helvetica, sans-serif;
	border-color: #FFA500;
}

.gisanot {
	font: 10px;
	color: #808080;
	font-family:Arial, Helvetica, sans-serif;
}

.content {
	border-bottom: 3px #3CBEF0;
	border-right: 3px #3CBEF0;
	border-left: 3px #3CBEF0;
	border-top: 3px #3CBEF0;
	border-style: solid;
	border-top-style: double;
	border-bottom-style: double;
	border-right-style: double;
	border-left-style: double;
	padding-top: 8px;
}

blockquote {
	padding-left: 20px;
	background: url(images/img05.gif) repeat-y;
}

blockquote, ul, ol {
	line-height: 18px;
	text-align: justify;
}

p {
	font-size: 11px;
	text-align: justify;
	padding-left: 10px;
}

.p{
	border-style: double;
	color: #3CBEF0; 
}

a {
	color: #3CBEF0;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

a img {
    border: none; /* Убираем рамку */
}
  

a:hover {
	text-transform: capitalize; /* Каждое слово начинается с заглавной буквы */
}

ul {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #7D7D7D;
}

.textsize {
	font-size: 16px;
	padding: 0.143em;
	color: #3CBEF0;
	font-weight: bold;
}
.footertext {
	font-size: 11px;
	text-align: center;
}

/* Menu */


.colelem {                                        /*закрытый уровень*/
	position: relative;
	display: none;
	left: 375px;
	top: 136px;
}
.expelem {                                        /*открытый уровень*/
	position: relative; 
	display: block;
}    

table.calendar, table.calendar caption, table.calendar td.in_month {  /*календарь*/
	background-color: #f8f5ef;  
	text-align: center; 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 16px; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}

table.calendar td.in_month {  /*календарь*/
	width:18px; 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 8px; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}

table.calendar td.selected {  /*календарь*/
	background-color: #9ADEF8;
	FONT-WEIGHT: normal;
	FONT-SIZE: 8px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}

table.calendar a {	/*календарь*/
	display: block; 	
	font-weight: bold; 	
	text-decoration: none; 	
	color: #7D7D7D;  
	text-align: center; 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}
table.calendar caption a { 	/*календарь*/
	display: inline;  
	FONT-WEIGHT: normal; 
	FONT-SIZE: 10px;  
	COLOR: #3CBEF0;  
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}