body {
  margin-left:0px;
  margin-top:0px;
  margin-right:0px;
  margin-bottom:0px;
  text-align: center;
  behavior: url('csshover.htc');
}

td {
  text-align: left;
  vertical-align: top;
  font-family:Tahoma;
  font-size:14px;

}

form {
  margin:0px;
}

a {
  text-decoration: none;
  color: #801C24;
}

a.copy {
  text-decoration: none;
  color:#747474;
}

a.n {
  text-decoration: underline;
  color:#909090;
}

.copy {
  color:#747474;
}

.style1 {
  color:#474747;
}

.redAst {
  color:red;
}

.7E {
  color:#7E7E7E;
}

.44 {
  color:#44728A;
}

img {
  border: 0;
}

table#login td {
  font-weight: bold;
}

/* ************* divs ************* */

div#console {
  position: relative;
  width: 713px;
  height: 550px;
  overflow: auto;
  background: #FFFFFF;
}

body#event div#console {
  height: 580px;
}

body#news div#console {
  height: 310px;
}

body#bios div#console {
  height: 330px;
}

body#links div#console {
  height: 310px;
}

body#contacts div#console {
  height: 310px;
}

div#footer {
  clear: left;
  width: 713px;
  height: 30px;
  padding-top: 10px;
  background-image: url('images/5.jpg');
  color: #747474;
  font-family: Tahoma;
  font-size: 14px;
}

div#header {
  margin: 0 auto;
  padding-top:53px;
  width: 700px;
}

div#nav {
  position: absolute;
  top: 15px;
  left: 15px;
}

div#pages {
  position: absolute;
  top: 15px;
  left: 240px;
  text-align: left;
}

/* ************* side menu ************** */

div#nav {
  float: left;
  width: 8.3em;
  margin: -1px 0 0 -1px;
  background: #FDD;
  z-index: 100;
}

div#nav ul {
  margin: 0;
  padding: 0;
  width: 8.3em;
  background: white;
  border: 1px solid #AAA;
}

div#nav li {
  position: relative;
  list-style: none;
  margin: 0;
  border-bottom: 1px solid #CCC;
}

div#nav li:hover {
  background: #EBB;
}

div#nav li.submenu {
  background: url('images/submenu.gif') 95% 50% no-repeat;
}

div#nav li.submenu:hover {
  background-color: #EDD;
}

div#nav li a {
  display: block;
  padding: 0.25em 0 0.25em 0.5em;
  text-decoration: none;
  width: 8.3em;
}

div#nav>ul a {
  width: auto;
}

div#nav ul ul {
  position: absolute;
  top: 0;
  left: 8.8em;
  display: none;
  z-index: 100;
}

div#nav > ul ul {
  left: 8.3em;
}

div#nav ul.level1 li.submenu:hover ul.level2 {
  display:block;
}
