@charset "UTF-8";
/* CSS Document */

* {
margin:0;
padding:0;
}

body {
	background-color:#FFFFFF;
	list-style-type: none;
}

#main_wrapper {
	width:100%;
	height: 100%;
	margin-right:auto;
	margin-left:auto;
	position:absolute;
	top: 30px;
}

#wrapper {
	width: 900px;
	left: 0px;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}
#artist_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #AC733D;
	height: 25px;
	width: 250px;
	left: 0px;
	top: 0px;
	padding-top: 15px;
}
#artist_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #AC733D;
	height: 100%;
	width: 250px;
	top: 150px;
	text-align: left;
	text-indent: 20px;
	background-color: #FFFFFF;
}
#gallery_img {
	position: absolute;
	height: auto;
	width: 550px;
	left: 1px;
	top: 1px;
	background-color: #FFFFCC;
	}
	
#artist_list {
	color:#606060;
	font-size: 11px;
	display: block;
	margin-bottom:10px;
	margin-top:10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	width: 210px;
	margin-left: 40px;
	position: absolute;
	left: 0px;
	top: 40px;
}


#artist_list ul				{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	;
}
#artist_list li 			{
	line-height:17px;
}

#artist_list li.up	a		{color: #000;}

#artist_list li a			{
	color:#666;
	text-decoration: none;
}
#artist_list li a:hover		{
	color: #5B1300;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
	background-position: 0px 3px;
	line-height: 15px;
	padding-left: 12px;
}

#artist_list li.up			{
	color: #000;
	text-decoration: none;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

#header_logo {
	position: absolute;
	height: 132px;
	width: 230px;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	margin-left: 20px;
	margin-top: 18px;
}

#header_nav {
	background-color: #AC733D;
	position: absolute;
	height: 20px;
	width: 500px;
	left: 250px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 65px;
	padding-left: 5px;
	letter-spacing: 0.25em;
	text-decoration: none;
	display: block;
	padding-bottom: 65px;
	color: #9AC2B4;
}
	
#header_nav a {
	font-weight: bold;
	text-decoration: none;
	color: #9ac2b4;
	margin-right: 20px;
}


#header_nav a:link {
	color: #9AC2B4;
}

#header_nav a:visited {
	font-weight: normal;
}

#header_nav a:active {
	font-weight: normal;
}

#header_nav a:hover{
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 0.25em;
}

#footer_wrapper {
	height: 40px;
	left: 0px;
	position: relative;
	top: 0px;
	width: 900px;
	text-align: center;
	background-color: #AC733D;
}
#header {
	height: 150px;
	width: 900px;
	position: absolute;
	top: 0px;
	background-color: #FFFFFF;
	list-style-type: none;
	text-decoration: none;
}
#header_right {
	background-color: #9AC2B4;
	height: 150px;
	width: 150px;
	position: absolute;
	left: 750px;
	top: 0px;
}
#gallery_wrapper {
	position: relative;
	width: 900px;
	left: 0px;
	top: 150px;
	height: 450px;
	background-color: #FFFFFF;
}

#gallery_index {
	height: 100%;
	width: 100%;
	margin-top: 0px;
	text-align: center;
}

#gallery_index  .image {
	position: relative;
	bottom: 0px;
}

#right_bar {
	background-color: #9ac2b4;
	height: 100%;
	width: 150px;
	left: 750px;
	top: 0px;
	position: absolute;
}

#right_bar_textbox {
	width: 130px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	background-color: #5B1300;
	height: 425px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#right_bar_textbox a {
	color: #9AC2B9;
	text-decoration: none;
}

.text_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.4em;
	padding-top: 10px;
	font-weight: normal;
	color: #AC733D;
}

.text_2 {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 1em;
	font-weight: bold;
	color: #AC733D;
}

.text_head {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	line-height: 1.5em;
	padding-top: 1px;
	color: #AC733D;
	font-weight: bold;
}


#gallery {
	background-color: #F2f0e1;
	height: 100%;
	width: 500px;
	left: 250px;
	top: 0px;
	position: absolute;
}

/* Slideshow*/

