@import url("lightbox.css");

body {
  background-color: #FFFFFF;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: verdana, arial; 
  font-size: 11px; 
  color: #737373;
}
a:link {
	color: #737373;
	text-decoration: none;
}
a:visited {
	color: #737373;
	text-decoration: none;
}
a:hover {
	color: #737373;
	text-decoration: underline;
}
a:active {
	color: #737373;
	text-decoration: underline;
}
#main {
  width: 770px; 
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
#top {
  width: 770px; 
  height: 272px; 
  background-image: url('../images/top.jpg');
}
#menu {
  width: 735px;
  height: auto;
  padding: 206px 15px 0px 20px;
}
#razd {
  float:left;
  position: relative; 
  top: 36px;  
  width: 1px; 
  height: auto; 
  background-image: url('../images/razd.gif');
  background-repeat: repeat-y;
}
#razd1 {
  float:right;
  position: relative; 
  top: 36px; 
  width: 1px; 
  height: auto; 
  background-image: url('../images/razd.gif');
}
#content {
  width: 730px;
  height: auto;
  padding: 20px 20px 20px 20px;
}
#gallery {
  float:left;
  position: relative; 
  top: 60px; 
  left: 20px; 
  width: 340px; 
  font-size: 10px; 
}
#gallery a img {
  width: 80px;
  height: 60px;
}
img {
  border: 0px;
}
#pics {
  width: 770px; 
  top: 40px; 
}
#footer {
  width: 770px;
  height: 72px; 
  background-image: url('../images/bot.jpg');
}
#footer a {
  float:right;
  position:relative;
  top: 40px;
}
