html {
	width: 100%;
	min-height:100%;
	overflow-y: scroll;

}
body {
	margin: 0px;
	padding: 0px;
	background-color: white;
	background-image:url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #000000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: justify;
/*	min-height:100%;
	margin-bottom: 1px;
*/}

h1,h2,h3,h4{	
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

div#bar{
	background-color:#F7F7F7;
	margin-top:0;
	padding-bottom:0px;
	background-image:url(../../images/gradient_top.png);
	background-repeat:repeat-x;
	background-position:bottom;
	border-bottom:solid 1px #CCCCCC;

}

div#header {
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;

}
div#pageTitle {
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
	font-weight: normal;
	text-transform: lowercase;
}
div#title {
	margin-bottom: 15px;
}
div#menu {
	margin-bottom: 10px;
	font-size:0.85em;
	font-weight:bold;
}
.photo {
	margin: 10px;
}

div#photos img {
	border: 1px solid #cccccc;
}
div#photos {
	color: #FFFFFF;
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	margin-bottom: 20px;
}


div#otherContent{
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 20px;
	margin-bottom: 50px;
}
div#otherContent p {
	text-align: justify;
	line-height: 2em;
}

div#otherContent img {
	border: 1px solid gray;
}

.highlightBIG {color: #666666;	font-weight: bold; font-size:1.1em;}
.highlightSMALL {color: #999999; font-weight: bold; font-size:1.05em;}
.quotes {font-style: italic; color: #999999; font-size:1.05em;}
.date {color: #999999; font-weight: bold; font-size: 0.75em;}



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;
}*/

h1{color: #444;	font-weight: bold; font-size:1.2em; /*background-image:url(../../images/swish.png); background-repeat:no-repeat; background-position:left bottom;*/ height:30px;
border-bottom:#CCCCCC solid 1px;}
h2{color: #666666;	font-weight: bold; font-size:1.1em; /*background-image:url(../../images/swish.png); background-repeat:no-repeat; background-position:left bottom;*/ height:26px;
}
h3{color: #999999; font-weight: bold; font-size:1em;}


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: #666666;
	font-size:.9em;
	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 {
	color:#333333;
}
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: black;
	text-decoration: none;
	text-transform: lowercase;
}
a.boxLink:hover {
	text-decoration: underline;
}

.logo{
	display:block;
	position:absolute;
	right:0;
	text-indent:-99999px;
	overflow:hidden;
	background-image:url(../../images/logo2.png);
	width:120px;
	height:32px;
}
