html, body {
  color: #575757;
  text-align: center;
  background-color: #888888;
  margin: 0;
  padding: 0;
  font: 11px Arial, Helvetica, sans-serif;
}

img {
	/* behavior:	url("pngbehavior.htc"); */
  border: 0 none;
}

q {
  font-style: italic;
  font-weight: bold;
}

#container {
  margin: 0 auto;
  padding: 0 15px;
  text-align: left;
  width: 830px;
  width: 800px;
  background-image: url(../images/mainback.gif);
  background-repeat: repeat-y;
  overflow: hidden;
}

html>body #wrap {
 	width: 800px;
}

#wrap {
  text-align: left;
  margin: 0;
  padding: 0;
  padding-top: 8px;
  background: transparent url(../images/containerback.gif) no-repeat top left;
}

#header {
  background: url(../images/header_back.gif);
  height: 70px;
  position: relative;
}

/*
#header form {
  font-size: 10px;
  font-weight: bold;
  float: right;
  bottom: 10px;
  right: 10px;
  position: absolute;
  background: transparent url(../images/searchbox.gif) no-repeat scroll;
  height: 22px;
}
*/

#header * {
  font-size: 10px;
  font-weight: bold;
  padding: 0;
}

#searchinput {
  color: #6294cd;
  margin: 5px 7px 1px 7px;
  border: 0px none;
  background: transparent;
  float: left;
  width: 138px;
}

#searchsubmit {
  color: #ffffff;
  border: 0 none;
  background: transparent;
  /* margin-top: 3px; */
  height: 22px;
}

#search {
  display: block;
  height: 14px;
  width: 120px;
  padding: 0;
  margin: 0px;
  position: absolute;
  right: 1px;
  bottom: 0px;
}

#menu > #search {
  right: 8px;
  top: 1px;
}

#search input {
  color: #787878;
  font: bold 11px/14px "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
  text-align: right;
  height: 14px;
  border: 0;
  padding: 2px;
  background-color: transparent;
  vertical-align: middle;
  width: 120px;
}

#search > input {
  border: 1px solid hidden;
}

#search input.active {
  color: #004D90;
  border: 1px solid #4682B4;
  background-color: #FFFFFF;
}


h1 {
  width: 396px;
  height: 70px;
  text-indent: -9999px;
  background: url(../images/header.jpg) no-repeat left;
  margin: 0;
  padding: 0;
  float: left;
}

#content {
  position: relative;
  float: left;
  width: 510px;
  padding: 0 30px 10px 20px;
}

#column {
  float: left;
  width: 210px;
  color: #515151;
  background-color: transparent;
  margin-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

a {
  font-weight: bold;
  text-decoration: none;
  color: #305B9A;
}

a:hover {
  color: #ED1B23;
}

a:active {
  outline: none;
}

#content a.none, #content a.none:hover {
  border-bottom: 0px;
}

h2 {
  font: italic 23px Georgia, Times New Roman, Times, serif;
  color: #515151;
  margin-bottom: 15px;
  border-bottom: 1px solid #D4D4D4;
  clear: both;
  margin-top: 20px;
}

#content h2 .title {
  font-size: 18px;
}

#content h3 {
  font: italic 16px Georgia, Times New Roman, Times, serif;
  color: #515151;
  margin: 20px 0px 10px 0px;
  border-bottom: 1px solid #D4D4D4;
  clear: both;
}

#content h3.article {
  background-image: url(../images/articles.gif);
  background-repeat: no-repeat;
  background-position: left;
  padding: 0px 20px;
}

#content a.article {
  background-image: url(../images/article.gif);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 14px;
}

#content p {
  font-size: 12px;
  line-height: 1.5em;
  margin-bottom: 12px;
}

#content p.right {
  text-align: right;
}

#content p.subtitle {
  text-align: right;
  font: italic 13px Georgia, Times New Roman, Times, serif;
  color: #515151;
  font-variant: small-caps;
  margin-top: -11px;
}

#content p.note {
  margin: 20px 50px 20px 50px;
  font-style: italic;
  padding: 5px 10px;
  border: 1px dotted #EAEAEA;
  text-align: left;
}

#content table {
  margin-bottom: 15px;
}

#content a {
  text-decoration: underline;
}

#content a:visited {
  text-decoration: underline;
}

#content a:hover {
  text-decoration: underline;
  background-color: #FBF2F2;
  color: #ED1B23;
}

#content p#first:first-letter {
  font-size: 3em;
  font-family: Georgia, Times New Roman, Times, serif;
  font-weight: normal;
  float: left;
  margin-right: 2px;
  margin-top: 5px;
  line-height: 95%;
}

#content ul.links {
  margin: 0;
  padding: 0;
  padding-left: 10px;
  margin-left: 10px;
  list-style: none;
}

