/* CSS Document */

html 	{ margin: 0px 0px 0px 0px; padding: 0px; }

body 	{
		background-image: url(images/bg-device.jpg);
      	background-position: center center;
      	background-repeat: no-repeat;
	  	background-attachment: fixed;
		background-color: #000000;
		margin: 0px;
		padding: 0px;
		}

body, div, span, p, .p, h1, h2, li, td ,th, input, textarea, select
		{ font-family: Arial, Tahoma, Century Gothic; color: #FFFFFF; font-size: 11px;  }

a 		{ text-decoration: none; color: #CCCCCC; }
a:hover 	{ text-decoration: none; color: #FFFFFF; }

.leader { font-family: Century Gothic; font-weight: bold; color: #888888; font-size: 14px;}
.latest { font-size: 14px; font-weight: bold;}
.copyright { font-family: Century Gothic; font-size: 10px; color: #000000; }
.note { color: #999999; }

.paintings { font-family: arial; font-size: 11px; }
a.paintings, a.paintings:visted, a.paintings:active			{ font-family: arial; font-size: 11px; }
a.paintings:hover		{ font-family: arial; font-size: 11px; }

.sold { font-weight: bold; color: #FF0000; }

img 	{ border-width: 0; }
td 	{ vertical-align: top; }
form { margin:0; }


hr.dotted	{
	height: 1px;
	border-top: 1px dotted #43515E;
	border-left: 0 none;
	border-right: 0 none;
	border-bottom: 0 none;
	margin: 5px 2px 0px 2px;
	padding: 2px;
	}

/* TABLES */

table.prime
	{
	text-align: left;
	width:100%;
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

table.top
	{
	text-align: left;
	width:800px;
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

table.printbox
	{
	text-align: left;
	width:100%;
	background-color: #F4F4F4;
	border: 1px solid #C00000;
	margin: 0px 0px 0px 0px;
	padding: 4px;
	}

table.prime td { padding: 0px; }
table.top td { padding: 0px; }
table.printbox td { padding: 4px; }	

td.linkcoloumn { line-height: 16px; }
td.bio	{
	background-image: url(images/sig.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
	}

/* FORMS */

input, textarea, textfield, input.select {
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border: solid 1px #D3D3D3;
	padding: 3px;
	margin: 1px;
	}

.buttons {
	font-family: arial, sans-serif;
	font-weight: bold;
	background: #F7F7F7;
	border: solid 1px #C6C6C6;
	color: #1E2E3D;
	padding: 2px;
	}

input[type="submit"]:hover {
    color:      #000000;
    background: #EEEEEE;
    border:     1px solid #A0A0A0;
	cursor: hand;
	cursor: pointer;
	}