@charset "utf-8";
body  {
	background: #FFFFFF; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: "Century Gothic";
	font-size: 12px;
	line-height: 18px;
}
.style1 {
	font-size: 18px;
	font-weight: bold;
}
.copyright {
	font-size: 10px;
	text-align: center;
}


.twoColFixLtHdr #container {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
} 
.arrows {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.twoColFixLtHdr #header {
	background: #FFFFFF;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 755px;
	height: 70px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 15px;
	margin: 0px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 290px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF;
	text-align: center;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#title {
	font-family: "Century Gothic";
	font-size: 18px;
	font-weight: 400;
	color: #0093dd;
	width: 290px;
	text-align: center;
	padding-bottom: 30px;
}
h1 {
	font-size: 18px;
	color: #0093dd;
	font-weight: 400;
}

.twoColFixLtHdr #mainContent {
	width: 433px;
	text-align: justify;
	padding-bottom: 0;
	float: left;
	padding-left: 12px;
	margin-top: 65;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	vertical-align: top;
} 

.twoColFixLtHdr #footer {
	background:#FFFFFF;
	font-size: 12px;
	color: #333333;
	line-height: 14px;
	padding: 0;
	clear: both;
} 
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
.menubox {
	font-size: 12px;
	line-height: 7px;
	text-align: left;
}
.painting_info {
	font-size: 10px;
	font-style: italic;
}
.quotes {
	line-height: 13px;
}
.red {
	font-weight: bold;
	color: #FF0000;
}
.bluelink {
	color: #0066CC;
}
.sidebar_info {
	line-height: 14px;
}
.twoColFixLtHdr #container #mainContent table tr td strong {
	color: #06C;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
}
.twoColFixLtHdr #container #mainContent table tr td {
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.italics {
	font-size: 10px;
	font-style: italic;
	font-family: Verdana, Geneva, sans-serif;
}
.tableborder {
	border: 1px solid #000;
}
.arrows {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}