body {
  margin: 1px;
  font: x-small sans-serif;
  color: #fff;
  background-color: #000;
}

p, td, th, li {
  font: x-small sans-serif;
}

a:link {
	color: #BC353B;
}
a:visited {
	color: #BC353B;
}
a:hover {
	color: #BC353B;
}
a:active {
	color: #FFFFFF;
}

h1 {
  font-size: large;
}

div.stretcher {
  clear: both;
  height: 1px
}

div.sgLanguageFlipper, div.sgTemplateFlipper {}

/* image or gallery name header */
.sgTitle {
  margin-bottom: 0;
}

/* image or gallery artist subheader */
.sgSubTitle {
  margin-top: 0;
}

div.sgContainer {}

div.sgTab { }

div.sgContent {}

div.sgGallery {
  border-bottom: 1px solid #ccc;
  padding: 2px;
  background-color: #000;
}

div.sgGalleryThumbnail {}

div.sgGalleryText {}

p.sgGalleryTitle a {
  font-weight: bold;
}

div.sgThumbnail {
  float: left;
  margin: 1px;
}

img.sgImage {
  border: 1px solid #fff;
}

div.sgNavBar, p.sgNavBar {}

