BODY {
	font-family: Arial, sans-serif;
	background: white;
}

/* enclosing block (for menu background color */
div.red {
	background-color: #8a0811; 
}

div.body {
	background-color: white;
	margin: 0px 210px 0px 0px;
	padding: 0px 10px 0px 0px;
}

div.menu {
	width: 200px;
	float: right;
	background-color: #8a0811; 
	padding: 5px;
	font-size: 12px; color: white;
}

/* settings common to all menu anchor tags */
div.menu A {
	display: block;
	color: white;
	font-weight: bold;
}

DIV.menu P { margin: 10px; }

/* specific menu anchor tag settings */
A.menu {
	font-size: 14px;
	text-align: right;
	margin: 10px;
}

A.sitename {
	font-size: 16px;
	text-align: center;
	margin: 5px 0px;
}

.copyright {
	display: block;
	margin: 20px 10px 10px 10px;
	color: #bbbbbb; font-size: 10px;
 }

TABLE.clippings TD {
	width: 50%;
	vertical-align: top;
	padding: 10px;
	border-style: none;
}

TABLE.pricelist {
	font-size: 14px;
	border-style: none;
   border-spacing: 0px;
}

TABLE.pricelist TR { height: 22px; }
TABLE.pricelist TD { padding-left: 2px; }

/* individual picture pages (if javascript isn't enabled) */

TABLE.infopic {
	margin-left: auto;
	margin-right: auto;
	border-style: none;
	border-spacing: 1px; 
}

TD.picprop {
	width: 95px;
	padding-left: 5px;
	font-style: italic;
	background-color: #cccccc;
}

TD.picval {
	text-align: center;
	width: 270px;
	font-weight: bold;
	background-color: #cccccc;
}

TABLE.picreturn { margin-left: auto; margin-right: auto; border-style: none; }
TABLE.picreturn TD { width: 250px; }

/* miscellaneous */
.center { text-align: center; }
.small { font-size: 10px; }   
.reduced { font-size: 14px; }

H3 { text-align: center; }    /* 'updates' title (art_main.html) */
IMG { border: 0px; }
IMG.fr { float: right; margin-left: 5px; }
TD.gray { background-color: #cccccc; }

