#sitePage .layout .main .inner{
	background-color:#F5F0EB;
}

#sitePage .layout .main .inner h2{
	background: #CC9933 url(../images/guide/arrow-headline.gif) no-repeat right bottom;
	color:#000000;
	border-bottom: 1px solid #999999;
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
	width: 300px;
}
#sitePage .layout .main .inner h2 a {
	color:#000000;
	text-decoration:none;
}
#sitePage .layout .main .inner h2 a:hover {
	color:#333;
	text-decoration:underline;
}

.letter{
	vertical-align:middle;
	float:left;
	margin:0 5px 2px 0;
}
.pageTemplateContributors{
	color:#8C3722;
	font-size:100%;
	padding:10px 0 0 0;
}

td.caption{
	padding-top:3px;
	color:#968E54;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
}

td.credit{
	text-align:right;
	color:#5F4F38;
	padding:0px 4px 0px 4px;
}

.openingText{
	float:left;
	width: 380px;
	height: 500px;
	padding:0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:88%;
	line-height:195%;
	background:#8C3722 url(../images/guide/intro-bg.gif) no-repeat left top;
}
.redBox {
	float:left;
	width: 536px;
	padding:0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:88%;
	line-height:185%;
	background:#8C3722 url(../images/guide/redBox-H.gif) no-repeat left top;
}
.openingText p,
.redBox p
{
	padding: 10px 10px 15px 25px;
}
.openingText p strong,
.redBox p strong
{
	color: #FFCC00;
	font-weight: normal;
}

table.photoContainerLeft {
	background:#FBF9F6;
	float:left;
	margin:0px 10px 2px 0px;
}
table.photoContainerRight
{
	background:#FBF9F6;
	float:right;
	margin:0px 0px 2px 10px;
}

table.photoContainerLeft td,
table.photoContainerRight td
 { padding:0;}

table td.caption{
	padding:2px 12px 0 0px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
}
table td.caption p {

}
table td.credit{
	text-align:right;
	color:#5F4F38;
	padding:4px 12px 2px 12px;
	color:#000;
	text-transform:uppercase;
}

.font-wide {
	letter-spacing: 1px;
}
.taller-height {
	line-height: 1.3em;
}

.alignRightMargin {
float:right;
margin:5px 0 2px 10px;
}
.alignLeftMargin {
float:left;
margin:0 10px 2px 0;
}

ul.map {
margin: 0 0 30px 0;
}
ul.map li {
		display: inline;
		list-style-type:square;
		color: #8C3722;
		margin: 0 10px 0 0;
}
ul.map li a {color: #8C3722;}
ul.map li a:hover {color: #C68D2C;}


