* {
  padding: 0;
  margin: 0;
} 

body {
  background: #fff;
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  
}

html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	margin-bottom: 1px;
}


#wrap {
	position: relative;
  width: 993px;
  margin: 0px auto;
  background: url(wrap.png) repeat-y;
}

#back {
  width: 993px;
  background: url(back.png) no-repeat;
}

#back.start-back {
  background: url(back-start.png) no-repeat;
}

#back.artist-back {
  background: url(back-artist.png) no-repeat;
}

#logo {
	position: absolute;
  left: 2px;
  top: 114px;
}


#years {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 400px;
  height: 20px;
}


#links {
	position: absolute;
  right: 0;
  top: 5px;
  
  height: 20px;
	float: right;
}


#years ul, #links ul, #nav ul {
	list-style: none;
}

#years li, #links li {
	display: inline;
}

#years a, #links a {
	font-size: 11px;
	padding: 2px 0px;
	border-top: 2px solid #000;
	float: left;
	margin-left: 18px;
	color: #000;
  font-weight: normal;
}

a {
	text-decoration: none;
	color: #c00;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #f00;
}

a:visited {
	color: #c00;
}


#links a {
	background: url(arrow-links.png) no-repeat 0 7px;
	padding-left: 11px;
}

.clearer {
	clear: both;
    line-height: 0; 
    height: 0; 
}

a.bullet {
	clear: left;
	background: url(arrow-links.png) no-repeat 0 4px;
	padding-left: 11px;
	display: block;
}

#nav {
	padding-top: 225px;
	width: 870px;
	height: 124px;
	display: block;
}

#nav li {
	background: url(nav-li.png) no-repeat;
	display: block;
	float: left;
	margin-right: 12px;
}

#nav li.active {
	background-image: url(nav-active-li.png);
	height: 125px;
}


#nav li li, #nav li.active li {
	background: none;
	float: none;
	clear: both;
	height: 18px;
	display: block;
	width: 100px;
}

#nav li li a, #nav li.active li a {
	height: 18px;
}

#nav li a {
	background: url(nav-a.png) no-repeat top right;
	color: #fff;
	width: 170px;
	height: 46px;
	display: block;
	padding-left: 16px;
}

#nav li.active a {
	background: url(nav-active-a.png) no-repeat top right;
}

#nav li li a, #nav li.active li a {
	background: none;
}

#nav li li.active a {
	background: url(arrow-nav.png) no-repeat 4px 4px;
	padding-left: 16px;
}


#content {
	min-width: 600px;
	max-width: 860px;
	padding: 6px 16px 0 0;
	width: 860px;
}



h2 {
	background: url(h2.png) no-repeat left top;
	color: #fff;
	height: 46px;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 16px;
	clear: right;
}

h2 .inner {
	background: url(h2-inner.png) no-repeat right top;
	padding: 4px 16px;
	display: block;
	height: 46px;
}

h3 {
  font-weight: bold;
	font-size: 12px;
  line-height: 18px;
}

hr {
	border: none;
	//border:solid #ccc 2px;
	background-color:#ccc;
	height: 2px;
	margin:5px 0;
}

* html hr, *:first-child+html hr {
	margin: 3px 0 0 0;
}

.column {
	display: block;
	float: left;
	clear: none;
	width: 287px;
	//width: 260px;
	padding: 0 16px 16px 0;
	margin: 16px 0 0 0;
	background: #ffffff url(shadow.png) repeat-y right top;
}

.column p {
	padding-right: 16px;
}

.column h2 {
	padding-right: 0;
	clear: right;
}

.column.wide {
	width: 590px;
	clear: right;
	float: none;
	display: block;
}

.column.image {
	width: 236px;
	clear: left;
}

.column.text {
	padding-left: 0;
}

.column.text p {
	padding-left: 0;
}

.column.video object {
	background: #fff;
	padding: 18px;
}


.column.image p {
	margin: 0;
	padding: 0;
}

.column.noshadow {
	background: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.column.noshadow h2 {
	margin-bottom: 0;
}


#content.full {
	width: 801px;
	background: #fff;
}


.column p, .column ul {
	padding-left: 16px;
}

.column h2 {
	padding-left: 0;
	padding-right: -16px;
	clear: both;
}

#footer {
	background: url(footer.png) no-repeat;
	display: block;
	clear: both;
	width: 980px;
	height: 80px;
}

#footer .inner {
	display: block;
	height: 72px;
	width: 980px;
	padding-top: 5px;
	padding-left: 10px;
}

#footer-line {
	padding: 5px 0;
}

#footer-line a {
	font-weight: normal;
	color: #aaa;
}

#footer img {
	padding: 0 5px;
}

a img {
	border: none;
}

.thumbs a {
	float: left;
	padding: 0 10px 10px 0;
}

.gallery img {
	margin: 0 10px 10px 0;
}

.gallery {
	clear: both;
	display: block;
	float: left;
	margin-bottom: 32px;
}

.thumbs a img, .gallery img, .artist img {
	float: left;
	border: 2px solid #aaa;
}

div.artist {
	display: table;
	float: left;
	padding: 0 10px 10px 0;
	width: 240px;
	height: 50px;
	horizontal-align: left;
}


div.artist a.link {
	display: table-cell;
	vertical-align: middle;
	width: 170px;
	text-align: left;
	padding-left: 10px;
}


div.list {
	clear: both;
	float: left;
	
}

.thumbs a:hover img, .gallery img:hover, div.artist:hover img {
	border: 2px solid #000;
}


#subscription {
	padding: 10px;
}

#subscription label {
	line-height: 16px;
}
#subscription input {
	margin: 2px;
}

.date {
	font-size:10px;
	position: absolute;
	display: block;
	right: 410px;
}

.message {
	display: block;	
clear: both;
}

.artist {
	
}