@charset "UTF-8";
body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #333333;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.oneColFixCtrHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #FFFFFF;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	background-color: #89836F;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-color: #669999;
	height: 40px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.oneColFixCtrHdr #container #header img {
	float: left;
}
.oneColFixCtrHdr #container #header table {
	float: right;
}
.oneColFixCtrHdr #container #photos {
	background-color: #CCCCCC;
}
.oneColFixCtrHdr #mainContent {
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-size: 12px;
}
.oneColFixCtrHdr #footer {
	padding: 0;
	background-color: #669999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 35px;
}
.oneColFixCtrHdr #mainContent #writing {
	background-color: #3F5E5E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 40px;
	font-size: 12px;
}
.style3 {color: #FFFFFF; font-size: 24px; }
a:link {
	color: #669999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #669999;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
td img {display: block;}
a {
	font-size: 12px;
}
