@charset "utf-8";

body {
	background-image: url(bodybg.png);
	background-repeat: repeat-y;
	background-position: center center;
	background-color: #000;
}

a img {
  border: none;
}

p {
	font-family: "Lucida Sans Unicode", Arial, "Lucida Grande", sans-serif;
	font-size: 13px;
	text-align: justify;
}

p a:link, p a:visited {
	text-decoration: none;
	color: #B48C44;
	font-weight: bold;
}

p a:hover {
	color: #EED5A5;
}

h1 {
	font-family: "Lucida Sans Unicode", Arial, "Lucida Grande", sans-serif;
	font-size: 22px;
}

h2 {
	font-family: "Lucida Sans Unicode", Arial, "Lucida Grande", sans-serif;
	font-size: 18px;
}


#centerwrap {
	height: 100%;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: -8px;
	background: white;
	left: -2px;
}

#header {
	position: absolute;
	height: 100px;
	width: 1000px;
	top: 0px;
	left: 0px;
}

#nav {
	height: 20px;
	width: 1000px;
	z-index: 100;
	background-image: url(navbg.png);
	background-repeat: repeat;
	font-family: "Lucida Sans Unicode", Arial, "Lucida Grande", sans-serif;
	position: absolute;
	top: 100px;
	left: 0px;
	font-size: 13px;
}

#navlist {
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #B48C44;
}

#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;	
}

#navlist a:link, #navlist a:visited {
	float: left;
	line-height: 14px;
	font-weight: normal;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #B48C44;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	border-bottom: 4px solid #B48C44;
	padding-bottom: 2px;
	background: transparent;
	color: #EED5A5;
}

#navlist a:hover {
	color: #EED5A5; 
}

#content {
	position: absolute;
	height: 700px;
	width: 1000px;
	background-color: #000;
	background-image: url(background.png);
	top: 121px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B48C44;
	color: #b48c44;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
}

#frameimg {
	position: absolute;
	left: 225px;
	top: 15px;
}

#fadeshow1 {
	position: absolute;
	height: 690px;
	width: 1000px;
	top: 70px;
	left: 287px;
}

#leanimg {
	position: absolute;
	left: 25px;
	top: 120px;
	z-index:inherit;
}

#rightbox {
	position: absolute;
	height: 700px;
	width: 280px;
	background-color: #000;
	top: 0px;
	left: 700px;
	color: #B48C44;
	background-image: url(background.png);
	font-size: 24px;
	text-align: center;
}

#rightbox2 {
	position: absolute;
	height: 700px;
	width: 330px;
	background-color: #000;
	top: 0px;
	left: 640px;
	color: #B48C44;
	background-image: url(background.png);
	font-size: 24px;
	text-align: center;
}


#leftbox {
	position: absolute;
	height: inherit;
	width: 500px;
	background-color: #000;
	top: -3px;
	left: 30px;
	background-image: url(background.png);
	font-size: 16px;
	text-align: left;
	color: #B48C44;
}

#aboutimg {
	position: absolute; 
	left: 555px; 
	top: 40px;
}

#aboutimgftr {
	position: absolute; 
	left: 565px; 
	top: 530px; 
	z-index: 1; 
	visibility: show; 
	color: #B48C44;	
}

#artistrightbox {
	position: absolute; 
	left: 565px; 
	top: 530px; 
	z-index: 1; 
	visibility: show; 
	color: #B48C44;
}

#artbox {
	position: absolute;
	left: 50px;
	top: 15px;
	color: #B48C44;
	color: #B48C44;
}

#fadeshow2 {
	position: absolute;
	height: 500px;
	width: 700px;
	top: 15px;
	left: 15px;
}
#fadeshow3 {
	position: absolute;
	height: 700px;
	width: 500px;
	top: 15px;
	left: 100px;
}


#formcontainer {
	position: absolute;
	height: inherit;
	width: 525px;
	top: 58px;
	left: 250px;
	font-size: 16px;
	text-align: left;
	color: #B48C44;
}

#footer {
	position:absolute;
	width:980px;
	height:75px;
	z-index:1;
	background-color: #FFF;
	background-image: url(footer.png);
	top: 821px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	color: #B48C44;
	padding-left: 20px;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #B48C44;
}

#footer a:hover {
	color: #EED5A5;
}

.footertext {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	color: #B48C44;
}
.antispam { display:none;}