/*Payne CSS*/

body {
	background-color: #000000;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a1907d;
	height: 100%;
	width: 100%;
}

p {
	text-align: justify;
}
h3 {
	font-size: 14px;
}

a:link, a:visited {
	color: #a1907d;
}
a:hover {
	color: #D6CEC7;
}
a:active {
	color: #DAD2BD;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
img.hover {
	cursor: hand;
}


div#container, div#container2, div#container4 {
	margin-left: auto;
	margin-right: auto;
	width: 955px;
	height: 620px;
}
/*2nd level pages */
div#container2 {
	background-image: url(../images/back2ndPageZebra.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div#container3 {
	margin-left: auto;
	margin-right: auto;
	width: 955px;
	height: 950px;
	background-image: url(../images/back2ndPageZebraEvents.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
div#container4 {
	background-image: url(../images/back2ndPageZebraGal.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/*Home page*/
div#homeR {
	background-image: url(../images/HomeRight.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	height: 620px;
	width: 249px;
}
div#homeL {
	float: left;
	height: 620px;
	width: 706px;
}
/*home navigation*/
div#homeR  {
	font-size: 18px;
	text-align: right;
}
div#homeR ul {
	margin-top: 19px;
	margin-right: 32px;
	line-height: 30px;
	letter-spacing: 1px;
	list-style-type: none;
}
div#homeR a:link, div#homeR a:visited {
	color: #bc6e35;
	text-decoration: none;
}
div#homeR a:hover {
	color: #a1907d;
}
div#homeR a:active {
	color: #DAD2BD;
}
div#pageR {
	float: right;
	height: 620px;
	width: 706px;
}
div#pageL {
	float: left;
	height: 620px;
	width: 249px;
}
#artist img {
	border: 1px solid #020001;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 30px;
}
div#artist {
	margin-top: 100px;
	padding-left: 10px;
}
div#gallery {
	margin-top: 100px;
	/*background-image: url(../images/back2ndPageZebraGalFlash.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
}
/*2nd level page navigation */
div#pageL   {
	font-size: 18px;
	text-align: right;
}
div#pageL  ul {
	margin-top: 93px;
	margin-right: 32px;
	line-height: 30px;
	letter-spacing: 1px;
	list-style-type: none;
}
#pageL li {
	color: #934323;
}

div#pageL  a:link, div#pageL  a:visited {
	color: #bc6e35;
	text-decoration: none;
}
div#pageL  a:hover {
	color: #a1907d;
}
div#pageL  a:active {
	color: #DAD2BD;
}
#artist p.contact img, #artist.events img {
	margin-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#artist.events img {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
p.contact {
	text-align: left;
}
div#contactBox {
	width: 211px;
	text-align: left;
	padding-left: 137px;
	height: 100px;
	position: relative;
	clip: rect(auto,auto,auto,auto);
	top: -75px;
	padding-top: 75px;
}
#contactBox .contact img {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: -10px;
}


#artist.events p, #artist.events h3 {
	text-align: center;	
}
#artist.events h3 {
	color: #bc6e35;
}

/*copyright*/
div#copyright {
	font-size: 9px;
	color: #58210C;
	margin-right: auto;
	margin-left: auto;
	width: 600px;
	text-align: center;
	position: relative;
	top: 25px;
}
div#copyright a:link, div#copyright a:visited {
	color: #58210C;
}
div#copyright a:hover, div#copyright a:active {
	color: #B0603F;
}