#content ul.links li {
  list-style: disc inside;
  padding-left: 12px;
  line-height: 16px;
}

.figure {
  font-size: 10px;
  line-height: 10pt;
  text-align: center;
  margin: 0;
  padding-top: 4px;
}

.figure img {
  padding: 7px;
  margin: 1px;
  background-color: #FFFFFF;
  border: 1px solid #A9A9A9;
}

.figure b {
  display: block;
}

.l {
  float: left;
  padding-right: 10px;
}

.r {
  float: right;
  padding-left: 10px;
}

.floatright {
  float: right;
  font-size: 10px;
  line-height: 10pt;
  text-align: center;
  margin: 0;
  padding-top: 4px;
  padding-left: 10px;
}

.floatleft {
  float: left;
  font-size: 10px;
  line-height: 10pt;
  text-align: center;
  margin: 0;
  padding-top: 4px;
  padding-right: 10px;
}

.image {
  padding: 7px;
  margin: 1px;
  background-color: #FFFFFF;
  border: 1px solid #A9A9A9;
}

#menu {
  height: 22px;
  background-image: url(../images/menuback.gif);
  border-top: 1px solid #8e8e8e;
  border-bottom: 1px solid #8e8e8e;
  padding: 0;
  margin: 0;
  position: relative;
}

#menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#menu li {
  display: inline;
  text-align: center;
}

#menu li a {
  float: left;
  text-decoration: none;
  color: #787878;
  font: bold 11px/22px "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
  padding: 0px 10px 0px 10px;
  margin: 0;
  border-right: 1px solid #D1D1D1;
}

#menu li a:hover {
  text-decoration: none;
  color: #373737;
  background-color: #FFFFFF;
  background-image: none;
}

#menu li a.home:hover {
  background-color: #D8E3F3;
  color: #305B9A;
}

#menu li a.biography:hover {
  background-color: #E6F6EE;
  color: #236545;
}

#menu li a.paintings:hover {
  background-color: #FDE1E3;
  color: #ED1B23;
}

#menu li a.articles:hover {
  background-color: #D8E3F3;
  color: #305B9A;
}

#menu li a.prints:hover {
  background-color: #E6F6EE;
  color: #236545;
}

#menu li a.reproductions:hover {
  background-color: #FDE1E3;
  color: #ED1B23;
}

#menu li a.contents:hover {
  background-color: #D8E3F3;
  color: #305B9A;
}

#menu li a.links:hover {
  background-color: #E6F6EE;
  color: #236545;
}

#menu li a.about:hover {
  background-color: #FDE1E3;
  color: #ED1B23;
}

#menu li a.contact:hover {
  background-color: #D8E3F3;
  color: #305B9A;
}

#home a.home, #biography a.biography, #paintings a.paintings, #articles a.articles, #prints a.prints, #reproductions a.reproductions, #contents a.contents, #links a.links, #about a.about, #contacts a.contact {
  background: url(../images/menuback_on.gif) no-repeat bottom;
}

#column h4 {
  font: italic 16px Georgia, Times New Roman, Times, serif;
  color: #515151;
  padding: 2px 0 2px 0;
  margin: 15px 0 10px 0;
  border-bottom: 1px solid #D4D4D4;
  clear: both;
}

#column ul {
  margin: 0;
  padding: 0;
  margin-bottom: 1.5em;
  list-style: none;
  font: bold 11px Arial, Helvetica, sans-serif;
}

#column ul li {
  background: url(../images/listdot.gif) no-repeat;
  background-position: 5px 6px;
  padding-left: 22px;
  line-height: 17px;
}

#column ul.article li {
  background: url(../images/article.gif) no-repeat;
  background-position: 6px 3px;
}

#column a.more {
  text-align: right;
  font: bold 10px Arial, Helvetica, sans-serif;
}

#column a.more:hover {
  background-color: #FBF2F2;
}

#column .thumb {
  margin: 2px 5px 6px 5px;
  text-align: center;
  font: bold 10px Arial, Helvetica, sans-serif;
}

#column .image {
  margin-top: 4px;
}

.thumb p {
  margin: 0;
  padding: 0;
  font: bold 11px Arial, Helvetica, sans-serif;
}

.art-com-link {

}

.art-com-link img {
  padding: 3px;
  margin: 0px;
  margin-right: 5px;
  background-color: #FFFFFF;
  border: 1px solid #A9A9A9;
  float: left;
}

.ads {
  font: 15px Georgia, Times New Roman, Times, serif;
  font-variant: small-caps;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 20px;
}

.ads a {
  font-weight: normal;
  display: block;
}

#content .ads a:hover {
  font-weight: normal;
  background-color: transparent;
}

.tla {
  text-align: left;
  margin-top: 1em;
}

