html {
	width: 100%;
	min-height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #F9FBF4;

	background-repeat: no-repeat;
	background-position:top;
	color: #000000;
	font-family:"Lucida Grande", Arial, sans-serif;
	font-size: 12px;
}

div#header {
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 24px;
}

div#pageTitle {
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	font-size: 11px;
	font-weight: normal;
 	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000;
}

div#pages{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	font-size: 11px;
	font-weight: normal;
 	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000;
}


div#title {
	margin-bottom: 15px;
}

div #menu {
	margin-top:-42px;
	margin-right:20px;
	padding-left: 300px;
	text-align: right;
	font-size:12px;
}

 #dock{
	position: fixed;
	margin: 0 auto;
	top: 420px;
    left: 34%;
	min-width: 20px;
	max-width: 400px;
	z-index: 9999;
	font-size:13px;
    font-weight:normal;
	color:#57381C;
}

 #dock img{
	float:center;

	bottom:35px;

}

.photo {
	margin: 3px;
}

div#photos img {
	border: 1px solid #cccccc;
}
div#photos {
	color: #FFFFFF;
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	margin-bottom: 50px;
}

div#otherContent{
	width: 660px;
	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: 0px solid #ffffff;
	width: 660px;
	height:430px;
	margin-top:-20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	text-align: center;
}
div#homeImg img {
    border-top:40px solid #fff;
	border-bottom: 80px solid #fff;
	border-left:45px solid #fff;
	border-right:45px solid #fff;
}
div#permalink {
	width: 660px;
	margin-right: auto;
	margin-left: auto;
}
div#permalink img {
	border: 1px solid gray;
}
div#top {
	height: 25px;
}
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: 85px;
	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: 6px;
}
.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 {
	color: #316ac5;
}
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;
}