#dhtmlgoodies_slideshow{
	width:500px;	/* Total width of slideshow */
	background-color: #f2f0e1;
	}
	
	#previewPane{
	margin-bottom:10px;
	text-align:center;
	vertical-align:middle;
	padding-top:10px;
	position:relative;
	/* CSS HACK */
		height: 362px;	/* IE 5.x */
	height/* */:/**/350px;	/* Other browsers */
	height: /**/350px;
	background-color: #F2f0e1;
	}
	#previewPane img{
		line-height:400px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;	/* Font to use */
	font-size:0.7em;
	font-weight: bolder;
	margin-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	}
	
	.title{
	font-weight: bold;
	font-style: italic;
	}
	
	#galleryContainer{
	position:relative;
	overflow:hidden;
	/* CSS HACK */
		height: 66px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/64px;	/* Other browsers */
	height: /**/64px;
	background-color: #F2f0e1;
	padding: 1px;
	}
	#arrow_left{
	position:absolute;
	left:0px;
	z-index:10;
	padding:1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	background-color: #FFFFFF;
	}
	#arrow_right{
	position:absolute;
	right:0px;
	z-index:10;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	}
	#theImages{
	position:absolute;
	height:60px;
	left:31px;
	width:100000px;
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
	float:left;
	padding:1px;
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor:pointer;
	border:0px;
	}

	
	#theImages .imageCaption{
	display:none;
	}
	
	#waitMessage{
	display:none;
	position:absolute;
	left:165px;
	top:150px;
	background-color:#FFF;
	padding:4px;
	color:#555;
	font-size:0.9em;
	font-family:arial;
	text-align: center;
	}
	
	/* End slide show */
#footer {
	background-color: #000000;
		/* CSS HACK */
		height: 42px;	/* IE 5.x - Added 2 pixels */
		height/* */:/**/40px;	/* Other browsers */
		height: /**/40px;
	width: 250px;
	left: 0px;
	top: 0px;
	position: absolute;
	text-align: center;
}

.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
}

#footer_artist {
	background-color: #5B1300;
	position: absolute;
	height: 30px;
	width: 500px;
	left: 250px;
	top: 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 17px;
	padding-top: 10px;
	letter-spacing: 0.15em;
	list-style-type: none;
	text-decoration: none;
	color: #FFFFFF;
}

#footer_artist a {
	font-weight: lighter;
	text-decoration: none;
	color: #9AC2B4;
}

#footer_artist a:link {
	font-weight: lighter;
	color: #9AC2B4;
}

#footer_artist a:visited {
	font-weight: lighter;
}

#footer_artist a:active {
}

#footer_artist a:hover{
	color: #AC733D;
	font-weight: lighter;
}
#bio {
	height: 400px;
	width: 484px;
	margin-top: 17px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 1px;
	position: absolute;
	overflow: scroll;
	padding-right: 15px;
}
.Artist {
	font-family: Times New Roman, Times, serif;
	font-size: 15px;
	text-align: left;
	color: #5b1300;
	letter-spacing: 0.2em;
}
.Head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: ac733d;
	text-align: left;
	text-transform: uppercase;
}
.Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
}

.TextItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	font-style: italic;
}

.TextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.5em;
}
#address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: auto;
	width: 250px;
	padding-top: 20px;
	padding-bottom: 10px;
	position: absolute;
	left: 0px;
	color: #000000;
	line-height: 1.25em;
	top: 390px;
}
#contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-right: 25px;
	padding-top: 10px;
	position: absolute;
	top: 0px;
	width: 475px;
	line-height: 2em;
	font-weight: bold;
}
#form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	width: 285px;
	margin-right: 100px;
	margin-left: 100px;
	padding-top: 10px;
	position: relative;
}
#gallery_column_left {
	height: auto;
	width: 229px;
	margin-right: 20px;
	padding-left: 1px;
	position: absolute;
	top: 0px;
	margin-top: 20px;
	text-decoration: none;
}
#gallery_column_left a {
	font-family: Arial, Helvetica, sans-serif;
	color: #5B1300;
	text-decoration: none;
}
#gallery_column_right {
	height: auto;
	width: 229px;
	margin-right: 20px;
	padding-left: 1px;
	position: absolute;
	left: 250px;
	top: 0px;
	margin-top: 20px;
}
#ad {
	height: 190px;
	width: 470px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 5px;
	position: absolute;
	left: 0px;
	overflow: auto;
	top: 260px;
}
.ad_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #AC733D;
	line-height: 1.5em;
	font-variant: normal;
}
.ad_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 160%;
}
.ad_head2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5B1300;
	line-height: 1.7em;
}
