@charset "UTF-8";
body {
	font: 100%/135% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #362D2B url(images/gray-felt-tile.gif);
	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: #fffbb4;
	text-shadow: black 0.1em 0.1em 0.2em
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/main-content-tile.gif) repeat-y center;
	margin: 0 auto;
	text-align: left;
}
.oneColFixCtrHdr #header {
	background: url(images/heder-background.gif) no-repeat top;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 156px;
	text-align: center;
	position: relative;
}
#Nav {
	position: absolute;
	left: 81px;
	top: 107px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 70px;
	font-size: 90%;
}
#mainContent h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	font-style: italic;
	font-variant: small-caps;
	text-shadow: black 0.1em 0.1em 0.2em
}
#mainContent h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	font-style: italic;
	font-variant: small-caps;
	text-shadow: black 0.1em 0.1em 0.2em;
	margin-top: 0px;
	padding-top: 0px;
}
.oneColFixCtrHdr #footer {
	background:url(images/footer-background.png) no-repeat top;
	height: 65px;
	overflow: visible;
	text-align: center;
	font-size: 12px;
	position: relative;
	clear: both;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 24px;
}
#Social {
	float: right;
	padding-top: 6px;
	position: absolute;
	left: 817px;
	top: 1px;
	width: 103px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Social img {
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.FloatLeft {
	float: left;
	margin-right: 10px;
}
.FloatRight {
	float: right;
	margin-left: 10px;
}
.Portrait {
	margin-bottom: 15px;
	margin-top: 50px;
}
#LeftColumn {
	float: left;
	width: 475px;
}
#RightColumn {
	float: right;
	width: 350px;
}
a:link {
	color: #FC0;
}
a:visited {
	color: #FC0;
}
a:hover {
	color: #FF3;
}
a:active {
	color: #F60;
}
.Contact {
	background-repeat: no-repeat;
	background-image: url(images/son-of-man-background.jpg);
	background-position: right top;
	min-height: 570px;
}
.Buzz {
	background-repeat: no-repeat;
	background-image: url(images/live-background.jpg);
	background-position: right top;
	min-height: 570px;
	padding-right: 200px;
}
.TabbedPanelsContentGroup ul {
	font-size: 80%;
}
#Thumbnails {
	float: left;
	width: 370px;
}
#BigImage {
	float: right;
	width: 450px;
	text-align: center;
	vertical-align: top;
	margin-top: 20px;
}
#Thumbnails table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Thumbnails td {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}
#Description {
	margin-top: 15px;
	padding-top: 10px;
	clear: left;
	text-align: right;
}
#Description p {
	margin: 0px;
	padding: 0px;
}
#OtherContent {
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}
#LargeDetail {
	width: 830px;
	text-align: center;
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
}
.LargerView {
	font-size: 80%;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#SlideShow {
	float: left;
	width: 530px;
}
.ClearFloat {
	clear: both;
}
#RightColumnFront {
	float: right;
	width: 325px;
}
