@charset "UTF-8";
/* CSS Document */


html, body {
	font-family:Optima, Verdana, Geneva, Helvetica, sans-serif;
	color:#333333;
	background:#FFF url(../images/images/paperBG2.jpg);
	font-size:13px;
	height:100%;
	margin:0px;
	}
a {
	color:#993300;
	text-decoration:none
	}
a:hover {
	color:#330000
	}
	
h2 {
	font-size:14px;
	font-weight:bold;
	color:#666666
	}
	
	

/**********************  BASIC STRUCTURE ***********************/

#containermain {
	margin:auto;
	width:916px;
	}
#container {
	width:916px;
	margin:auto;
	background:url(../images/images/mainBG.jpg) repeat-y;
	float:left;
	}
	
	
#header {
	background:url(../images/images/header.jpg) no-repeat;
	width:916px;
	height:101px;
	float:left
	}
#header h1 {
	text-indent:-100000px;
	margin:0px;
	padding:0px;
	}	
#content {
	background:url(../images/images/contentBG.jpg) top no-repeat;
	width:876px;
	min-height:400px;
	padding:0px 20px;
	float:left
	}
	
#footer {
	background:url(../images/images/footer.jpg) bottom;
	width:916px;
	height:64px;
	text-align:center;
	padding:20px 0px 15px;
	color:#666666;
	font-size:12px;
	font-style:italic;
	float:left
	}


#content1 {
	float:left; 
	width:375px;
	min-height:440px;
	}
#content2 {
	width:455px;
	float:right;
	min-height:400px;
	padding:10px 40px 10px 0px;
	position:relative
	}


/**********************  MENU ***********************/

#menu {
	position:absolute;
	top:0;
	float:left;
	margin-right:15px;
	right:0;
	}
	
#menu ul {
	float:left;
	padding:0px;
	height:0px;
	margin:0px;
	}
#menu li {
	float:left;
	padding:0px;
	margin:0px;
	list-style:none;
	width:80px;
	text-align:center;
	}
	
#menu a, #menu span {
	display:block;
	font-size:11px;
	color:#666666;
	margin-right:0px;
	border:;
	padding:2px 5px;
	margin-top:-5px;
	cursor:pointer
	}
#menu a:hover, #menu a:focus,  #menu span:hover {
	background:#330000;
	color:#FFFFFF
	}
#menu ul li ul {
	margin:0px;
	padding:0px;
	width:110px;
	border:0px;
	text-align:right;
	background:#CCCCCC;
	}
#menu ul li ul li {
	display:none;
	background:#CCCCCC;
	float:none;
	margin:0px;
	padding:0px;
	padding:5px;
	}
#menu ul li ul li a {
	margin:0px;
	border:0px;
	}
#menu li:hover ul li  {
	display:block;
	margin-top:0px;
	width:110px;
	text-align:left;
	}
#menu li ul li {
	padding:3px;
	line-height:15px;
	}
#menu a, #menu span {
	border-right:1px solid #CCC;
	}
#menu a[href="contact.php"] {
	border:0px;
	}


#content2 h1 {
	margin:10px 0px 10px 0px;
	font-size:20px;
	}
	
	
	
/**********************  SLIDESHOW ***********************/	

	
ul#slideshow, ul.artistmainimage {
	width:271px;
	margin:10px auto;
	padding:0px;
	clear:both;
	}
ul#slideshow li, ul.artistmainimage li {
	padding:0px;
	margin:0px;
	list-style:none;
	}
ul#slideshow li span, ul.artistmainimage li span {
	margin-top:-4px;
	font-size:11px;
	z-index:100;
	background:#000;
	display:block;
	text-align:right;
	padding:3px;
	border:1px;
	color:#FFFFFF;
	font-style:italic
	}
ul.artistmainimage li span {
	width:296px;
	}

ul#jayimage {
	width:328px
	}
ul#jayimage li span {
	width:324px
	}
ul#natimage {
	width:293px
	}
ul#natimage li span {
	width:289px
	}
ul#aarimage {
	width:313px
	}
ul#aarimage li span {
	width:309px
	}
#slideshow img, ul.artistmainimage img {
	margin:auto;
	text-align:center;
	border:#333333 solid 1px
	}	
	
	

/**********************  HOME PAGE ***********************/	
	
	
ul#artistlist {
	border-top:#CCC dotted 1px;
	border-bottom:#CCC dotted 1px;
	width:200px;
	margin:20px auto;
	padding:10px 0px 10px 0px 20px;
	}
ul#artistlist  li {
	margin:10px 0px;
	list-style:none;
	background:url(../images/arrow.jpg) left no-repeat;
	padding:0px 0px 0px 15px;
	font-size:14px;
	}
	

/**********************  ARTIST PAGES ***********************/


#artistlicenselist {
	padding:0px 5px;
	margin:10px 0px;
	border-top:1px #999999 dotted;
	border-bottom:1px #999999 dotted;
	height:130px;
	}
#artistlicenselist ul {
	margin:0px;
}
#artistlicenselist ul li {
	font-size:11px;
	}
#licencesl {
	float:left;
	direction:ltr;
	width:210px;
	}
#licensesr {
	float:right;
	width:210px;
	direction:rtl
	}
	
	
	
	
#artistimages {
	height:138px;
	border:1px #999999 solid;
	padding:0px;
	width:403px;
	margin:auto;
	}
#artistimages ul {
	margin:3px;
	padding:0px;
	list-style:none;
	}	
#artistimages ul li {
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
	display:block
	}
#artistimages ul img {
	border:0px;
	margin:0px;
	padding:0px;
	}
#artistimages ul li a {
	width:60px;
	height:60px;
	display:block;
	float:left;
	margin:2px;
	overflow:hidden;
	border:1px solid #333333
	}
#artistimages ul li a:hover {
	border:1px #FF6633 solid
	}
	
#callout {
	font-size:12px;
	font-style:italic;
	text-align:center
	}
	

/**********************  CONTACT ***********************/


.contactform {
	width:100%;
	margin:10px auto;
	border-top:#CCC dotted 1px;
	border-bottom:#CCC dotted 1px;
	text-align:right;
	padding:10px;
	}
.contactform input, .contactform textarea {
	border:1px #666 solid;
	color:#666666;
	padding:3px;
	}
.contactform textarea {
	height:45px;
	width:350px
	}
.contactform [value="Send"] {
	color:#000000;
	background:#FFFF99;
	}
.contactform span {
	font-style:italic;
	font-size:11px;
	margin-right:10px
	}