body, table, td
{
	font-family: tahoma, arial, chicago, sans serif;
	font-size: 12px;
	font-weight: none;
	font-style: none;
	color: #000000;
}

div.wrapper
      {
      position: absolute;
      left: 50%;
      width: 774px;
      margin-left: -378px; /* half of width */
      }



img.sgImage  {
	display: block;
}

.sgPreview {
	text-align: center;
	margin: 28px 0 24px 0;
}

.sgFoot {
	clear: both;	
}


/* Typography */

h2 {
	font-size: 32px;
	line-height: 32px;
	font-weight: normal;
}

h3 {
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	margin: 0px 0 6px 130px;
}

h4 {
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	margin: 0 0 0 26px;
	padding: 0;
}

p {
	font-size: 11px;
	line-height: 16px;
	margin: 6px 16px 4px 16px;
}

.sgGallery p {
	border: none;
	margin: 0 0 4px 130px;
}

#sgFooter p {
	text-align: center;
}

p.sgLinks {
	margin: 24px 0 -38px 24px;
	padding: 0 0 6px 0;
}

p.sgTab {
	line-height: 16px;
	text-align: right;
	margin: -16px 32px 0 24px;
	padding: 0 0 0 0;
	clear: both;
}

p.sgTab a{
	margin-right: 0px;
}

p.sgFullsize {
	text-align: center;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Links and Thumbnails */

.sgAlbum a {
	width: 134px;									/* This equals template.ini 'thumb_width_album' + padding and borders of inside img */
	height: 134px;									/* This equals template.ini 'thumb_height_album' + padding and borders of inside img */
	float: left;
	text-align: center;
	margin: 0 19px 20px 19px;	
}

.sgAlbum a img {
	padding: 16px;									/* 16px x 2 = 32px																	*/
	border: 1px solid	;							/* 1px x 2 = 2px 		= 34px														*/
}

.sgGallery a img {
	padding: 16px;
	border: 1px solid;
	float: left;
	margin: 0 -150px 0 0;
}

a:hover img.sgThumbnailAlbum, a:hover img.sgThumbGallery {
	border: 1px solid #666666;
}

a:visited img.sgThumbnailAlbum, a:visited img.sgThumbGallery {
	border: 1px solid #666666;
}

.sgPreview a {
	border: none;
}

.sgPreview a img {
	border: 1px solid;
	margin: 0 4px 0 4px;
	padding: 2px;
}

img.sgThumbnailPreviewCurrent {
	opacity: .6;
}

.sgPreview a:hover img, .sgPreview a:hover img.sgThumbnailPreviewCurrent{
	border: 1px solid;
	opacity: 1;
}

/* Details */

dl {
	font-size: 11px;
	line-height: 16px;
	margin: 12px 64px 24px 64px;
	padding: 0;
	text-align: center;
}

dt {
	display: inline;
	margin: 0 4px 0 0;
	padding: 0;
}





/* Utility */

.clear {
	display: block;
	clear:both;
	float: none;
}

      
ul
{
		list-style-type: none;
		padding: 0;
		margin: 0;
}

li
{
		background-image: url(gfx/icn_bus.gif);
		background-repeat: no-repeat;
		background-position: 0 0;
		padding-left: 28px;
		margin-top: 2px; margin-bottom: 7px;
}

a
{
	font-family: tahoma, arial, chicago, sans serif;
	color: #35A7FE;
	font-weight: none;
	text-decoration: none;
}

a:link
{
	font-family: tahoma, arial, chicago, sans serif;
	color: #35A7FE;
	text-decoration: none;
}

a:visited
{
	font-family: tahoma, arial, chicago, sans serif;
	color: #35A7FE;
	text-decoration: none;
}

a:hover
{
	color: #35A7FE;
	background: none;
	text-decoration: underline;
}