
body {
  position:relative;
  margin-top:0;
  margin-left:auto;
  margin-right:auto;
  height:100%;
  width:950px;
  /*overflow:auto;*/ /* to add scroll bars if required */
  font-family:Verdana,Arial,Helvetica,Geneva;
  font-size:10px;
  color:#666666;
}

#top {
  position:relative;
  margin:0;
  background-image:url(images/sait_akula_2_01.jpg);
  width:950px;
  height:145px;
}

#sf_logo {
  position:absolute;
  margin-top:90px;
  margin-left:800px;
}

/* "Horizontal css Menu with Tab High-lite" by Parker Torrence http://unfolded.net modified from code found at "Accessify" http://accessify.com/tools-and-wizards/list-o-matic/list-o-matic.asp */
/* created for use by members of the PWA http://thepwa.net October 2004 */

#menu {
  position:absolute;
  margin-top:110px; 
  margin-left:380px;
  border: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

#menu li {
  display: block;
  float: left;
  text-align: center;
  padding: 0;
  margin: 0;
}

#menu li a {
  display: block;
  float:left;
  background: #fff;
  /*
  width: 60px;
  height: 18px;
  */
  border:0;
  padding: 0;
  color: #3399CC;
  text-decoration: none;
  text-align: center;
  font-family:Verdana,Arial,Helvetica,Geneva;
  font-size:11px;
}

#menu li img {
  display:block;
  float:left;
  border:0;
}

#menu li a:hover {
  border:0;
  color: #FF9900;
  /*background: #fda;*/
}

body#pgindex #menu li.pgindex a {
  border:0;
  color:#FF9900;
}

body#pgnews #menu li.pgnews a {
  border:0;
  color:#FF9900;
}

body#pgdocs #menu li.pgdocs a {
  border:0; 
  color:#FF9900;
}

body#pgdownload #menu li.pgdownload a {
  border:0; 
  color:#FF9900;
}

body#pgauthors #menu li.pgauthors a {
  border:0; 
  color:#FF9900;
}

body#pglinks #menu li.pglinks a {
  border:0; 
  color:#FF9900;
}

#bottom {
  position:relative;
  margin-top:-120px;
  background-image:url(images/sait_akula_2_03.jpg);
  width:950px;
  height:370px;
  z-index:1;
}
#bottom p {
  display:block;
  position:absolute;
  margin-top:330px;
  margin-left:700px;
  color:white;
  font-family:Verdana,Arial,Helvetica,Geneva;
  font-size:8px;
}
/*The style of the links*/
a {
  text-decoration: none;
  color: #6699CC;
}

/*
a:hover {
  text-decoration: underline;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}
*/