body {
	margin: 0px;
	font: small georgia, serif;
	color: #555;
	background-color: #fff;
	background-image: url(/design/horseshoe2.jpg);
	background-position: 0px 100px;
	background-repeat: no-repeat;
}

p, td, th, li {
  font: small georgia, serif;
}
p {
	margin-left: 10px;
}
h1, h2, h3, h4 {
	color: #006;
	margin-left: 10px;
}

h1 {
  font-size: x-large;
}

a:link, a:visited {
  color: #006;
  text-decoration: underline;
}

a:hover {
  color: #009;
}

#header {
	font: xx-large georgia, serif;
	margin: 0px;
	height : 100px;
	background : #fff url(/design/horseshoe1.jpg) no-repeat scroll top left;
	border-bottom : 1px solid #006;
}

#footer {
  text-align: center; 
}

#crumb {
	font: small arial, sans-serif;
	margin-bottom: 5px;
}

a img {
  border: 0;
}

input, textarea, select, .inputbox {
  border: 1px solid #888;
  color: #000;
  background-color: #fff;
}

input.button {
  font-weight: bold;
  border: 1px outset #fff;
  color: #fff;
  background-color: #888;
}

div.sgLanguageFlipper, div.sgTemplateFlipper {
  float: right;
  clear: right;
}

div.sgContainer {
  clear: both;
  text-align: center;
}

div.sgTab, div.sgNavBar {
  text-align: center;
  font: small Verdana, sans-serif;
  margin-left: auto;
  margin-right: auto;
}

div.sgTab a, div.sgNavBar a {
  color: #555;
  font: small Verdana, sans-serif;
}

div.sgNavBar img {
  border: 1px solid #333;
}

div.sgAlbum, div.sgGallery {
  padding: 1em;
}

div.sgAlbum table, div.sgGallery table {
  margin-left: auto;
  margin-right: auto;
}

div.sgAlbum img {
  margin: 3px;
}

td.sgGalleryThumb {
  text-align: center;
  padding: 0 1em;
}

td.sgGalleryText {
  text-align: left;
  vertical-align: top;
  padding: 0 1em 2em;
}

a.sgGalleryTitle {
  font: bold large georgia, serif;
  color: #006
}

div.sgImage img {
  border: 1px solid #666;
  background-color: #fff;
  padding: 20px;
}

.sgDesc {
  border-top: 1px dashed #555;
  padding: 5px;
  clear: both;
  float: center;
  margin-left: 20%;
  margin-right: 20%;
}
