@import "content.css";
@import "top-nav.css";
@import "header.css";
@import "footer.css";
@import "primarycontent.css";
@import "secondarycontent.css";
@import "gallery.css";
@import "search.css";

#outer
{
  position: relative;
  text-align: left;
  width: 747px;
  margin: 0 auto;
  background: url( img/abg.gif ) repeat-y;
}

#top-back
{
  position: absolute;
  top: 0px;
  left: 0px;
  background: #fff url( img/upbg.gif ) no-repeat;
  width: 747px;
  height: 264px;
  z-index: 1;
}

#inner
{
  position: relative;
  padding: 13px 30px 13px 30px;
  z-index: 2;
}

#primarycontent
{
  margin-top: 6px;
  position: relative;
  width: 460px;
  float: left;
}

#secondarycontent
{
  position: relative;
  width: 220px;
  float: right;
  margin-top: 6px;
}

.sitemap,
.sitemap ul,
.sitemap ol {
	margin: 0;
	padding: 0;
}

.sitemap li {
	list-style: none;
	background: url( img/tvi.gif ) no-repeat;
	margin: 0;
	padding: 5px 0 10px 20px;
}
