body	{
	margin: auto;
	min-width: 800px;
	background-color: #eee;
	font-family: "Times New Roman",serif;
	font-size: 1.2em;
}

#header {
	width: 100%;
	height: 32px;
	font-size: 18px;
	font-weight: bold;
	background-color: #999;
	border: 1px solid #666;
}

#header a {
	text-decoration: none;
	color: #993333;
}

#header .rightControl {
	position: absolute;
	top: 1px;
	right: 10px;
	font-size: 1.3em;
}

#header .leftControl {
	position: absolute;
	top: 3px;
	left: 10px;
	font-size: 1.1em;
}

#topNav {
	width: 100%;
	height: 32px;
}

#topNav a {
	text-decoration: none;
}

#topNav .rightControl {
	position: absolute;
	top: 40px;
	right: 10px;
	font-size: 1.3em;
}

#topNav .leftControl {
	position: absolute;
	top: 40px;
	left: 10px;
	font-size: 1.1em;
}

#content {
	position: relative;
	margin: auto;
}

#content p {
	padding: 10px;
	text-align: center;
}

#content img {
	border: 4px solid #444;
}

#content .date {
	padding: 0;
	font-size: 12px;
}

#content .title {
	font-size: 1.7em;
	text-align: center;
}

#content .text {
	width: 700px;
	margin: auto;
}

#content .text1 {
	width: 95%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-align: left;
	text-indent: 20px;
	border: 1px solid #ccc;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

#content .text2 {
	width: 95%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

#content a {
	color:  #993333;
}

#content a:visited {
	color:  #553333;
}

#content li {
	list-style: none;
	font-size: 18px;
	line-height: 22px;
}

#content .updated {
	font-size: .6em;
}

#content .dates {
	font-size: .6em;
	text-align: center;
}

#content .photoCredit {
	display: block;
	font-size: .8em;
	color: #666;
}

#footer {
	position: relative;
	clear: both;
	width: 100%;
	height: 32px;
	font-weight: bold;
	background-color: #999;
	margin-bottom: 35px;
	border: 1px solid #666;
}

#footer a {
	text-decoration: none;
	color: #993333;
}

#footer .rightControl {
	position: absolute;
	top: 2px;
	right: 10px;
	font-size: 1.4em;
}

#footer .leftControl {
	position: absolute;
	top: 3px;
	left: 10px;
	font-size: 1.4em;
}