#column .tla li {
  background: none;
}

#column .bottom {
  text-align: right;
  margin-top: 4px;
}

#content input, #content textarea {
  background-color: #FFFFFF;
  border: 1px solid #A9A9A9;
  font: bold 11px/14px Verdana Geneva Arial Helvetica sans-serif;
  color: #515151;
}

form {
  margin: 0;
  padding: 0;
}

#column div {
}

#footer {
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
  height: 28px;
  font: 10px Arial, Helvetica, sans-serif;
  color: #EAEAEA;
  padding-top: 3px;
  text-align: center;
  width: 830px;
  background: url(../images/footerback.jpg) no-repeat;
  width: 800px;
  clear: both;
}

#footer a {
  font-weight: normal;
  color: #EAEAEA;
  text-decoration: underline;
}

/*
  Misc
*/

.clear {
  clear: both;
}

.bookmark {
  text-align: center;
  margin: 25px;
}

.links {
  padding-top: 4px;
  line-height: 16px;
  margin-right: 15px;
}

a.none {
  border: 0;
}

.special {
  font-size: 10px;
  line-height: 10pt;
  text-align: center;
  background-image: url(../images/specialback.gif);
  background-position: 255px 10px;
  background-repeat: no-repeat;
  margin: 10px;
}

.special .link {
  text-align: center;
}

.googleSearch {
  margin: 20px 0px;
  width: 500px;
  overflow-x: auto;
  text-align: center;
}

.adsense-top {
  text-align: left;
  margin: 10px 0 0 20px;
}

.adsense {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
  clear: both;
}

.adsense-l {
  float: left;
  margin: 0;
  padding-right: 10px;
  padding-bottom: 5px;
}

.adsense-paintings {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
  clear: both;
}

.adsense-plain {
  margin: 0;
}

.adsense-r {
  float: right;
  margin: 0;
  padding-left: 10px;
  padding-bottom: 10px;
}

.adsense-336 {
	display: block;
  padding-left: 82px;
  background-image: url(../images/adsense.gif);
  background-repeat: repeat-y;
  background-position: 0 0;
}

.adsense-footer {
  text-align: center;
  margin-bottom: 10px;
  font-size: 11px;
}

.adsense-footer * {
  font-size: 11px;
}

.adsense-search {
  font-size: 10px;
  padding-bottom: 8px;
  text-align: center;
}

.adsense-search * {
  color: #787878;
  font: bold 10px Arial, Helvetica, sans-serif;
}

.adsense-search input {
}

.adsense-new p {
	display: block;
  padding-left: 110px;
  background-image: url(../images/adsense.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.figure .adsense {
  margin-top: 2em;
  text-align: right;
}

#content div form {
  padding: 0;
  margin: 5px 20px 5px 0;
}

#bookmark {
  padding-bottom: 18px;
  text-align: center;
}

#bookmark a {
  display: block;
  height: 16px;
  width: 16px;
  text-indent: -9999px;
  margin-left: 4px;
  margin-bottom: 4px;
  float: left;
}

#bookmark a.del {
  background: url(../images/icon-del.gif) no-repeat left;
}

#bookmark a.google {
  background: url(../images/icon-google.gif) no-repeat left;
}

#bookmark a.reddit {
  background: url(../images/icon-reddit.gif) no-repeat left;
}

#bookmark a.digg {
  background: url(../images/icon-digg.gif) no-repeat left;
}

#bookmark a.yahoo {
  background: url(../images/icon-yahoo.gif) no-repeat left;
}

#bookmark a.simpy {
  background: url(../images/icon-simpy.png) no-repeat left;
}

#bookmark a.spurl {
  background: url(../images/icon-spurl.png) no-repeat left;
}

#bookmark a.furl {
  background: url(../images/icon-furl.gif) no-repeat left;
}

ul#linksList {
  margin: 5px 20px 5px 0px;
}

ul#linksList li {
  margin-bottom: 0.75em;
}

.quote {
  font: italic 12px/18px Georgia, Times New Roman, Times, serif;
  color: #707070;
  padding-left: 30px;
  background: url(../images/quote.png) no-repeat;
  float: right;
  width: 120px;
  margin: 4px 30px 0 10px;
}

html>body .quote {
  width: 105px;
}

#column .more {
  font: 11px/15px Arial, Helvetica, sans-serif;
  margin: 10px 0 20px 0;
  clear: both;
  text-align: right;
}

.more a, .more a:hover {
  height: 15px;
}

.book {
  padding: 4px;
  margin: 1px;
  background-color: #FFFFFF;
  border: 1px solid #A9A9A9;

}

.textLinkAds {
  margin: 10px 10px 10px 10px;
  text-align: right;
}

.readMore {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 12px;
  font-size: 1.3em;
}