a:link {
	text-decoration: underline;
	font-size: 12px;
	font-family: verdana;
	color: #606060;
}
a:hover {
	font-family: verdana;
	font-size: 12px;
	text-decoration: none;
	color: #0041CA;
}
a:visited {
	font-family: verdana;
	font-size: 12px;
	text-decoration: none;
	color: #606060;
}
a:active {
	font-family: verdana;
	font-size: 12px;
	text-decoration: none;
	color: #0041CA;
}
text {
    font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	color: #606060;
}
menutext {
    font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	color: #606060;
	position: relative;top:
}
navtext {
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	color: #606060;
}

/* Описание выделения Жирного шрифта */
b {
	color: #0041CA;
      font-size: 16px;
}
/* отступ строк и выравнивание текста */

P { 
    text-indent: 1.5em; /* Отступ первой строки */
    text-align: justify;  /* Выравнивание по ширине */
   }

/* Хедер */

#header {
	margin-top: 5px;
	vertical-align: left;
	width: 100%;
	height: 40px;
	border: 0px;
	padding: 0px;
	border-collapse: collapse;
}

#banner tr td {
	padding: 0px;
	margin: 0px;	
}

#banner img {
	border: 0px;
	margin: 0;
	padding: 0px;
}


/* Основной текст */

body {
	color: #606060;
	font-family: verdana;
	text-decoration: none;
	font-size: 12px;
	font-stretch: none;
    font: fixed;
}

   * {
  margin: 0;
  padding: 0;
}

html, body {height: 100%;}


/* Контент сайта */

#content {

     position: relative; 
      top: 13px;
      width:100%;
	  min-height: 100%;

}

* html #content 
{
  height: 100%;
}



/* Футер */



#footer {
	  position:relative;
	  bottom:0;
	  width:100%;
	  height: 80px;
  	  margin-top: 0px;
}



#footer #texttable {
	  text-align: center;
	  text-decoration: none;
	  font-size:11px;
	  font-family: verdana;

}

#footer a:link {
	text-decoration: none;
	font-size: 10px;
	font-family: verdana;
	color: #0041CA;
}
#footer a:hover {
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	color: #0041CA;
}
#footer a:visited {
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	color: #0041CA;
}
#footer a:active {
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	color: #0041CA;
}


/* Линейка прокрутки */
    scrollbar-base-color: #ffffff;
    scrollbar-darkshadow-color: #ffffff;
    scrollbar-highlight-color: none;
    scrollbar-shadow-color: none;
    scrollbar-3dlight-color: none;
    scrollbar-arrow-color: none;
    scrollbar-face-color: #ff0033;
}
 

/* Навигация по сайту */

#nav {
	padding-top: 5px;
	width: 100%;
	text-align: center;
	text-decoration: underline;
}

/* Заголовок в фотоальбоме */
#title {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	text-align: center;
}
