html {
	background-color: #A0AA6D;
	font-size: 1em;
}
body {
	font-family: 'Georgia','Times New Roman','Times',serif;
}
a {
	color: #394305;
	text-decoration: none;
}
a:visited {}
a:hover,a:active{
	color: #c6b486;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

p.job {
	line-height: 1.5em;
}
p.center {
	text-align: center;
}
p.right {
	text-align: right;
}

dt, dd {
	line-height: 1.5em;
}
dt {
	font-size: 1.1em;
}
dd {
	padding: 0 20px 5px 20px;
}


div#container {
	width: 718px;
	margin: 0 auto;
	position: relative;
	background-color: #E9ECCF;
}
div#header {
	background-color: #D2D6B1;
	background-image: url(../includes/style/branches/skin_branch_top.jpg);
	background-repeat: no-repeat;
	height: 185px;
	position: relative;
	clear: both;
}
	#header div {
		position: absolute;
		color: #697335;
	}
	#header div.name {
		top: 95px;
		left: 500px;
		font-style: italic;
		font-size: 2.3em;
	}
	#header div.title {
		top: 155px;
		left: 500px;
		font-style: italic;
		font-size: 1.5em;
	}
div#links {
	background-color: #edefd8;
	clear: both;
	font-size: 0.85em;
	height: 20px;
	border-bottom:1px dotted #A0AA6D;
}
	#links ul {
		padding-top: 2px;
		list-style: none;
	}
	#links li {
		display: inline;
		padding: 0 5px;
	}
div#columns {
	padding-top: 10px;
	background-color: #E9ECCF;
	text-align: left;
	position: relative;
	clear: both;
	min-height: 300px;
	width: 718px;
}
	#columns ul.sections h3 {
		color: #666600;
		font-size: 1.25em;
		padding: 0 0 5px 0;
	}
	#columns ul.sections li.primary {
		padding-bottom: 20px;
	}
	#columns ul.articles li {
		padding: 3px 0;
	}
	#columns div#left {
		position: relative;
		width: 120px;
		left: 5px;
		float: left;
	}
	#columns div#right {
		text-align: right;
		position: relative;
		width: 120px;
		float: right;
		right: 5px;
	}
	#columns div#slideshowPage {
		width: 718px;
	}
	#columns div#standardPage {
		margin: 0 50px 0 50px;
		text-align: left;
	}
		#standardPage p.photo {
			float: right;
		}
		#standardPage img {
			padding-left: 10px;
		}
		#standardPage p {
			padding: 7px 0;
		}
		#standardPage h1 {
			text-align: center;
			font-size: 1.75em;
		}
		#standardPage h2 {
			text-align: center;
			font-size: 1.50em;
		}
		#standardPage h3 {
			font-weight: bold;
			margin: 5px 0;
			font-size: 1.25em;
		}
	#columns div#content {
		margin: 0 130px 0 130px;
	}
		#content h1 {
			color: #697335;
			font-size: 1.5em;
			text-align: center;
			font-style: italic;
			padding: 3px 0 6px 0;
		}
		#content p {
			line-height: 1.5em;
			padding-bottom: 6px;
		}
		#content p.album {
			padding: 10px 0;
		}
		#content hr {
			background-image: url(../includes/style/branches/border.png);
			background-position: center;
			background-repeat: no-repeat;
			height: 25px;
			border: 0;
		}
div#footer {
	clear: both;
	border-top:1px dotted #A0AA6D;
	background-image: url(../includes/style/branches/skin_branch_bottom.jpg);
	height: 20px;
	font-size: 0.85em;
}
	#footer ul {
		margin-top: 2px;
		list-style-type: none;
	}
	#footer li {
		display: inline;
		padding: 0 5px;
	}
