@charset "UTF-8";
body  {
	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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #EAE8E7;
}
.twoColFixLtHdr #container {
	width: 1050px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../assets/art-border.png);
	height: auto;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-image: url(../assets/art-tourist-news.png);
	height: 85px;
	background-repeat: no-repeat;
	color: #000000;
	margin: 0px;
	z-index: 3;
} 
.twoColFixLtHdr #header h1 {
	color: #990000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../assets/art-news.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 10;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	z-index: 10;
}
.Art-Menu {
	padding: 0;
	width: 105%;
	background: transparent;
	position: relative;
	top: 0px;
	left: 0px;
	white-space: nowrap;
	height: 35px;
	margin-left: 0px;
}

.Art-Menu ul {
	Font: Verdana, Arial, Helvetica, sans-serif 12px;
	list-style:none;
	margin:  0;
	overflow: hidden;
	padding: 2px;
}


.Art-Menu a {
	float: left;
	margin: 0 2px 0 0;
	padding: 0 0 1px 3px;
	text-decoration: none;
}
.Art-Menu li a {
	float: left;
	display: block;
	overflow: hidden;
	padding: 5px 5px 2px 5px;
	cursor: pointer;
	border-top-width:0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	
	border-style: solid;
	border-color: #999999;
}

.Art-Menu a:hover {
	text-decoration: none;
	color: #990000;
	background-color: #CCCCCC;
}

.Art-Menu li.selected {
	color: #666666;
	float: left;
	display: block;
	overflow: hidden;
	padding: 5px 5px 2px 5px;
	cursor: pointer;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 0;
	border-style: solid;
	border-color: #999999;
	background-color:#FAF9F6;
}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	background-color: #E3E3E3;
}
.twoColFixLtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 40px; /* 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: #FFF; /* padding keeps the content of the div away from the edges */
	height: 1200px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-left-width: 2px;
	border-left-style: double;
	border-left-color: #CCCCCC;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 60px;
	margin-bottom: 0;
	margin-left: 185px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Geneva, Helvetica, sans-serif;
	font-weight: 100;
	color: #2D020F8;
}

#mainContent #copy {
	border:#f2f4f2 1px double;
	margin-left: 25px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FAF9F6;
} 
.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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.twoColFixLtHdr #container #mainContent subhead {
	font-size: small;
	font-style: italic;
	font-weight: bolder;
	font-variant: normal;
	text-transform: capitalize;
}
.style1 {color: #FFFFFF}
.style3 {color: #FFFFFF; font-size: 80%; }
.style5 {font-size: 10pt}
a:link {
	color: #003366;
}
a:link visited {
	color: #003366;
}

.style6 {font-size: smaller}

.twoColFixLtHdr #art-border {
	height: auto;
	width: auto;
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
}

.art_exhibit {
	background-color:#c2c2c4;
	width: 100%;
	margin-left:-10px;
	padding: 2px;
	border: 1px #fff;
	}
	
.italics {
	font-style: italic;
}
.sideleft {
	background-color: #F5F5F5;
	width: 100%;
	list-style-type: circle;
	list-style-position: inside;
	left: 5px;
	top:-20px;
	position: relative;
	font-size: 80%;
	font-weight: 100;
	padding-bottom: 0px;
	margin-right: 8px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

.sideleft li {
	margin-left: 0px;
	color: #909090;
}	

.sideleft li a {
	color:#003366;
	text-decoration:none;
}
	
.sideleft li a:hover {
	color:#006699;
	text-decoration:none;
	background-color:#999999;
}
.art_exhibit_image_sm {
	height: 100px;
	width: 185px;
	
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	display: block;
	float: right;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-bottom: 4px;
	border: 1px solid #999999;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
}
.art_exhibit_image {
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	display: block;
	float: right;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-bottom: 2px;
	border: 1px solid #999999;
	height: 245px;
	width: 335px;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
}



.twoColFixLtHdr #mainInterview {
	margin-top: 0;
	margin-right: 180px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Geneva, Helvetica, sans-serif;
	font-weight: 100;
	color:#333333;
}

