html, body {
	padding: 0;
	margin: 0;
}
a,a:hover {
	outline: none;
}
#container {
	width: 1024px;
	padding: 0;
	margin: 0 auto;
	display: block;
	clear: both;
	position: relative;
}
#menu {
	width: 1024px;
	height: 100px;
	padding: 0;
	margin: 0;
	display: block;
	position: absolute;
	top: 120px;
	left: 0;
	z-index: 999;
}
#top {
	background: #fff url('../images/assets/top.jpg') 0 0 no-repeat;
	width: 1024px;
	height: 210px;
	padding: 0;
	margin: 0;
	display: block;
	clear: both;
	position: relative;
}
#mid {
	background: #fff url('../images/assets/mid.jpg') 0 0 no-repeat;
	width: 916px;
	height: 336px;
	padding: 64px 0 0 108px;
	margin: 0;
	display: block;
	clear: both;
	position: relative;
}
.artists { background: #fff url('../images/assets/mid_artists.jpg') 0 0 no-repeat !important; }
.services { background: #fff url('../images/assets/mid_services.jpg') 0 0 no-repeat !important; }
#mid div.content {
	width: 800px;
	height: 300px;
	padding: 0;
	margin: 0;
	display: block;
	clear: both;
	position: relative;
	overflow: hidden;
}
#mid div.title {
	width: 786px;
	padding: 0 0 15px 0;
	margin: 0;
	display: block;
	clear: bot;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #652623;
	text-decoration: none;
}
#mid div.text {
	width: 786px;
	padding: 0;
	margin: 0;
	display: block;
	clear: bot;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #724314;
	text-decoration: none;
	line-height: 21px;
}
#btm {
	background: #fff url('../images/assets/btm.jpg') 0 0 no-repeat;
	width: 1024px;
	height: 92px;
	padding: 0;
	margin: 0;
	display: block;
	clear: both;
	position: relative;
}

/* services */
div.services-tabs {
	background: none;
	width: 280px;
	height: 31px;
	padding: 0;
	margin: 0;
	display: block;
	position: absolute;
	top: 108px;
	left: 70px;
}
div.services-tabs a, div.services-tabs a:hover, div.services-tabs a.selected, div.services-tabs a.selected:hover {
	width: 280px;
	height: 31px;
	padding: 0;
	margin: 0;
	display: block;
	clear: both;
	font-family: "Bauhaus", Arial, Helvetica, Sans-Serif;
	font-size: 26px;
	font-weight: bold;
	color: #682627;
	text-decoration: none;
	text-align: right;
}
div.services-tabs a.selected, div.services-tabs a.selected:hover {
	color: #000000 !important;
}
div.services-content {
	width: 535px;
	height: 232px;
	padding: 0;
	margin: 0;
	display: block;
	clear: both;
	position: absolute;
	top: 99px;
	right: 100px;
}
div.serviceTabContent {
	width: 530px;
	height: 232px;
	padding: 0 5px 0 0;
	margin: 0;
	display: none;
	clear: both;
	overflow: auto;
	overflow-x: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #724314;
	text-decoration: none;
	line-height: 21px;
}

/* artists */
div.tabs {
	background: none;
	width: 320px;
	height: 31px;
	padding: 0;
	margin: 0;
	display: block;
	position: absolute;
	top: 29px;
	left: 348px;
}
div.tabs a, div.tabs a:hover, div.tabs a.selected, div.tabs a.selected:hover {
	width: auto;
	height: 31px;
	padding: 0;
	margin: 0 20px 0 0;
	display: inline-block;
	float: left;
	font-family: "Bauhaus", Arial, Helvetica, Sans-Serif;
	font-size: 26px;
	font-weight: bold;
	color: #682627;
	text-decoration: none;
}
div.tabs a.selected, div.tabs a.selected:hover {
	color: #000000 !important;
}
div.tabContent {
	width: 725px;
	height: 284px;
	padding: 0 0 0 75px;
	margin: 10px 0 0 0;
	display: none;
	clear: both;
	overflow: auto;
	overflow-x: hidden;
}
div.indivSection {
	width: 218px;
	min-height: 21px;
	height: auto !important;
	height: 21px;
	padding: 2px;
	margin: 0 3px 3px 0;
	display: inline-block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #724314;
	text-decoration: none;
	line-height: 21px;
	text-align: left;
	border: 1px #E6E7BF dashed;
}
div.indivSection a, div.indivSection a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #724314;
	text-decoration: none;
}
div.indivSection a:hover {
	text-decoration: underline;
}