@CHARSET "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
}
body {
	font: .75em Verdana, sans-serif; /*12px is font-size for main content. Base font size*/
	color:#000;
	background:#fff;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}
TD{
	vertical-align:top;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.footer{
	border-top: 2px solid #67216c; 
	height:100px; 
	background-color:#c480d4; 
	text-align:center;	
	font-family:verdana; 
	padding-top:7px;
	position: relative;
	height: 50px;
	margin: -50px auto 0;
}


h1, h2, h3, h4, h5, h6 {
	color:#67216c;
	font-family:Verdana,sans-serif;
	font-weight:normal;
	margin:0 0 0 0;
	padding:0;
}

h1 {
	font-size:162.5%;
	letter-spacing:-1px;
	margin-bottom:0.7em;
}

h2 {
	font-size:150%;
}

h3 {
	font-size: 137.5%;
}

h4 {
	font-size: 120%;
}

h5 {
	font-size: 110%;
}

h6 {
	font-size: 100%;
}


img[align="center"] {
    display: block;
    margin: 0 auto !important;
}



/********************ОСНОВНЕ МЕНЮ***********************/


#nav, #nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #ff9900;
  background: #d5d5d5;
  float: left;
  width: 100%;
}

#nav li {
  float: left;
  position: relative;
  background: green;
  background: none;
}
                      
#nav a {
  color: black;
  text-decoration: none;
  display: block;
  width: 100px;
  padding: 4px 10px;
  background: url(/images/dot.png) repeat-y right;
}

#nav a:hover {
  color: #000;
  background: #ccc;
}

#nav li:hover,
#nav li.jshover {
background: #d5d5d5;
}
                                        
                                        
                                        
#nav li ul {
  display: none;
  position: absolute;
  /*background: url(/images/fone-tr.png);*/
  padding: 8px 0;
  width: 220px;
}

#nav li li a {
  width: 200px;
/*  border-bottom: 1px solid #ff9900;*/
  background: none;
}

#nav li:hover ul,
#nav li.jshover ul {
  display: block;
}
                                                        
                                                    
                                    
#nav li:hover li ul,
#nav li.jshover li ul {
  display: none;
  width: 138px;
  top: -9px;
  left: 118px;
  left: 133px;
}

#nav li:hover li:hover ul,
#nav li.jshover li.jshover ul {
  display: block;
}

.column_photo DIV{
	width:122;
	font-family:Verdana;
	text-align:center;
	font-size:14px;
	color:#5c1161;
    vertical-align:middle;
    margin-bottom:25px;
}
.column TD{
	font-family:Verdana;
	text-align:center;
	width:300px;
	font-size:18px;
	color:#5c1161;
	padding-bottom:25px;
}


.member_table_row td {
     border-bottom: 1px solid #c0c0c0;
     height: 20px;
     padding: 10px;
}
.member_table_row:hover{
	background-color: #EADFF3;
}
.member_table_head td {
     border-right: 1px solid #ffffff;
     height: 20px;
     color: #990033;
}
.member_table_row a {
     color: #3E647E;
     text-decoration: none;
}
.member_table_row b {
     color: #3E647E;
}
.member_table_row a:hover {
     color: orange;
     text-decoration: underline;
}
