body {
/*  background: #BAC683;  */
  background: url(/images/bg.gif) repeat;
  text-align: center;
  font-family: "verdana, arial, sans serif, georgia";
  font-size: 11px;
}

#main
{
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
        margin-bottom: 20px;
        width: 730px;
        padding: 0px 0px 0px 0px;
}

.header
{
        background: url(/images/top.gif) no-repeat top center;
        font-weight: bold;
        float: left;
        overflow: hidden;
        width: 730px;
}

.subheader
{
        background: url(/images/middle.gif) no-repeat top center;
	line-height: 24px;
        float: left;
        overflow: hidden;
        width: 730px;
}


.content
{
        background: url(/images/middle.gif) repeat top center;
        float: left;
        overflow: hidden;
        width: 730px;
}

.content a
{
        color: #1e4759;
}

.content a:visited
{
        color: #7e9abc;
}

.footer
{
        background: url(/images/bottom.gif) no-repeat bottom center;
        float: left;
        overflow: hidden; 
        width: 730px;
        text-align: center;
        color: #1E4759;
        font-size: 9px;
        font-family: Arial, Helvetica, sans-serif;
        padding: 0px 0px 5px 0px; 
	display: inline;
        clear: both;
}

.nav
{
	float: right;
	margin: 0px 20px 0px 0px;
}

/* IE Hack */
* html body .nav
{
	margin: 0px 10px 0px 0px;
}

.nav li
{
	font-size: 11px;
	font-weight: bolder;
	padding: 4px 0px 2px 0px;
	margin: 0px 0px 0px 10px;
	display: block;
	float: left;
	list-style-type: none;
	background: url(./images/navunderline.gif) repeat-x bottom;
}

.nav li a
{
	padding: 5px 0px 0px 0px;
        font-weight: bolder;
	color: #666666;
	font-family: sans-serif;
	background: url(./images/navbg.gif) repeat-x;
	text-decoration: none;
}

.nav li a:hover
{
        color: #1E4759;
	background: url(/images/navbghover.gif) repeat-x;
}

.subnav
{
        padding: 5px 0px 0px 0px;
        margin: 0px 20px 0px 0px;
        color: #FFF;
        font-family: sans-serif;
        font-weight: bolder;
        float: right;
}

/* IE Hack */
* html body .subnav
{
        margin: 0px 10px 0px 0px;
}

.subnav li
{
	line-height: 12px;
        font-size: 10px;
        font-weight: bolder;
        padding: 4px 0px 2px 0px;
        margin: 0px 0px 0px 10px;
        display: block;
        float: left;
        list-style-type: none;
/*        background: url(./images/navunderline.gif) repeat-x bottom; */
}

.subnav li a
{
/*        background: url(./images/navbg.gif) repeat-x;  */
        color: #666666;
        font-weight: bolder;
        font-family: sans-serif;
        text-decoration: none;
}

.subnav li a:hover
{
         color: #1E4759;
/*        background: url(/images/navbghover.gif) repeat-x; */
         border-top: 2px solid #1E4759;
}

.about
{
         line-height: 24px;
	 text-align: justify;
	 padding: 0px 30px 0px 0px;
}

.about li
{
         list-style-type: none;
	 font-weight: bold;
}

#artist_statement
{
         width: 500px; 
	 text-align: justify;
	 margin: 0px 0px 0px 100px;
}

.offset25
{
         margin-left: 25px;
	 margin-right: 25px;
}

.painting
{
         text-align: center;
	 font-family: "Times New Roman";
         font-size: 16px;
         color: #666;
	 padding: 40px 0px 40px 0px;
}

.painting img
{
}

.painting table
{
/*        margin-left: 165px;  */
        margin-left: auto;
        margin-right: auto;
        width: 400px;
}

/*
#.painting tr
#{
#        width: 50%;
#}
#
#
#.painting td
#{
#        width: 175px;
#}
*/

.painting td a
{
        font-size: 12px;
}

.painting a img
{
  border: none;
}

.nav_prev
{
        float: left;
}

.nav_next
{
        float: right;
	text-align: right;
}

.brclear {
  clear: both;
}
