body {
	background-color: rgba(220, 220, 220, 1);
	padding-left: 60px;
	padding-right: 60px;
}

 /************ Layout ****************************************/
#container {
	/* If this width is not set here then the page will go blank if the content is smaller than the sidebars in IE6! */
	width: 100%;
	padding: 0;
}

.clearfloat {
/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#header {
	margin: 0px;
	border-bottom: 2px solid #666666;
}

#header_left {
	float: left;
}

#header_middle {
	margin-left: 220px;
	margin-top: 30px;
	padding-top: 20px;
}

#leftside {
	float: left;
	width: 180px; /* Should match margin-left in content id. */
}


/********************************************************** content */
#content {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 180px;  /* Should match width in leftside id. */
	padding: 20px;
}

#footer {
	border-top: 2px solid #666666;
	text-align: center;
}

ul, ol, blockquote, p, br, td {
	color: #303030;
	font-size: medium;
	font-family: verdana, sans-serif
}
h1 {
	color: #666666;
	font-weight: normal;
	font-size: 18pt;
	font-family: verdana, sans-serif
}

#home_header  {
	font-size: 32pt;
	font-family: "Cabin", verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.4em;
}

h2 {
	color: #503030;
	font-weight: bold;
	font-size: 20px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-left: 1pt;
	margin-top: 1.0em;
	margin-bottom: 0.5em;
}
h2.gallery {
	font-size: 24px;
	text-align:center;
}
h3 {
	color: #503030;
	font-weight: bold;
	font-size: 16px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;	padding-left: 4pt;
	margin-top: 1.0em;
	margin-bottom: 0.5em;
}
h4 {
	color: #503030;
	font-weight: bold;
	font-size: 14px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h5 {
	color: #503030;
	font-weight: normal;
	font-size: 12px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-left: 8pt;
	padding-right: 8pt;
	font-size: 10pt;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

p.discounted {
	color: #C02020;
}

p.announcement1 {
	color: #C02010;
	font-size: 20pt;
}
p.announcement2 {
	color: #108010;
	font-size: 18pt;
}

.thumbnail a:hover img {border: 1px solid #0000ff;}

.newwork {
	background-color:#FFD8D0;
	padding: 1pt;
	padding-top: 0;
	margin-left: 6pt;
	color: #505050;
	border: 1px solid silver;
}

img.thumbnail {
	border-style:outset;
	border-color:#D0D0D0;
	border-width:4px;
}

img.discounted {
	border-color:#FF0000;
}

img.primary {
	border-style:outset;
	border-color:#D0D0D0;
	border-width:4px;
}

code, tt, pre {
	font-family: courier, "courier new", monaco;
	font-size: 12px;
	color: #505060
}

#navbar {
/*	background-color: rgba(235, 230, 224, 1); */
	line-height: 140%;
	margin-top: 20pt;
	padding-left: 25pt;
	padding-right: 10pt;
	padding-top: 10pt;
	padding-bottom: 20pt;
	border-right: 2px solid #666666;
}

#navbar p {
	font-size: 14pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}

#navbar a {
	text-decoration: none;
}

#contact_text p {
	font-size: medium;
	font-family: verdana, sans-serif;
}

#painting {
	position: relative;
}

#painting_text {
	position: absolute;
	left: 0;
	text-align: center;
	border-right: 2px solid #666666;
	font-family: verdana, sans-serif;
}


#painting_text p {
	font-size: small;
	font-family: verdana, sans-serif;
}

#painting_image {
	position: absolute;
	left: 350;
}

.painting_name {
	font-size: larger;
}
.painting_copright {
	font-size: smaller;
}

#arrow_navbar {
	position: relative;
	text-align: center;
	width: 270px;
	height: 60px;
}
#arrow_left {
	top: 5px;
	position: absolute;
	left: 0;
}
#arrow_middle {
	top: 5px;
	position: absolute;
	left: 120px;
}
#arrow_right {
	top: 5px;
	position: absolute;
	right: 0;
}

#arrow_navbar a {
	padding-left: 5pt;
	padding-right: 5pt;
	margin-top: 0px;
	font-size: 12pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	text-decoration: none;
	line-height: 24px;
}

A:link {
	color: #666666
}
A:visited {
	color: #666666
}
A:hover {
	color: #804420
}
A:active {
	color: #CCCC52;
	background-color: #505050
}
A:focus {
	color: #CC6633
}

#current_events table {
	border-collapse:collapse;
	font-size: 12pt;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#current_events td {
	font-size: 12pt;
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 8px;
	padding-right: 5px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#showlist table {
	border-collapse:collapse;
	font-size: 10pt;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#showlist td {
	font-size: 10pt;
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-right: 5px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#pricelist A:link {
	color: #686860;
}
#pricelist A:visited {
	color: #404060
}
#pricelist A:hover {
	color: #FF0000
}
#pricelist A:active {
	color: #CCCC52;
	background-color: #505050
}
#pricelist A:focus {
	color: #C0C000
}
#pricelist table {
	border-collapse:collapse;
	font-size: 10pt;
	margin-left: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#pricelist td {
	border: 1px solid #999;
	padding: 5px;
}
#pricelist td.name {
	background-color: #F0F0E0;
}
#pricelist td.area {
	background-color: #F0F0E0;
	text-align:center;
}
#pricelist td.price {
	text-align:right;
}
#pricelist th {
	border: 1px solid #999;
	padding: 5px;
	background-color:#f8f0f8;
}

#pricelist td.error {
	background-color:#FFc0c0;
}



#workshops A:link {
	color: #686860;
}
#workshops A:visited {
	color: #404060
}
#workshops A:hover {
	color: #FF0000
}
#workshops A:active {
	color: #CCCC52;
	background-color: #505050
}
#workshops A:focus {
	color: #C0C000
}
#workshops table {
	border-collapse:collapse;
	font-size: 9pt;
	margin-left: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#workshops td {
	border: 1px solid #999;
	padding: 5px;
	font-size: 9pt;
}
#workshops td.name {
	background-color: #F0F0E0;
}
#workshops td.area {
	background-color: #F0F0E0;
	text-align:center;
}
#workshops td.price {
	text-align:right;
}
#workshops th {
	border: 1px solid #999;
	padding: 5px;
	background-color:#f8f0f8;
}

#workshops td.error {
	background-color:#FFc0c0;
}

#workshops p {
	font-size: 10pt;
	font-family: Tahoma, sans-serif;
}

table#gallery  {
	border-collapse:collapse;
	font-size: 10pt;
	margin-left: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
}

td#gallery  {
	padding: 5px;
}

div#painting  {
	text-align:center;
	padding-top: 40px;
}

#admin_header {
	padding: 5px;
	background-color:#FFFFF0;
	border-bottom: 1px solid black
}
#admin_header h1 {
	color: #604020;
	font-weight:bold;
}
#admin_navbar {
	padding: 10px;
	background-color:#FFFFF0;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20;
	border-bottom: 1px solid black
}
#admin_content {
	padding: 5px;
	background-color:#FFFFFF;
	border-bottom: 1px solid black
}
#admin_content td {
	border: 1px solid #999;
	padding: 5px;
	background-color:#FFFFFF;
}
#admin_footer {
	background-color:#FFFFF0;
}
.announcement {
	font-size: 18px;
}
.announcement {
	font-family: Arial, Helvetica, sans-serif;
}
.announcement {
	font-size: 16px;
}
