/* --- CSS for Main Sections Formatting --- */
body.paced {
    margin: 0px 0px 0px 0px;
    color: #000000;
    background-color: #FFFFFF;
    background-image: url(../images/bg-browser.gif);
    background-position: top center;
    background-repeat: repeat-y;
}

#container {
    width: 770px;
    margin-left: auto;
    margin-right: auto;
}

img {
    border-style: none;
    display: block;
}

/* ----- Grey Top Nav Bar Formatting ----- */
#header {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #FFFFFF;
}

#header table {
    width: 100%;
    border-collapse: collapse;
}

    /* ----- Header Navigation Links Formatting ----- */
    td.headerlnks a {
    	color : #FFFFFF;
    	text-decoration : none;
        padding-left: 10px;
    }

    td.headerlnks a:hover {
        color: #CC6633;
    }

    .headergraphic {
        background-image: url(../images/header-bg-w-logo-new.gif);
        background-position: top left;
        background-repeat: no-repeat;
    }

#bodycontent table {
    width: 100%;
    border-collapse: collapse;
    background-image: url(../images/bg-killerwhale.gif);
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}

#gallerycontent table {
    width: 100%;
    border-collapse: collapse;
    background-color: #FFFFFF;
}

    .featureartist {
        width: 161px;
        background-image: url(../images/tsub-featureartist.gif);
        background-position: top left;
        background-repeat: no-repeat;
        background-color: #333333;
    }

    .artistminibio {
        padding: 0px 8px 0px 8px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
	    font-size : 11px;
	    color : #CCCCCC;
    }

    .artistminibio a {
	    color : #669900;
        text-decoration: none;
    }

    .artistminibio a:hover {
        color: #CC6633;
    }

    .moreartists {
        width: 161px;
        background-image: url(../images/tsub-moreartists.gif);
        background-position: top left;
        background-repeat: no-repeat;
        background-color: #333333;
    }
    .rareprints {
        width: 161px;
        background-image: url(../images/tsub-rareprints.gif);
        background-position: top left;
        background-repeat: no-repeat;
        background-color: #333333;
    }

    .blank {
        width: 161px;
        background-image: url(../images/tsub-blank.gif);
        background-position: top left;
        background-repeat: no-repeat;
        background-color: #333333;
    }


    .maincopy {
        padding-left: 30px;
    }

h1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : #669900;
}

h2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #669900;
}

.artistheading {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
    font-weight: bold;
	color : #669900;
}


.subtitle {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
    font-weight: bold;
	color : #669900;
    background-image: url(../images/bg-gallery-titles.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
    width: 175px;
    height: 27px;
}

p {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #333333;
}

.txt {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #333333;
    padding-top: 5px;
}

.txt a {
    color: #333333;
    text-decoration: none;
}

.txt a:hover {
    color: #CC6633;
    text-decoration: none;
}

.txtgreen a {
    color: #669900;
    text-decoration: none;
}

.txtgreen a:hover {
    color: #CC6633;
    text-decoration: none;
}


li {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #669900;
    list-style: square;
    /*text-indent: -2%;*/
}

li a {
	color : #333333;
}

li a:hover {
	color : #CC6633;
}

/* ----- Footer Formatting ----- */
#footer {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #669900;
}

#footer table {
    width: 100%;
    border-collapse: collapse;
}

    /* ----- Header Navigation Links Formatting ----- */
    td.footerlnks a {
    	color : #FFFFFF;
    	text-decoration : none;
    }

    td.footerlnks a:hover {
        color: #CC6633;
    }

    .footergraphic {
        background-image: url(../images/footer-bg-w-JMGlogo.gif);
        background-position: top left;
        background-repeat: no-repeat;
    }

    .footerhours {
	    font-size : 14px;
        text-align: center;
	    color : #669900;
        width : 400px;
       }
/* -------- Form Elements --------- */

.formelement {
    font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #333333;
    height: 12px;
}

