body {
    background: rgb(63,51,51);
    margin: 0;
    padding: 0;
}
div.bigbox {    width: 720px;    margin: 0px auto 0 auto;     position: relative;}
div.colbox {
    background: rgb(105,105,105);
    position: relative;
    width: 720px;
    border: 1px solid black;    
    margin: 0 auto 0 auto;
    padding: 0;
}
div.header {
    display: block;
    position: relative;
    width: 720px;
    height: 60px;
    padding: 0;
    margin: 0 auto 0 auto;
    background: rgb(153,153,153);
    border-left: 1px black solid;
    border-right: 1px black solid;
    border-top: 1px black solid;
}
div.header a {
    text-decoration: none;
}
div.header img {
    border: 0;
}
/* LEFT COLUMN */

div.leftcol {
    position: absolute;
    width: 200px;
    top: 0;
    left: 0;
    background: white;
    margin: 0;
    padding: 0;
    border-right: 0px solid white;
    border-bottom: 1px solid black;
}
div.leftcol form,
div.leftcol p.note {
    background: rgb(153,153,153);
    font-family: Helvetica, sans-serif;
    font-size: 13px;
    padding: 0 .25em 0 1em;
    margin: 0;
    text-align: left;
    color: white;    
}
div.leftcol a {
    color: white;    
}
div.links a {
    color: black;
}
div.links ul {
    list-style: outside disc;
}
div.leftcol form {
    text-align: 1em;
    color: black;
    background: transparent;
}
div.artist {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 0;
}
img.headshot {
    border: 0;
    display: block;
}
div.artist h2 {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    background: rgb(102,51,51);
    font-family: Helvetica, sans-serif;
    font-size: 13px;
    padding: .25em 0 .25em 1em;
    margin: 0;
    text-align: left;
    color: white;
}
div.links p {
    font-family: Verdana, sans-serif;
    font-size: 13px;
    text-align: left;
    margin: .25em .25em .25em 2em;
    text-indent: -1em;
}
div.artist p {
    text-indent: 1em;
    font-family: Verdana, sans-serif;
    font-size: 13px;
    text-align: justify;
    margin: .25em;
}
/* -- RIGHT COLUMN -- */ 

div.rightcol {
    padding: 0 10px 0 10px;
    position: relative;
    margin: 0 0 0 200px;
    background: white;
    border: 1px solid white;
    border-left: 1px black solid;
}
div.rightcol h1 {
    font-family: Helvetica, sans-serif;
}
div.rightcol p,
li {
    text-align: justify;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-indent: 1em;
}
textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
}

td {
    border-bottom: 1px solid rgb(102,51,51);
}
th {
    background: rgb(102,51,51);
    color: white;
    border: 0;
}
table.order td {
	border: 0;
	vertical-align: top;
	text-align: center;
}
table.order {
	padding: 0;
	margin: 0;
	border: 0;
	text-align: center;
}
