@charset "utf-8";
body {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 99%;  
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: center; 
}
#header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  
	} 
#mainContent {
margin:0 auto;
padding-top:10px;
padding-bottom: 10px; 
	background: #FFFFFF;
	}
#footer { 
margin-top:10px;
padding-bottom:5px;
  background-color: #ffffff;
    position:fixed;
    bottom:0;
    width:99%;
    z-index:100;
	border-top: 1px solid #000000;
} 
div#pageTitle {
clear:both;
	width: 875px;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
	font-weight: normal;
	text-transform: lowercase;
	padding-top: 10px;
	padding-left:10px;
	text-align:left;
}
div#frontpageTitle {
clear:both;
	width: 875px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	font-weight: normal;
	text-transform: lowercase;
	padding-top: 0px;
}
div#title {
width: 350px;
margin-bottom:5px;
	margin-left: 555px;
	text-align: right;
}
div#menu {
margin-top: 20px;
margin-bottom: 5px;
	float:left;
	width: 320px;
}
div#sidebar {
float:right;
margin-top:50px;
width:35px;
}
.photo {
	margin: 10px;
}

div#photos img {
	border: 1px solid #ffffff;;
}
div#photos {
	color: #FFFFFF;
	width: 875px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	margin-bottom: 50px;
}
div#otherContent{
	width: 855px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 50px;
}
div#otherContent p {
	text-align: justify;
}
div#homeImg {
	border: 1px solid #ffffff;
	width: 875px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	text-align: center;
}
div#box {
	border: 1px solid #ffffff;
	width: 875px;
	min-height: 500px;
	}
div#homeImg img {
	border: 1px solid #ffffff;
}
div#permalink {
	width: 875px;
	margin-right: auto;
	margin-left: auto;
}
div#permalink img {
	border: 1px solid gray;
}
div#top {
	height: 25px;
	text-align: right;
}
div#bottom {
	height: 25px;
}
div#contactImg {
	width: 660px;
	margin-top: 50px;
	margin-left: auto; 
	margin-right: auto; 
	margin-bottom: 50px;
}
div#contactImg img {
	border: 1px solid white;
}
div#contactDiv {
	width: 660px;
	margin-left:auto;
	margin-right: auto;
}
div#mark {
	margin-top: 2px;
	margin-right: 5px;
	float: left;
}
h1 {
	margin-left: auto;
	width: 660px;
	margin-right: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: lighter;
}
table {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
td.stack {
	width: 95px;
	background-image: url(images/stackBG.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
}
td.set {
	width: 95px;
}
.setThumb {
	float: left;
	width: 85px;
	height: 125px;
	background-image: url(images/stackBG.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	margin: 10px;
}
.setTitle {
	color: black;
	margin-top: 10px;
	margin-bottom: 25px;
	width: 75px;
	text-align: center;
}
.title {
	color: #990000;
	font-style: italic;
}
a:link, a:active, a:visited {
	color: gray;
	text-decoration: none;
	text-transform: lowercase;
}
a:hover {
	text-decoration: underline;
}
a.backButton:link, a.backButton:active, a.backButton:visited {
	font-size: 11px;
	font-weight: normal;
	color: gray;
	text-decoration: none;
}
a.backButton:hover {
	text-decoration: underline;
}
a.tagLink:link, a.tagLink:active, a.tagLink:visited {
}
a.tagLink:hover {
	color: gray;
	text-decoration: underline;
}
a.boxLink:link, a.boxLink:active, a.boxLink:visited {
	color: white;
	text-decoration: none;
	text-transform: lowercase;
}
a.boxLink:hover {
	text-decoration: underline;
}
.thumbnails a
{
	display: block;
	float: left;
	margin: 4px;
}
.thumbnails a img{ border: solid 1px #000000; }
.thumbnails a:hover img{ border: solid 1px #000000; }