body {
	margin: 0px;
	padding: 0px;
	background-color: #a67c52;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12pt;
}
img {
	margin: 0;
	padding: 0;
	border: none;
}
a:link {
	color: #4B443C;
}
a:hover {
	color: #FF9900;
}
a:visited {
	color: #4B443C;
}
a:active {
	color: #4B443C;
}
a.external {
	color: #4B443C;
	white-space: nowrap;
}
#top {
	background-color: #8D6D54;
	background: url('images/bg.png') repeat-x;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
#phone {
	position: absolute;
	top: 55px;
	right: 1em;
	font-size: 24px;
	font-weight: bold;
	color: #49270e;
	text-shadow: #AF8555 1px 1px 1px;
}

/* ------------------------------------------------ MENU */

#menu {
	background: #af8555; /* #d2a966;  #D2B486; */
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding: 0px;
	margin: 0px;
	color: #4B443C;
	height: 18px;
}
#menu ul {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 0px 230px;
	padding: 0px;
	height: 18px;
}
#menu ul li {
	display: inline;
	margin: 0px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	padding: 0px 12px 0px 12px;
}
#menu a {
	color: #fff;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #fab943;
}
#menu ul li.active {
	background: #d2a966;
	border-bottom: 4px solid #d2a966;
}
#menu ul li.active a {
	text-decoration: none;
}

#left {
	float: left;
	width: 230px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	background: #a67c52;
}

/* --------------------------------------------- CONTENT */

#content {
	background: #d2a966; /* #af8555; // #fab943; // #DEC7A5; */
	border-left: 1px solid white;
	margin-left: 230px;
	padding: 6px 2em 2em 1em;
	min-height: 502px;
}
span.comment {
	text-decoration: underline;
}
#text a {
	color: black;
	text-decoration: none;
}
#text a:hover {
	text-decoration: underline;
}
#text p, #text table, #text li {
	width: 40em;
}
table.contacts {
	width: 32em;
}
h1, h2, h3 {
	text-align: left;
	font-family: "Times New Roman", "Times", serif;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #49270e;
	margin: 0.5em 0;
	padding: 0;
}
h2, h3 {
	font-size: 150%;
}
h1 {
	font-size: 200%;
	letter-spacing: 0.1em;
	margin: 0.5em 0;
}
h2 {
	font-weight: normal;
}
h3 {
	font-size: 100%;
	text-transform: uppercase;
}
#text P {
	font-size: 100%;
	text-align: justify;
}
#text ul {
	text-align: left;
	margin: 0 2em 0.5em 2em;
	padding: 0;
}
#text ul ul {
	margin: 0.5em 3em;
}
#text li {
	margin-bottom: 0.25em;
}
#text h3 > p {
	margin-left: 2em;
}
#text em {
	font-family: "Times New Roman", "Times", serif;
	font-weight: normal;
	font-style: normal;
	color: black;
	white-space: nowrap;
	text-transform: uppercase;
}
#text nobr {
	font-weight: bold;
}
#text strong {
	font-weight: normal;
	color: black;
}

/* ----------------------- TABLE */

table {
	margin: 8px;
	border: 1px solid black;
	font-size: 12pt;
}
table.works tr {
	background: #DEC7A5;
}
table.contacts tr.\31 {
	text-align: right;
}
tr.\31, td.\31 {
	background: #DAC09A;
}
tr.\32, td.\32 {
	background: #DEC7A5;
}
tr.head {
	background: #DAC09A;
}
th {
	border-bottom: 1px solid black;
	font-family: "Times New Roman", "Times", serif;
	font-size: 16pt;
	font-weight: normal;
	color: #49270E;
	padding: 0.5em 0 0.25em;
	letter-spacing: 1pt;
}
td {
	padding: 0.2em 0.5em;
}
td.photo {
	vertical-align: top;
}
td img {
	border: 1px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
}
td.price {
	padding-left: 1em;
	font-size: 90%;
}
td.Artist {
	font-size: 100%;
	font-weight: bold;
	background: #DAC09A;
	word-spacing: 0.1em;
	letter-spacing: 1pt;
}
td.comment {
	border: 2pt solid #DAC09A;
	font-size: 80%;
}
td.comment ul, tr#note ul {
	margin-top: 0.25em;
	margin-bottom: 0em;
	padding-bottom: 0em;
}
td.comment li {
	font-size: 75%;
}
td.site, td.Year {
	font-size: 9pt;
}
td.site A {
	color: #8D6D54;
	text-decoration: none;
}
td.Album {
	font-family: "Times New Roman", "Times", serif;
	font-weight: bold;
	background: #DAC09A;
	word-spacing: 0.1em;
	letter-spacing: 1pt;
}
td.done {
	font-size: 10pt;
	background: #DAC09A;
}
.note {
	font-size: 80%;
}
#bottom {
	background:  #49270e; /* #af8555; // #4B443C; */
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding: 4px;
	margin: 0px;
	color: white;
}
#bottom P {
	font-size: 8pt;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
div.tab {
	border: 1px solid black;
	background: #D2A966;
}
div.tab h2 {
	margin-left: 8px;
}
.hide {
	display: none;
}
.showtab {
	display: block;
}
ul.tabmenu {
	padding: 0px;
	margin: 0px;
	color: #4B443C;
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
}
ul.tabmenu li {
	background: #af8555; /* #d2a966;  #D2B486; */
	display: inline;
	margin: 0 2px;
	padding: 4px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 0px 12px 0px 12px;
}
#tabs ul.tabmenu li.selected {
	border-bottom: 2px solid #D2A966;
	background: #D2A966 !important;
}
ul.tabmenu li a, ul.tabmenu li a:visited {
	color: #fff;
	text-decoration: none;
}
#alert {
	font-size: 12pt;
	padding: 1em;
	border: 4px solid #49270e;
	background: white;
	color: black;
}
