@charset "UTF-8";
/* CSS Document */

body  {
	background-color: #000000;
	padding: 0;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	height: 100%;
}
a {
	text-decoration:none;
	color:#FFFFFF;
}
a:hover {
	text-decoration:underline;
}
.twoColFixLtHdr #container {
	width: 805px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000; /* 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. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto !important;
	height: 100%;
}
.twoColFixLtHdr #header {
	background-color: #000000;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../images/header.png);
	height: 88px;
	width: 758px;
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 120px;
	background-color: #000000;
	text-align: right;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 152px;
}
.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	background-color: #000000;
	text-align: center;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 200px;
	padding-left: 35px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 295px;
	padding-top: 40px;
	padding-right: 120px;
	padding-bottom: 100px;
	padding-left: 55px;
	background-image: url(../images/mainbackground.png);
	background-repeat: no-repeat;
	color: #000000;
} 
.twoColFixLtHdr #blankContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 295px;
	padding-top: 13px;
	padding-right: 55px;
	padding-bottom: 17px;
	padding-left: 0px;
	color: #FFFFFF;
} 
.twoColFixLtHdr #footer {
	background:#000000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 298px;
	bottom: 0 !important;
	bottom: -1px;
	width: 455px;
	font-size: 10px;
	color: #999999;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
p {
	line-height: 20px;
}
div.scroll {
	height: 480px;
	width: 345px;
	overflow: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.menumover {
	padding-left: 274px;
	padding-tom: 30px;
	padding-top: 21px;
	height: 68px;
	float: left;
}
#artistssubhead {
	color: #E0A300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
}
#artistssubhead a {
	color: #E0A300;
	text-decoration:none;
}
#homesubhead {
	color: #9D88BE;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
}
#aboutsubhead {
	color: #94CF6A;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
}

#paintingname {
	font:bold 11px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#paintingcaption {
}
#clickhere {
	color:#999999;
	text-align: center;
}
.forms2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000;
	background-color: #808080;
	width: 160px;
}
#pix4 {
	padding-left: 4px;
}
#art1 {
	position:absolute;
	width:450px;
	z-index:1;
	padding-top: 10px;
	text-decoration: none;
	visibility: hidden;
}
#art2 {
	position:absolute;
	width:450px;
	z-index:2;
	padding-top: 10px;
	text-decoration: none;
	visibility: hidden;
}
#art3 {
	position:absolute;
	width:450px;
	z-index:3;
	padding-top: 10px;
	text-decoration: none;
	visibility: hidden;
}
#art4 {
	position:absolute;
	width:450px;
	z-index:4;
	padding-top: 10px;
	text-decoration: none;
	visibility: hidden;
}
#art5 {
	position:absolute;
	width:450px;
	z-index:5;
	padding-top: 10px;
	text-decoration: none;
	visibility: hidden;
}
#art6 {
	position:absolute;
	width:450px;
	z-index:6;
	padding-top: 10px;
	text-decoration: none;
	visibility: hidden;
}
#art7 {
	position:absolute;
	width:450px;
	z-index:7;
	padding-top: 10px;
	text-decoration: none;
	visibility: hidden;
}
#bio {
	position:absolute;
	width:450px;
	z-index:99;
	visibility: visible;
}
.footer {
	font-size: 10px;
	color: #999999;
}
.twoColFixLtHdr #blankContent #pix4 ul {
	line-height: 1.7em;
	list-style-type: square;
}
#gallerysubhead {
	color: #CB9DCB;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
}
#exhibitssubhead {
	color: #0194A2;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
}

