@charset "UTF-8";
body  {
	font: 12px Arial, Helvetica, sans-serif;
	background: #746a65 url(images/2010/back-side-tile.gif) repeat-y left top;
	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;
}
.gallery-exhibit {
	text-align: left;
	float: left;
	width: 200px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	height: 220px;
}
.gallery-exhibit-right {
	text-align: left;
	float: left;
	width: 150px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	height: 220px;
}
.twoColFixLtHdr #background {
	background-image: url(images/2010/back-top-tile.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container {
	width: 800px;
	margin: 0 auto 0 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/2010/back-side-tile.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding: 18px 0px 0px;
} 
.twoColFixLtHdr   #header  {
	height: 125px;
	background-color: #5b514c;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
} 
.twoColFixLtHdr #header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.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 #Nav {
	font-size: 10px;
	color: #7E726D;
	text-align: left;
	padding-top: 10px;
	background-image: url(images/bar2009.jpg);
	background-repeat: no-repeat;
	background-position: 16px 10px;
	padding-left: 144px;
}
a {
	color: #C6C0BE;
	text-decoration: none;
}
a:visited {
	color: #C6C0BE;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #B0A8A4;
}
a:active {
	color: #EB6E00;
	text-decoration: none;
}
a img {
border: 0
}
a:hover img {
border: 0
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 118px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 16px;
	background-color: #5b514c;
	font-size: 10px;
}
.twoColFixLtHdr #Slideshow {
	float: left;
	width: 118px;
	padding-right: 10px;
	padding-left: 16px;
}
.twoColFixLtHdr #mainContent {
	margin: 2px 0px 0px 164px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	width: 570px;
	padding-left: 0px;
} 
.twoColFixLtHdr #mainContent h1 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	letter-spacing: 1px;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 164px;
	width: 570px;
} 
.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 */
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #60504A;
}
.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;
}
.twoColFixLtHdr #mainContent h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.twoColFixLtHdr #mainContent h3 {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}
.program   {
	color: black;
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	margin: 0px;
	text-align: left;
	line-height: 13px;
}
.program a {
	color: #5c514c;
	text-decoration: none;
}
.program-table {
	padding-top: 16px;
	padding-bottom: 0px;
	padding-left: 18px;
}
.program-table p {
	margin: 0px 0px 12px;
	padding: 0px;
}
.program-title  { color: black; font-size: 10px; font-weight: bold }
.program-subtitle  { color: black; font-size: 10px; font-style: italic; font-weight: bold }
.sidebars  { background-color: white; background-image: url("images/side_grade.jpg"); background-repeat: repeat-x; background-position: left top }
.program a:link {
	color: #5c514c;
	text-decoration: none;
}
.program a:visited {
	color: #5c514c;
	text-decoration: none;
}
.program a:hover {
	color: #5c514c;
	text-decoration: underline;
}
.program a:active {
	color: #660000;
	text-decoration: none;
}
.GalleryArchive {
	margin: 0px 0px 0px 14px;
	list-style-type: disc;
	padding: 0px;
}
.GalleryArchive ul {
	width: 100%;
}
.GalleryArchive li {
	margin-bottom: 6px;
	margin-left: 0px;
	float: left;
	margin-right: 10px;
	padding-right: 10px;
}
#GalleryContainer {
	margin-top: 20px;
}
#exhibitionschedule {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
}
#LowerLinks {
	padding-top: 6px;
}
.program-table a:link {
	color: #5c514c;
	text-decoration: none;
}
.program-table a:visited {
	color: #5c514c;
	text-decoration: none;
}
.program-table a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #5b504b;
}
.FSCalendarContainer {
	width: 549px;
	text-align: left;
}
.program-table a:active {
	color: #5c514c;
	text-decoration: none;
}
.fs-date {
	font-size: 12px;
	line-height: 12px;
	color: #c3bfbd;
	background-color: #5c514c;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 9px;
	text-align: left;
	text-transform: uppercase;
}
.fs08-standard-listing {
	padding: 10px 10px 10px 20px;
	background-color: #C7C0BE;
}
.fs09-premium-listing {
	background-repeat: no-repeat;
	height: 404px;
	padding: 10px 20px 0px;
}
.Location {
	float: right;
	text-align: right;
	margin-right: 20px;
}
.Signature {
	float: right;
	text-align: right;
	margin-right: 20px;
}
.fs2009-0828-01 {
	background-image: url(images/fotosept2009/08_28_gonzalez_apa.jpg);
	background-repeat: no-repeat;
	height: 404px;
	padding: 10px 20px 0px;
}
#fs2009-0901-01 {
	background-image: url(images/fotosept2009/09_01-01_artend.jpg);
	background-repeat: no-repeat;
}
#fs2009-0902-01 {
	background-image: url(images/fotosept2009/09_02-01_stmarys.jpg);
}
#fs2009-0902-02 {
	background-image: url(images/fotosept2009/09_02-02_speegle.jpg);
}
#fs2009-0903-00smp {
	background-image: url(images/fotosept2009/09_03-00_riley_stonemetal01.jpg);
}
#fs2009-0905-01 {
	background-image: url(images/fotosept2009/09_05-01_chemale_icm.jpg);
}
#fs2009-0905-02 {
	background-image: url(images/fotosept2009/09_05-02_drahos_icm.jpg);
}
#fs2009-0905-04 {
	background-image: url(images/fotosept2009/09_05-04_rittermann_icm.jpg);
}
#fs2009-0905-03 {
	background-image: url(images/fotosept2009/09_05-03_magnaldo_icm.jpg);
}
#fs2009-0905-05 {
	background-image: url(images/fotosept2009/09_05-05_staeheli_icm.jpg);
}
#fs2009-0905-06 {
	background-image: url(images/fotosept2009/09_05-06_steinhilber_icm.jpg);
}
#fs2009-0905-07 {
	background-image: url(images/fotosept2009/09_05-07_nuevoleon_icm.jpg);
}
#fs2009-0905-08 {
	background-image: url(images/fotosept2009/09_05-08_matiz_icm.jpg);
}
#fs2009-0905-09 {
	background-image: url(images/fotosept2009/09_05-09_saysi_icm.jpg);
}
#fs2009-0906-01 {
	background-image: url(images/fotosept2009/09_06-01_lozano_icm.jpg);
}
#fs2009-0910-01 {
	background-image: url(images/fotosept2009/09_10-01_frederick_carver.jpg);
}
#fs2009-0911-01 {
	background-image: url(images/fotosept2009/09_11-01_halliday_sama.jpg);
}
#fs2009-0920-01 {
	background-image: url(images/fotosept2009/09_20-01_seale_lhi.jpg);
}
#fs2009-0924-01 {
	background-image: url(images/fotosept2009/09_24-01_speegle_sac.jpg);
}
#fs2009-0820-01 {
	background-image: url(images/fotosept2009/08-20-01_silo.jpg);
}
#fs2009-0822-01 {
	background-image: url(images/fotosept2009/08_22-01_witte.jpg);
}
#fs2009-0902-03 {
	background-image: url(images/fotosept2009/09_02-03_utsa-main.jpg);
}
#fs2009-0903-000 {
	background-image: url(images/fotosept2009/09_03-000_ruiz-healy.jpg);
}
#fs2009-0903-00r {
	background-image: url(images/fotosept2009/09_03-00_utsa-satellite.jpg);
}
#fs2009-0904-000a {
	background-image: url(images/fotosept2009/09_04-000_rendon.jpg);
}
#temp {
	background-image: url(images/fotosept2009/placeholder.jpg);
}
#fs2009-0904-001a {
	background-image: url(images/fotosept2009/09_04-001_elsol.jpg);
}
#fs2009-0905-00a {
	background-image: url(images/fotosept2009/09_05-00A_duran.jpg);
}
#fs2009-0910-02a {
	background-image: url(images/fotosept2009/09_10-02_stumpf-farrimond.jpg);
}
#fs2009-0910-03a {
	background-image: url(images/fotosept2009/09_10-03_anarte-dial.jpg);
}
#fs2009-0911-02a {
	background-image: url(images/fotosept2009/09_11-02_highwire_dietz.jpg);
}
#fs2009-0911-03a {
	background-image: url(images/fotosept2009/09_11-03_highwire_borror.jpg);
}
#fs2009-0911-05a {
	background-image: url(images/fotosept2009/09_11-05_rivercity.jpg);
}
#fs2009-0912-01a {
	background-image: url(images/fotosept2009/09_12-01_boernecvb.jpg);
}
#fs2009-0912-02a {
	background-image: url(images/fotosept2009/09_12-02_cosas.jpg);
}
#fs2009-0912-03a {
	background-image: url(images/fotosept2009/09_12-03_carriagehouse.jpg);
}
#fs2009-0912-04a {
	background-image: url(images/fotosept2009/09_12-04_gallista.jpg);
}
#fs2009-0914-01a {
	background-image: url(images/fotosept2009/09_14-01_anarte-jackson.jpg);
}
#fs2009-0917-01a {
	background-image: url(images/fotosept2009/09_17-01_ssac1.jpg);
}
#fs2009-0917-02a {
	background-image: url(images/fotosept2009/09_17-02_ssac2.jpg);
}
#fs2009-0924-02a {
	background-image: url(images/fotosept2009/09_24-02_inkstravaganza.jpg);
}
#fs2009-1008-01a {
	background-image: url(images/fotosept2009/10_08-01_ssac-4.jpg);
}
#fs2010-0901-01 {
	background-image: url(images/fotosept2010/09_16-01_witte.jpg);
}
.fs10-premium-listing {
	background-repeat: no-repeat;
	height: 404px;
	padding: 10px 20px 16px;
	margin-bottom: 20px;
	background-color: #5c514c;
	background-position: top;
}
.fs10-standard-listing {
	padding: 10px 10px 10px 20px;
	background-color: #C7C0BE;
	margin-bottom: 20px;
}
#fs2010-0903-01 {
	background-image: url(images/fotosept2010/09_03-01_montiel-klint_sama.jpg);
}
#fs2010-0904-01 {
	background-image: url(images/fotosept2010/09_04-01_contemp_icm.jpg);
}
#fs2010-0904-02 {
	background-image: url(images/fotosept2010/09_04-02_sacabo_icm.jpg);
}
#fs2010-0905-01 {
	background-image: url(images/fotosept2010/09_05-01_mendoza_icm.jpg);
}
#fs2010-0907-01 {
	background-image: url(images/fotosept2010/09_07-01_casasola.jpg);
}
#fs2010-0911-01 {
	background-image: url(images/fotosept2010/09_11-01_HeldtHarris_Bulverde-1.jpg);
}
#fs2010-0911-02 {
	background-image: url(images/fotosept2010/09_11-02_Wessel_Bulverde-1.jpg);
}
#fs2010-0907-01a {
	background-image: url(images/fotosept2010/09_07-01_conversations_sama.jpg);
}
#fs2010-0904-03 {
	background-image: url(images/fotosept2010/09_04-03_niggli_icm.jpg);
}
#fs2010-0911-03 {
	background-image: url(images/fotosept2010/09_11-03_COSAS_Boerne.jpg);
}
#fs2010-0910-01 {
	background-image: url(images/fotosept2010/09_10-01_clamplight.jpg);
}
#fs2010-0911-04 {
	background-image: url(images/fotosept2010/09_11-03-02_gallista.jpg);
}
#fs2010-0909-ar {
	background-image: url(images/fotosept2010/09_09-01_stphilips.jpg);
}
#fs2010-0903-02 {
	background-image: url(images/fotosept2010/09_03-02_rendon.jpg);
}
#fs2010-0917-bihlhaus {
	background-image: url(images/fotosept2010/09_17-01_bihlhaus.jpg);
}
#fs2010-0901-ssac {
	background-image: url(images/fotosept2010/09_01-00_ssac.jpg);
}
#fs2010-0923-ssac {
	background-image: url(images/fotosept2010/09_23-01_ssac.jpg);
}
#fs2010-0923-ssac2 {
	background-image: url(images/fotosept2010/09_23-02_ssac.jpg);
}
#LowerLinks p {
	margin-bottom: 25px;
}
#fs2010-0901-utsa {
	background-image: url(images/fotosept2010/09_01-00_utsa.jpg);
}
#fs2010-0903-01_Revolution_sama {
	background-image: url(images/fotosept2010/09_03-01_Revolution_sama.jpg);
}
#fs2010-0911-bcvb {
	background-image: url(images/fotosept2010/09_11-03_cvbboerne.jpg);
}
#fs2010-0917-salute {
	background-image: url(images/fotosept2010/09_17-02_salute-1.jpg);
}
#fs2010-0919_lhi {
	background-image: url(images/fotosept2010/09_19-01_lhi.jpg);
}
#fs2010-09-20-01_sac {
	background-image: url(images/fotosept2010/09_20-01_sac.jpg);
}
#fs2010-09-20-02_sac {
	background-image: url(images/fotosept2010/09_20-02_sac.jpg);
}
#fs2010-09_23-03_ssac {
	background-image: url(images/fotosept2010/09_23-03_ssac.jpg);
}
#fs2010-09_02-00_satellite {
	background-image: url(images/fotosept2010/09_02-00_satellite.jpg);
}
#fs2010-09_09-00_bismarck {
	background-image: url(images/fotosept2010/09_09-02_bismarck.jpg);
}
#fs2010-09_02-000_trinity {
	background-image: url(images/fotosept2010/09_02-000_trinity.jpg);
}
#ImageSlideShow a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
