html body {
	margin: 0px;
	background-color: #000;
	background-image: url(web/bg-maroon.gif);
	background-repeat: repeat-x;
	background-position: top left;
	font-family: Verdana, Arial, Helvetica, sans-sarif;
	font-size: 12px;
	color: #3E1F13;
}

a {
	color: #6C3042;
	text-decoration: underline;
}

a:hover {
	color: #6C3042;
	text-decoration: none;
}

.menu a {
	color: #6C3042;
	text-decoration: none;
}

.menu a:hover {
	color: #fff;
	text-decoration: none;
}

.copy a {
	color: #fff;
	text-decoration: underline;
}

.copy a:hover {
	color: #fff;
	text-decoration: none;
}

/* ------------ Text Classes ------------ */

h1 {
	margin-top: 0px; 
	font-family: "Arial Black", Arial, sans-sarif;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	color: #3E1F13;
}

p {
	margin-top: 0px; 
	font-family: Verdana, Arial, Helvetica, sans-sarif;
	font-size: 12px;
	/* line-height: 25px; */
	color: #3E1F13;
}

.column-left p {
	margin: 2px; 
	font-family: Verdana, Arial, Helvetica, sans-sarif;
	font-size: 14px;
	color: #6C3042;
}

.left-contact p {
	font-family: Verdana, Arial, Helvetica, sans-sarif;
	font-size: 10px;
	color: #3E1F13;
}

.copy {
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-sarif;
	font-size: 10px;
	/* line-height: 12px; */
	color: #fff;
}

/* ------------ Div Classes ------------ */

.menu {
	float: left;
	padding: 30px 30px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-sarif;
	font-size: 10px;
	color: #6C3042;
}

.select {
	color: #fff;
}

.index-preview {
	float: left;
	width: 331px;
	/* height: 331px; */
	padding: 13px 14px 13px 14px;
	background-color: #fff;
	background-image: url(web/loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-align: left;
	clear: both;
}

.index-thumb {
	float: left;
	width: 359px;
	height: 59px;
	padding: 13px 0px 13px 0px;
	background-color: #fff;
	border-top: 1px dotted #000;
	text-align: left;
	clear: both;
}

.thumb {
	float: left;
	margin-top: 14px;
	margin-right: 14px;
	width: 59px;
	height: 59px;
	padding: 4px;
	background-color: #fff;
	text-align: left;
}

.content {
	float: left;
	text-align: left;
}

.index-left {
	float: left;
	width: 359px;
	text-align: left;
}

.index-right {
	float: left;
	width: 321px;
	margin-left: 21px;
	text-align: left;
}

.column-left {
	float: left;
	width: 250px;
	text-align: left;
}

.column-right {
	float: left;
	width: 438px;
	margin-left: 21px;
	text-align: left;
}

.left-contact {
	float: left;
	width: 222px; /* 250 */
	padding: 14px;
	background-color: #EAE8DF;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	text-align: left;
}

.left { 
	float: left;
}

.right { 
	float: right;
}

.break {
	clear: both;
}

/* ------------ Artists Menu Classes ------------ */

.artists-col {
	float: left;
	width: 250px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-sarif;
	font-size: 10px;
	color: #A93659;
	border-top: 1px dotted #000;
}

.artists-col ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.artists-col li {
	background-color: #D5D0BE;
	border-bottom: 1px dotted #000;
	text-align: left;
}

.artists-col li a {
	display: block;
	width: 200px; /* 250 */
	padding: 6px 25px 6px 25px;
	text-decoration: none;
}

.artists-col li a:hover {
	background-color: #EAE8DF;
	color: #3E1F13;
	text-decoration: none;
}

.artists-col li.selected {
	display: block;
	width: 200px; /* 250 */
	padding: 6px 25px 6px 25px;
	background-color: #EAE8DF;
	color: #3E1F13;
	text-decoration: none;
}

/* ------------ Div IDs ------------ */

#container {
	position: relative;
	left: 50%;
	width: 709px; /* 751 */
	min-height: 700px;
	margin-left: -375px;
	padding: 0px 21px 21px 21px;
	background-color: #D0CBB7;
	background-image: url(web/bg-maroon.gif);
	background-repeat: repeat-x;
	background-position: top left;
	overflow: hidden;
}

#language {
	float: right;
	top: 0px;
	max-height: 31px;
	margin-right: 16px;
	padding: 15px 16px 0px 16px;
	background-color: #751E1E;
	text-align: center;
	clear: both;
}

#header {
	position: relative;
	width: 731px;
	height: 105px;
	padding: 0px;
	text-align: left;
	clear: both;
}

#menu {
	float: right;
	top: 0px;
	max-width: 350px;
	padding: 0px;
	text-align: left;
}

#footer {
	position: relative;
	width: 100%;
	height: 31px;
	padding: 0px;
	background-color: #6C3042;
	/*
	background-image: url(web/bg-footer.gif);
	background-repeat: repeat-x;
	*/
	text-align: center;
}

#center-foot {
	position: absolute;
	left: 50%;
	width: 741px;
	max-height: 31px;
	margin-top: 8px;
	margin-left: -375px;
	padding: 0px 5px 0px 5px;
}

* div { border: 0px solid #f00; }
