@charset "UTF-8";
body {
	font: 100% Arial, Helvetica, Geneva, Verdana, sans-serif;
	background-color: #EFECE6;
	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: #666666;
	background-image: url(graphics/page-bkgrd.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #banner {
	margin: 0;
	position: relative;
	top: 0px;
	display: inline;
}

.oneColFixCtr #submenu {
	float: right;
	margin-top: -27px;
}
.oneColFixCtr #mainContent {
	padding: 0 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
body {
	font: 12px/18px Geneva, Arial, Helvetica, Verdana, sans-serif;
	color:#000000;
}
p {
	font: 12px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	color: rgb(50, 48, 42);
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 0px;
	border-bottom-color: #555555;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
h2 { 
	color: rgb(50, 48, 42);
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 16px; 
	line-height: 22px; 
	margin-bottom: -9px; }
h2.categoryHead {
	padding-bottom: 3px;
	margin-bottom: 0px;
}	
h3 {
	color: rgb(50, 48, 42);
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 0px;
	text-align: center;
	margin-top: 20px;
}
h4 { /* page footer */
	font: 11px/16px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: rgb( 118, 112, 98);
	text-align: center;
	text-decoration: none;
}
h4.ruleAbove {
	border-top-color: #767062;
	border-top-style: solid;
	border-top-width: 1px;
	margin-top: 30px;
	padding-top: 10px;
}
h5 {/* captions for paintings */
	color: rgb( 101, 96, 84);
	font-weight: normal;
	font-size: 13px;
	line-height: 13px;
	text-align: center;
}

em { font-style:italic; }

/* Link colors */
a:link {
	text-decoration: none;
	color: #330066;
}
a:visited {
	text-decoration: none;
	color: #330066;
}
a:active {text-decoration: none}
a:hover {
	text-decoration: underline;
	color: #AA0000;
}

paintList {
	color: rgb(50, 48, 42);
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 0px;
	text-align: right;
}

h6 /* painting images and captions */
{
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 30px;
	color: rgb( 101, 96, 84);
	font-weight: normal;
	font-size: 13px;
	line-height: 26px;
	text-align: center;
}

iRight /* float image, right */
{
	float: right;
	padding-left: 20px;
	padding-bottom: 6px;
	padding-top: 5px;
}
iLeft /* float image, right */
{
	float: left;
	padding-top: 0px;
	margin-top: 0px;
	border-top: 0;
}


li {
	list-style-position: outside;
}
