  /*RESET*/
  html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


  /*REMOVE PADDING AND STYLE BODY*/
  body {
  position: relative;
  padding: 0;
  margin: 0;
  font-size: 1em;
  font-family: georgia, serif;
  color: #373737;
  background-color: white;
  }

  body a:link {
  text-decoration: underline;
  color: #000000;
  }

  body a:hover {
  color: #ab8209;
  }

  /*FOR IE 5 ELASTIC LAYOUTS*/
  html{ font-size:100%; }

  /*ELASTIC LAYOUT CONTENT WRAPPER*/
  #wrap {
  position: relative;
  width: 62.75em;
  min-width: 780px;
  padding: 0;
  margin: 0 auto;
  background-color: white;
  border: 1px solid;
  }

  /*STYLE NAV BAR*/
  #nav_bar {
  background: url(./graphics/divider.png) no-repeat right;
  }

  #nav_bar a img {
  border: none;
  }

  #nav_bar #logo {
  width: 75px;
  height: 76px;
  }

  #nav_bar ul {
  font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
  font-size: 1em;
  letter-spacing: 1px;
  color: #505050;
  text-decoration: none;
  text-transform: uppercase;
  list-style-type: none;
  text-align: right;
  margin: 0;
  margin-top: 2em;
  padding: 0;
  }

  #nav_bar li {
  margin-right: 8px;
  }

  #nav_bar li a {
  padding-right: 16px;
  margin: 0;
  }
  
  #nav_bar ul a:link {
  color: inherit;
  text-decoration: none;
  }
  
  #nav_bar ul a:visited {
  color: inherit;
  text-decoration: none;
  border: none;
  }

  #nav_bar ul a:hover {
  background: url(./graphics/bullet.png) no-repeat right;
  border: none;
  }

  #nav_bar ul a:active {
  color: #ab8209;
  border: none;
  }
  
  /*SIZE & POSITION NAV BAR DIV*/
  #nav_bar {
  width: 7em;
  min-width: 100px;
  height: 770px;
  margin-top: 10px;
  float: left;
  }

  #nav_bar #logo {
  display: block;
  margin: 0px auto;
  }

  /*STYLE HEADER*/
  #header h1 {
  text-transform: uppercase;
  font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  letter-spacing: .125em;
  }

  #header h2 {
  font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
  font-size: 0.75em;
  color: #505050;
  font-weight: normal;
  letter-spacing: 1.5px;
  }

  /*POSITION HEADER*/
  #header {
  float: left;
  width: 60%;
  padding: 10px 0 0 20px;
  }
  
  #header h1 {
  margin: 0;
  }
  
  #header h2 {
  margin: 0;
  }


  /*STYLE INFO BLOCK*/
  #info {
  font-size: 0.75em;
  color: #505050;
  }

  /*POSITION INFO BLOCK*/
  #info {
  margin: 2.5em auto;
  padding: 0 1em 0 0.75em;
  text-align: center;
  }

  #info #hours {
  }

  #info #address {
  }

  #info #map_link {
  }

  /*STYLE FOOTER BLOCK*/
  #footer {
  font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
  font-size: 0.75em;
  text-transform: lowercase;
  color: #505050;
  }
  
  #footer a {
  text-decoration: none;
  color: inherit;
  }

  #footer #copyright a {
  text-transform: none;
  text-decoration: underline;
  }

  #footer li a:link {
  }

  #footer li a:visited {
  }

  #footer li a:hover {
  color: #ab8209;
  }

  #footer li a:active {
  text-decoration: underline;
  }

  /*POSITION FOOTER BLOCK*/
  #footer {
  clear: both;
  padding-top: 25px;
  margin-top: 25px;
  }

  #footer ul {
  padding: 0px;
  padding-top: 25px;
  list-style-type: none;
  text-align: center;
  border-top: #909090 2px solid;
  }
  
  #footer li {
  display: inline;
  padding: 0px 10px;
  border-right: 2px #909090 solid;
  }

  #footer #last {
  border: none;
  }	
  
  #footer ul a {
  }

  #footer #copyright {
  padding: 15px;
  text-align: center;
  }
  
  /*STYLE CONTENT*/

  #content {
  padding-top: 15px ;
  border-top: 1px double #909090;
  }

  #content p {
  font-size: 0.75em;
  font-family: Verdana, sans-serif;
  color: #373737;
  }
  
  #content ul{
  font-size: 0.75em;
  font-family: Verdana, sans-serif;
  color: #373737;
  padding-left: 10px;
  }
  
  #content li {
	padding-top: 4px;
  }

  #content .section {
  border-bottom: 1px double #909090;
  padding: 10px;
  position: relative;
  /*clear: both;
  float: left;*/
  }

  #content #column1 .section p {
  clear: both;
  }
  
  #content #column1 {
  width: 62%;
  min-width: 400px;  
  margin-right: 5px;
  border-right: 1px double #909090;
  border-left: 1px double #909090;
  border-top: 1px double #909090;
  }

  #content #column2 {
  width: 35%;
  min-width: 216px;
  margin-left: 5px;
  border-right: 1px double #909090;
  border-left: 1px double #909090;
  border-top: 1px double #909090;
  }
 
  #content h1 {
  margin: 0 0 10px 0;
  font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
  font-size: 1.25em;
  color: #ab8209;
  font-weight: normal;
  text-transform: none;
  }

  #content h1 a {
  color: #ab8209; 
  }
 
  #content img {
  padding: 5px;
  }

  #content .pdf {
  background: url(./graphics/pdficon_small.gif) no-repeat left;
  padding-left: 20px;
  }

  #content #about img {
  clear: both;
  float: left;
  margin-right: 5px;
  }

  #content #news .section {
  width: 66%;
  }

  #content #classes .section p {
  width: 66%;
  }

  #content #exhibits .section p {
  width: 66%;
  }
  
  img.block {
  border: 2px black solid;
  display: block;
  }

  #content #exhibits #girls_girls_girls img {
  padding-right: 1em;
  float: left;
  }

  #content #store .section p {
  width: 66%;
  }

  #content #about .section p {
  width: 66%;
  }

  #news h2 {
  clear: both;
  }

  #content #column1 img {
  padding-right: 10px;
  margin: 0 0 10px 0;
  float: left;
  }

  #content #classes img {
  border: none;
  padding: 10px 10px 10px 10px;
  /*float: right;*/
  }

  /*#content #classes .class {
  border: none;
  clear: both;
  float: left;
  }*/

  #content .pdf_reader img {
  border: none;
  clear: both;
  }

  #content img.poster {
  border: none;
  }

  #content h2 {
  margin: 10px 0;
  font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
  font-size: 1em;
  color: #909090;
  }

  #content h3 {
  margin: 0 0 10px 0;
  font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
  font-size: 0.75em;
  color: #373737;
  font-weight: normal;
  text-transform: uppercase;
  }

  #content #nav_links {
  font-family: Verdana, sans-serif;
  list-style-type: none;
  text-align: left;
  }

  #content #nav_links li {
  display: inline;
  padding: 0px 10px;
  border-right: 2px solid #909090;
  }
  
  #content #classes li a {
  text-decoration: underline;
  text-transform: lowercase;
  font-weight: normal;
  font-size: 0.9em;
  color: #909090;
  text-align: right;
  }
 
  #content a:hover {
  color: #ab8209;
  }

  #content table {
  position: relative;
  margin-bottom: 10px;
  width: 450px;
  border-left: 1px #909090 solid;
  padding-left: 10px;
  }
  
  #content .classes table, h3 {
	clear: both;
  }
  
  #column2 table {
  width: 100%;
  }

  #content td {
  font-family: Verdana, sans-serif;
  font-size: 0.9em;
  text-align: left;
  padding: 0 0px;
  }

  .important {
  color: #ab8209;
  }



  /*Erase underlines from all links in headings*/
  #content h1 a:link {
  text-decoration: none;
  }

  #content h1 a:visited {
  text-decoration: none;
  }

  #content h1 a:hover {
  text-decoration: none;
  }

  #content h1 a:active {
  text-decoration: none;
  }

  /*POSITION CONTENT*/
  #content {
  position: relative;
  float: left;
  width: 83%;
  min-width: 660px;
  margin: 12px 0 0 20px;
  }

  #column1 {
  float: left;
  }

  #column2 {
  float: left;
  }
  
  .left {
  float: left;
  }

  img.left {
  margin-right: 10px;
  }

  .right {
  float: right;
  }

  img.right {
  margin-left: 10px;
  }

  #rodgers_workshop p {
  text-align: justify;
  }
  
  #solo_show p {

	/*border: 2px solid blue;*/
  }
  #solo_show p img.poster {
	padding: 0px;
	margin: 0px;
	padding-right: 20px;
	/*border: 2px solid red;*/
  }
  #column1 .section h3 {
	clear: both;
  }
  
  #content p {
	margin-top: 1em;
  }
  
  #seeking_inspiration img.poster {
	float: left;
	margin-right: 10px;
  }
  
  #classes .class {
	clear: both;
  }
 
 .class h3 {
	padding-top: 10px;
  }
  
  #classes.section {
	clear: both;
  }

#content.saveourshores img {
  padding-right: 0;
  margin: 0 0 10px 0;
  }
  
 #content.saveourshores .section{
  padding: 0;
  margin: 0;
  }

  #content.saveourshores #column1 p{
  padding: 10px;
  margin: 0;
  }
  
  .saveourshores #column1 img {
  }
  
