@charset "UTF-8";

body {
	background: #666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #000000;
	font-family: "Bell MT", Georgia, "Times New Roman";
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #DDD;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #container #mainContent .about {
	font-size: 14px;
	color: #003333;
	margin-right: 40px;
	margin-left: 40px;
	text-align: center;
}
.oneColFixCtrHdr #container #mainContent h2 {
	font-family: "Felix Titling";
}
.oneColFixCtrHdr #mainContent a:link {
	color: #0033FF;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent .about h3 {
	font-family: "Felix Titling";
	background: center;
	text-align: center;
	font-size: 16px;
}
.oneColFixCtrHdra #mainContent a:hover {
	color: #CC9900;
	text-decoration: none;
}
.oneColFixCtrHdra #mainContent a:visited {
	color: #CC9900;
	text-decoration: none;
}

.oneColFixCtrHdr #header {
	border-bottom: solid #444 2px;
	background: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-variant: small-caps;
	letter-spacing: 0.15em;
	color: #000066;
	text-align: center;
}
.oneColFixCtrHdr #container #mainContent h2 {
	color: #333300;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #DDD;
}
.oneColFixCtrHdr #container #mainContent td {
	font-size: 12px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #333333;
	text-align: center;
}
.oneColFixCtrHdr #container #mainContent .painting {
	background-position: center;
	text-align: center;
	border: 1px solid #000000;
}
.oneColFixCtrHdr #container #mainContent .caption {
	font-size: 12px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	text-align: center;
	padding-bottom: 5px;
}
.oneColFixCtrHdr #container #mainContent .quote {
	font-size: 14px;
	font-style: italic;
	color: #333300;
	text-align: center;
}
.oneColFixCtrHdr #footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1E1E1D;
	margin-top: 10px;
	padding: 15px;
	text-align: right;
}
.oneColFixCtrHdr #footer p {
	background: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}
.oneColFixCtrHdr  a {
	text-decoration: none;
	color: #003399;
}
.oneColFixCtrHdr a:visited {
	text-decoration: none;
	color: #003399;
}
.oneColFixCtrHdr a:hover {
	color: #FF6600;
	text-decoration: none;
}
