html {
	width: 100%;
	min-height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: black;
	/* background-image:url(images/bg.jpg); */
	background-repeat: repeat-x;
	background-position: bottom;
	color: #fff;
	font-family:"Lucida Grande", Arial, sans-serif;
	font-size: 11px;
}
div#header {
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}
div#pageTitle {
	width: 660px;
	margin-left: 35px;
	margin-top: 35px;
	font-size: 18px;
	font-weight: normal;
	/* text-transform: lowercase; */
}

#pageTitle a {
	font-size: 12px;
}	

div#title {
	margin-bottom: 15px;
}

.photo {
	margin: 10px;
}

div#photos img {
	border: 1px solid #cccccc;
}
div#photos {
	overflow: auto;
	background-color: #000;
	color: #FFFFFF;
	width: 690px;
	margin-right: 26px;
	margin-left: 26px;
	padding-top: 20px;
	margin-bottom: 50px;
	background-color: black;
}
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: 1px solid #CCCCCC;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	text-align: center;
}
div#homeImg img {
	border: 1px solid gray;
}
div#permalink {
	width: 660px;
	margin: 50px 35px 0 35px;
}
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: 95px;
	background-image: url(images/stackBG.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
}
td.set {
	width: 95px;
}

#nextEvent {
	width: 660px;
	margin: 35px 35px 50px 35px;
	overflow: auto;
}

#nextEvent img {
	margin-bottom: 5px;
}	

#nextEventDesc {
	width: 660px;
	font-size: 16px;
}	
	

#pastEventsHeader {
	font-size: 24px;
	margin: 0 35px 17px 35px;	
	border-bottom: 1px solid #333;
}	

#mainTags, #mainSets {
	width: 660px;
	margin: 0 35px 35px 35px;
}

#mainTags {
	padding-bottom: 17px;
	border-bottom: 1px solid #333;
}	

.setThumbContainer {
	float: left;
	width: 330px;
	overflow: auto;
}	

.setThumb {
	float: left;
	width: 85px;
	height: 95px;
	background-image: url(images/stackBG.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	margin: 0 10px 10px 0;
}
.setTitle {
	float: left;
	overflow: auto;
	color: #ddd;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 200px;
	text-align: left;
}

.setDivider {
	width: 660px;
	height: 30px;
	_height: 40px;
	clear: both;
}	

.title {
	color: #990000;
	font-style: italic;
}
a, 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;
}
