/*** Reset ***/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td	{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	}

a img {
	border: none;
	}

a:active 	{
	outline: none;
	}

p em {
	font-style: italic;
	}


/*** Setup ***/

body	{
	line-height: 1.5;
	margin: 1.5em 0;
	background: #141414 ;
	background-repeat: repeat-x;
	font-size: 75%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

.container {
	color: white;
	width: 900px;
	margin-left: 20px;
	margin-right: auto;
	}

/*** Header ***/

#logo	{
	width: 350px;
	padding: 9px 0 10px;
	}

#header a:	, a:visited	{
	outline: 0;
	}


/*** Menubar ***/
#navigation, #navigation ul#menubar, ul#menubar li, ul#menubar a	{
	height:29px;
	}

#navigation	{
	width:900px;
	clear:both;
	border-left:1px solid #141414;
	border-right:1px solid #141414;
	}


#navigation ul#menubar	{
	float:left;
	width:900px;
	position:relative;
	background-image:url(/images/menubar4.jpg);
	}

#navigation ul#menubar li	{
	list-style:none;
	position:absolute;
	top:0;
	}

ul#menubar li,ul#menubar a	{
	display:block;
	}

#navigation ul#menubar li a	{
	text-indent:-9999px;
	text-decoration:none;
	overflow:hidden;
	}

#prints	{
	left:0;
	width:88px;
	}

#paintings	{
	left:89px;
	width:117px;
	}

#cartoons	{
	left:205px;
	width:126px;
	}

#drawings	{
	left:331px;
	width:110px;
	}

#contact	{
	left:442px;
	width:104px;
	}

/* rollover & you-are-here function */
#prints a:hover, #paintings a:hover, #cartoons a:hover, #drawings a:hover, #contact a:hover, body.s_print #prints, body.s_painting #paintings, body.s_cartoon #cartoons, body.s_drawing #drawings, body.s_contact #contact	{
	background-image:url(/images/menubar4.jpg);
	}

#prints a:hover, body.s_print #prints	{
	background-position:0 -29px;
	}

#paintings a:hover, body.s_painting #paintings	{
	background-position:-89px -29px;
	}

#cartoons a:hover, body.s_cartoon #cartoons	{
	background-position:-205px -29px;
	}

#drawings a:hover, body.s_drawing #drawings	{
	background-position:-331px -29px;
	}

#contact a:hover, body.s_contact #contact	{
	background-position:-442px -29px;
	}

/*** Front Page ***/
#front_pix_col {
	width: 200px;
	float: left;
	}

#front_text_col {
	position: absolute;
	left: 180px;
	width: 600px;
	}

/* stupid IE6 hack from http://tinyurl.com/qa2lf */
* html #front_text_col, * html #contact_text_col {
    width: expression(document.body.offsetWidth - 687);
	left: 18px;
	}

.front_thumb, #front_text_col p {
	margin: 10px;
	font-size: 110%;
	}

#front_text_col p a {
	color: white;
	}

.attribution {
	font-style:italic;
	text-align:right;
	line-height:0.5;
	}


/*** Fullsize ***/

#fullsize {
	padding: 30px 20px 10px;
	}

#fullsize img {
	display:block;
	}

.caption {
	float: left;
	padding-top: 10px;
	font-size: 110%;
	width: 300px;
	}

.title {
	font-style: italic;
	}

#navigation2, #navigation2 ul#menubar2, ul#menubar2 li, ul#menubar2 a	{
	height:29px;
	}

#navigation2 {
	float: right;
	width: 164px;
	padding-top: 10px;
	position:relative;
	}

#navigation2 ul#menubar2	{
	width:164px;
	position:relative;
	background-image:url(/images/prev_next.gif);
	}

#navigation2 ul#menubar2 li	{
	list-style:none;
	position:absolute;
	top:0;
	}

ul#menubar2 li,ul#menubar2 a	{
	display:block;
	}

#navigation2 ul#menubar2 li a	{
	text-indent:-9999px;
	text-decoration:none;
	overflow:hidden;
	}

#prev {
	left:0;
	width:99px;
	}

#next {
	left:100px;
	width:64px;
	}

#prev a:hover, #next a:hover	{
	background-image:url(/images/prev_next.gif);
	}


#prev a:hover	{
	background-position:0 -29px;
	}

#next a:hover	{
	background-position:-100px -29px;
	}

/*** Thumbnail Gallery ***/

.thumb {
	width: 280px;
	height: 290px;
	text-align: center;
	float: left;
	position: relative;
	}

.cartoon {
	height: 220px;
	}

.thumbnail_caption {
	font-style: italic;
	font-size: 9pt;
	position: relative;
	top: 235px;
	}

#thumbnails img {
	position: absolute;
	bottom: 40px;
	}

.textbox {
  column-count: 2;
  column-gap: 30px;
  padding: 7px;
  background-color: #1C;
  width: 800px;
	}

.textbox p + p {
	text-indent: 11px;
	}

.textbox .signoff {
	text-align: right;
	font-style: italic;
}

/*** Contact ***/
input {
	margin-bottom: 10px;
	}

#contact_text_col {
	position: relative;
	left: 180px;
	width: 560px;
	}

#contact_text_col p {
	padding: 10px;
	font-size: 110%;
	}

#contact_text_col p a {
	color: white;
	}

/*** Footer ***/

#footer	{
	clear: both;
	width: 900px;
	text-align: center;
	font-size: 9px;
	padding-top: 100px;
	}

/*** IE Hack
#front_pix_col {
	width: none;
	float: none;
	}

#front_text_col {
	position: none;
	left: none;
	width: none;
	}

***/