body
{
	margin: 0px;
	padding:  0px;
	background-color: #adbea2;	
}
table
{
	margin: 0px;
	padding:  0px;
}

div#header {
	/*controls the styles for heading area of the gallery*/
	margin: 0px;
	padding: 0px;
}
div#pageTitle {
	/*controls the styles the subheading "photosets:"*/
	font-size: 12px;
	color: #999;
	padding: 0px;
	margin: 0px;

}

div#pageTitle a {
	color: #999;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

div#pageTitle a:hover {
	text-decoration: underline;
}

div#title {
	/*controls the styles for the main title of the gallery*/
	font-weight: bold;
}
.photo {
	/*controls the area around the photos on the individual set page*/
	margin: 5px;
}
div#photos-album img {
	/*controls the area around the photos on the individual set page*/
	border: 1px solid #000000;
}
div#photos-gallery img {
	/*controls the area around the photos on the individual set page*/
	border: 1px solid #000000;
}
div#photos-album{
	/*controls the area around the photos on the main sets page*/

	margin: 0px;
	padding: 0px;
}

div#photos-gallery {
	/*controls the area around the photos on the main sets page*/

	margin: 0px;
	padding: 0px;
}

div#permalink {
	/*controls the style for the text on the info (image-info) page*/
	font-size: 12px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	top: auto;
	padding: 0px;
	margin: 0px;
}


div#permalink img {
	/* controls the style for the image on the info (image-info) page  */
	
	border: 1px solid #000;
	padding: 0px;
	margin: 0px;
	width:auto
}

td.stack {
	width: 95px;
	background-image: url(/shared/stackBG.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
}
td.set {
    padding: 0px;
	margin: 0px;
}
.setThumb {
	float: left;
	width: 85px;
	height: 125px;
	background-image: url(/shared/stackBG.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	margin: 10px;
}
.setTitle {
	margin-top: 10px;
	margin-bottom: 25px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.title {
	color: #990000;
	font-style: italic;
}
a:link, a:active, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.backButton:link, a.backButton:active, a.backButton:visited {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
a.backButton:hover {
	text-decoration: underline;
}

