body {
	color: white;
	background-image: url(peaksfrombranson_long_1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #50452a;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	padding-top: 8px;
	padding-left: 18px;
	padding-right: 18px;
	padding-bottom: 18px;
}

a {
	color:#fca57e;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	/*font-size: 10pt;*/
	text-decoration: underline;
	color:#f4dda5;
}

/* Title sytles... */
.pagetitle {
	font-size: 24pt;
	font-weight: bold;
	color: #000000;
	/*float: left;*/
}
.pagesubtitle {
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	margin-left: 36px;
	font-style: italic;
	/*float: left;*/
}

/* Navigation box... all pages except index.php */
.sidebar {
	/*border: 1px dotted #ffffff;*/
	border-right: 1px solid #f4dda5;
	padding-right: 18px;
	padding-left: 8px;
	border-top: 1px solid #f4dda5;
	/*padding-top: 8px;*/
	text-align: right;
	width: 200px;
	float: left;
	margin-right: 24px;
	background-color: #50452a;
}
.navcomment {
	font-size: 14px;
	font-style: italic;
	color: #ffffff;
}

/* index.php styles */
.sidebar_i {
	border-right: 1px solid #f4dda5;
	padding-right: 18px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 8px;
	border-top: 1px solid #f4dda5;
	margin-right: 18px;
	margin-bottom: 12px;
	margin-left: 12px;
	text-align: right;
	width: 200px;
	float: left;
}

.indexlink {
	font-size: 13pt;
	font-weight: bold;
	color:#fca57e;
	text-decoration: none;
}
.indexlink:hover {
	font-size: 13pt;
	font-weight: bold;
	text-decoration: none;
	color:#f4dda5;

}

.sidebar_subhead_i {
	font-size: 12pt;
	font-weight: normal;
	font-style: italic;
	color: #f4dda5;
}

.content {
	font-size: 10pt;
	/*width: 550px;*/
	margin-left: 255px;
	margin-right: 30px;
	margin-bottom: 8px;
}

.headings {
	color:#f4dda5;
	font-size: 18pt;
	font-weight: bold;
}


.imgleft {
	border: 1px solid #ffffff;
	margin-left: 36px;
	/*margin-right: 8px;*/
	display: inline;
	/*float: left;*/
}

.smallhead {
	font-weight: bold;
	font-size: 12pt;
	margin-bottom: 3px;
	color:#f4dda5;
}
