body {
	margin: 0px;
	padding: 0px;
	background: white url(img/siderail.png) repeat-y top right
}
h1#header {
	height: 78px;
	width: 100%;
	background: transparent url(img/header_bg.png);
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cfce88;
}

h1#header span#site-title {
	height: 78px;
	width: 710px;
	background: transparent url(img/header.png);
	margin: 0px auto;
	padding: 0px;
	display: block;
}
h1#header span#site-title span {
	display: none;
}
h2#tag-line {
	background: transparent url(img/tagline-bg.png);
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cfce88;
}
div#stage {
	position: relative;
}
div#content {
	margin: 5px;
	margin-right: 230px;
}
div#right-rail {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 217px;
}
div.photo {
	border:2px solid black;
	margin:5px;
	padding:3px;
	width: 205px;
}
div.photo br {
  display: none;
}

div.photo p img {
  max-width: 100%;
  padding: 0pt;
}
div.photo label {
  color:gray;
  display:block;
  font-size:0.9em;
  font-weight:bold;
  padding-top:2px;
  text-align:center;
}

.center {
	text-align:center;
}

.right {
	float:right;
}

.left {
	float:left;
}

#footer {
clear: both;
}

.literal-block {
  background-color: #EEE;
  padding: 5px;
}
