* {
	margin:0;
	padding:0;
}

img {
	border:medium none;
}

body { 
	color: #000000; 
	font-size: 12px; 
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(../_img/bg_01.jpg);
	background-color:#3f2f2f;
	margin: 0; 
	padding: 0; 
	}


p {
	text-indent:inherit;
	padding: 15px;
}


a {
	text-decoration: none;
	color: #eae3c9;
	}

a:hover { 
	text-decoration: none;
	color: #5d4b47;
}


a.selected{ 
	text-decoration: none;
	color: #5d4b47;
}


	
#container {
	width: 100%;  /* 955 using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	position:relative;
	z-index:10;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	text-align:center;
	padding: 75px 0 30px 0;
}

#navigation { 
	color: #eae3c9;
	text-transform:uppercase;
	font-size:11px;
	letter-spacing: 0.1em;
	z-index:1;
	background: #3F2F30;	
	border-top: 1px solid #594841;
	}
	
#navigation ul{
	width: 955px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	list-style-type: none;
	padding: 8px 0;
	}
	
#navigation ul li{
	display: inline;
	border-right: 1px solid #e2dbc1;
	padding-right: 8px;
	padding-left: 8px;
	position: relative;
	}

#navigation ul li.last{
	border-right: 0px solid #e2dbc1;
	}

#navigation ul li.navArtbox {
	padding: 0 0px 0 40px;
	line-height: 0em;
	display: inline;
}

#navigation ul li.functNav a{
	color: #7F6E67;
}
	
#navigation ul li.functNav{
	position: relative;
	right: -120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	padding: 0 5px;
	border-right: 1px solid #7F6E67;
	}
	
#navigation ul li.functNav.last{
	border-right: 0px solid #5d4b47;
	}
		
#flashContainer{
	height:400px;
	width: 100%;
	background: #EAE3C9;
	}
	
#flashContainer.intro, #flashContainer.intro #flash{
	background: #3F2F30;
	}
		
	
#flash{
	height:400px;
	width: 955px;
	margin: 0 auto;
	position: relative;
	background: #EAE3C9;
	text-align: center;
	}

#flash object{
	margin: 0 auto;
	position: relative;
	width: 100%;
	}
/******************************* footer */

#footer {
	text-align:center;
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#eae3c9;
}

/************************************ gallery thickbox */
/* jQuery lightBox plugin - Gallery style */

#gallery {
	width: 920px;
	margin: 0 auto 10px auto;
	padding: 10px 0 5px 0;
	position: relative;
	border-bottom: 1px solid #91827b;
	
}

#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
	margin: 10px 5px;		
	border: 1px solid #3F2F30;
	border-width: 1px 1px 1px;
}
#gallery ul a:hover img {
	border: 5px solid #605050;
	border-width: 1px 1px 1px;
	color: #605050;
}
#gallery ul a:hover { color: #605050; }


#artistContainer{ 
	width: 100%;
	margin: 0 auto 0 auto;
	position: relative;
}


#artist{ 

	width: 600px;
	height:260px;
	overflow:hidden;

	font-size: 12px;
	line-height: 1.3em;
	color: #605050;

	text-align: left;
	margin: 0 auto 0 auto;
	position: relative;
}

#artist p{ 
	padding: 0;
	margin: 0 0 0.5em 0;
}

#artist p a{ 
	text-decoration: underline;
	color: #605050;
	cursor: pointer;
}


#artist h1{ 
	font-size: 16px;
	padding: 0.5em 0 0 0;
	margin: 0.5em 0 0.5em 0;
	line-height: 1.5em;
	color: #3F2F30;
}

#artist h2{ 
	font-size: 14px;
	font-weight: normal;
	margin: 1em 0 0.25em 0;
	line-height: 1.5em;
	color: #3F2F30;
}

#artistContainer h1{ 
	font-size: 16px;
	padding: 0;
	margin: 0.5em 0 0.5em 0;
	line-height: 1.5em;
	color: #3F2F30;
	font-weight: bold;
}

#artistContainer h1 .noBold{ 
	font-weight: normal;
}


/************************ scroll div */

.scrolldiv {
	float: right;
	height:20px;
	padding:5px 0 0;
	width: 250px;
}

a#scroll_up {
	background:transparent url(../_img/scroll.gif) repeat scroll 0 -20px;
	display:block;
	float:left;
	height:20px;
	margin:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	padding:0;
	text-decoration:none;
	width:19px;
}

a#scroll_down {
	background:transparent url(../_img/scroll.gif) repeat scroll 19px -20px;
	display:block;
	float:left;
	height:20px;
	margin:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	padding:0;
	text-decoration:none;
	width:19px;
}

a#scroll_up:hover {
	background-position:0 0;
}

a#scroll_down:hover {
	background-position:19px 0;
}

a#scroll_up span, a#scroll_down span {
	display:none;
}

a#scroll_up:active, a#scroll_down:active {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}



/************************************ clearfix */

.clearfix {
	clear:both;
}

.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

