﻿body {
	font-family:Verdana;
	font-size:10px;
	margin: 50px auto 50px auto;
	width:800px;
	background-image:url(/images/background.gif);
	background-repeat:repeat;
}

h1   { 
	padding: 0px;
	margin-top:0;
	margin-bottom:10px;
	color: #666666; 
	font-size: 15px; 
	font-weight: normal;
	letter-spacing:-1px;
}

h2   { 
	color: #666666; 
	padding: 0px;
	margin-top:0;
	margin-bottom: 5px;
	font-size: 12px; 
	font-weight: normal;
	letter-spacing:-1px;
}

h3	{
	color: #333;
	text-align: center;
	font-size: 30px;
	margin-bottom: 50px;
}

ul {
	padding-left:0;
	margin-left:0;
}

ul li {
	padding-left:0;
	margin-left:0;
}

img {
	border:none 0 #ffffff;
	vertical-align:middle;
}



a {
	text-decoration: none;
	background: transparent;
	color: #FF66CC; 
	padding: 2px; 
	border: none;
}

a:hover {
	color: #FFF; 
	background-color: #FFC6EE;
}

a.nohover {
	text-decoration: none; 
	background: transparent; 
	border-bottom: none; 
	padding: 0px;
}

a.nohover:hover {
	text-decoration: none; 
	border-bottom: none; 
	padding: 0px;
}

/* Header */

.header {
	background-image:url(/images/HeaderBack.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height:100px;
}    

.header a {
	color:#666666;
}

.header a:hover {
	color:#ffffff;
}

.global-nav {
	padding:10px 0 0 0;
	float:right;
	list-style-type:none;
	display:inline;
	margin: 70px 50px 0 0;
}

.global-nav li {
	padding:0 2px 0 2px;
	border-left:dotted 1px #aaaaaa;
	display:inline;
}

.global-nav li.first {
	border-left:none;
}



.logo {
	float:left;
	margin:45px 0 0 35px;
	color: #666666; 
}

.logo .subtitle {
	font-size:10px; 
}

/* Footer */

.footer {
	padding: 7px 7px 7px 7px;
	color:#666666;
	text-align:right;
	background-image:url(/images/FooterBack.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding-right:45px;
}

.footer a {
	color:#000000;
}

.footer a:hover {
	color:#ffffff;
}

/* Content */


.content-wrapper {
	clear:both;
	background:#ffffff;
}


.content {
	clear:both;
	background-image: url(/images/ContentBack.jpg);
	background-position:right top;
	background-repeat:repeat-y;
	padding:20px 12px 40px 12px;
	display:block;
	
}

a img {
	border:solid 10px #FFFFFF;
	padding:0;
	margin:0;
}

a:hover img{
	border:solid 10px #FFC6EE;
	padding:0;
	margin:0;
}
	
.clear {
  clear:both;
  height:1px;
  overflow:hidden;
  margin-top:-1px;
  /*needed to shrink IE5.5 div's*/
  font-size:1px;
}

/* Easter Egg!!! */
.easter-egg {
	position:relative;
	float:left;
	width:7px;
	height:7px;
	color:#e9e1d6;
}

.easter-egg:hover {
	background-image:url(/images/octopus.gif);
	background-position:left bottom;
	background-color:Transparent;
	width:374px;
	height:246px;
	color:#c0ffa4;
	padding:0;
	margin-top:-210px;
	border:0;
	
}

/* Artists list! */
.artist-section {
}


ul {
	margin-left:0;
	margin-top:0;
}

ul li {
	display:list-item;
	padding-left:0;
	list-style-type:none;
}

.artist-list {
	background-image: url(/images/artistList.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	height: 240px;
	width: 400px;
	margin:0 auto 0 auto;
	padding:0;
	
	margin-top:30px;
}

.artist-list ul 
{
	float:left;
	margin-top:30px;
}

.artist-list li 
{
	margin-left:25px;
	padding: 16px 25px 20px 10px;
}


.artist-list li a {
	padding: 3px 120px 3px 120px;
  
	

}
