/****************************** Floats, alignment *****************************/
body {
  text-align: center;
}
div {
  text-align: left;
}
#container {
  margin: auto;
}
#content {
  float: right;
}
#sidebar {
  float: left;
}/*
#menu, #news {
  float: left;
  clear: left;
}*/
#footer {
  clear: both;
}
.gallery_photo {
  float: left;
}
.next {
  float: right;
}
.prev {
  float: left;
}
.clear {
  clear: both;
}
#quotebox {
  float: right;
}


/************************************ Sizes, margins **********************************/
body {
  margin: 0;
  padding: 0;
}
#header {
  width: 900px;
  height: 329px;
}
#container {
  width: 900px;
}
#sidebar {
  width: 211px;
}
#menu, #news {
  margin-bottom: 5px;
}
#menu ul, #news ul {
  margin: 0;
  padding: 10px;
  list-style-type: none;
}
#menu li, #news li {
  margin-bottom: 5px;
}
#menu-content, #news-content {
  margin-left: 49px;
  min-height: 107px;
  height: auto !important;
  width: 211px;
}
#content {
  margin-right: 90px;
/*  margin-left: 295px;*/
  width: 510px;
}
#content h1 {
  margin-top: 0;
  padding-top: 0;
}
#footer {
  padding-right: 65px;
  padding-left: 270px;
  padding-bottom: 55px;
}
.gallery_photo {
  width: 170px;
  margin-bottom: 10px;
}
.gallery_photo_large {
  margin-bottom: 10px;
}
.gallery_caption_long {
  margin-bottom: 10px;
}
.gallery_caption {
  padding: 3px;
}
.gallery_nav {
  height: 1em;
  margin-bottom: 10px;
}
.next {
  margin-right: 20px;
}
.prev {
  margin-left: 20px;
}
.clear {
  height: 1px;
  overflow: hidden;
}
#quotebox {
  width: 175px;
  padding: 6px;
  padding-bottom: 10px;
}


/***************************************** Colors **********************************/
body, #menu-content, #news-content {
  background-color: #CCC;
}
#container {
  background: #FFF url(images/bg.gif) repeat-y;
}
#wrapper {
  background: url(images/russiabg.gif) 335px 401px no-repeat;
}
#header {
  background: url(images/header.gif) no-repeat;
}
#menu {
  background: url(images/menu.gif) top left no-repeat;
}
#news {
  background: url(images/news.gif) top left no-repeat;
}
#footer {
  color: #999;
}
#footer {
  background:  url(images/footer.gif) bottom center no-repeat;
}
a:link, a:visited {
  color: #F3653F;
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: underline;
}
#menu a, #news a {
  display: block;
  padding-left: 5px;
  margin: 0;
  background: url(images/navdot.gif) top left no-repeat;
}
#menu a:link, #menu a:visited, #news a:link, #news a:visited {
  color: #000;
}
#menu a:hover, #menu a:active, #news a:hover, #news a:active {
  text-decoration: none;
  color: #F3653F;
}
a img {
  border: none;
}
#quotebox {
  border: thin solid gray;
}

/************************************ Text **********************************/
#menu ul, #news ul, .gallery_nav, .prev, .next {
  font: 14px Courier, Verdana, Arial, serif;
}
#content h1 {
  display: block;
  font: 30px Courier, Verdana, Arial, serif;
  text-align: right;
}
.gallery_photo_large {
  text-align: center;
}
#content p, .gallery_caption_long, ul {
  font: 14px Verdana, Arial, sans-serif;
}
#footer, .gallery_caption, .gallery_photo {
  text-align: center;
  font: 9px Verdana, Arial, sans-serif;
}
.gallery_caption_long, .gallery_nav {
  text-align: center;
}
span.foot {
 font-size: 70%;
 font-family: Verdana, Arial, sans-serif;
}
#quotebox {
  font-style: italic;
}
span.quote {
  font-size: 80%;
}