
body {
	margin: 0px;
	padding: 0px;
	background-color: #2a2a2a;
	background-image:url('/images/background-tile.gif');
	background-repeat:repeat-y;
	background-position:center top; 
	font-family: Arial,Helvetica,Sans;
	font-size: 15px;
	line-height: 19pt;
	font-style: normal;
	color:#9e9e9e;
}

a:link, a:visited { color: #fac55b; }
a:hover {color: #ffffff;}
a:active { color: #fac55b;}

p {
	margin: 0px 0px 15px 0px;
}

.clear {
	font-size: 0px;
	line-height: 0px;
	clear: both;
	margin: 0px;
	padding: 0px;
}

#container { /* Main content container */
	margin: auto;
	background-color: #000000;
	width: 1008px;
	min-height: 700px;
}
body#index #container {
	background-image: url(/images/bg-home.jpg);
	background-repeat: no-repeat;
}



body#index #content {
	margin: 40px 25px 0px 0px;
	background-image: url(/images/home-minstral.png);
	background-repeat: no-repeat;
	padding-left: 297px;
	padding-top: 123px;
	font-style: italic;
	color:#9e9e9e;
	text-shadow: 2px 2px 3px #000000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=3);
}

#content {
	margin-top: 40px;
}


/* Navigation menu styles */
#navigation {
	margin: auto;
	background-color: #000000;
	width: 1008px;
}
#navigation ul {list-style-type:none; margin:0; padding:0; overflow:hidden;}
#navigation ul li {float:left; width:16.6%;}
#navigation ul li a {
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 6px 0px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #a2a4a7;
	text-transform: uppercase;
	border-right: 1px solid #333333;
	border-left: 1px solid #666666;
	background-color: #000000;
	text-transform: uppercase;
	letter-spacing: .4em;
}
#navigation ul li a.first {border-left-width:0px;}
#navigation ul li a.last {border-right-width:0px;}
#navigation ul li a:hover {background-color: #222222;}
body#index a#nav-index,body#Biography a#nav-bio,body#Gallery a#nav-gallery,body#Artists a#nav-artists,body#Links a#nav-links,body#Contact a#nav-contact {color:#fac55b;}


#leftcol {
	width: 234px;
	margin-left: 32px;
	float:left;
}
#rightcol {
	width:691px;
	float:left;
	margin-left: 31px;
	margin-right: 20px;
}

#rightcolgallery {
	float:left;
	width:711px;
	margin-left: 31px;
}
#rightcolartist {
	float:left;
	width: 711px;
	background-image:url('/images/artist-background.jpg');
	background-repeat:no-repeat;
	background-position:left top; 
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 31px;
}
#pagetitle {
	margin-top: -18px;
}


#homebook {
	margin-left: 240px;
	margin-top: 25px;
	font-size: 9pt;
	line-height: 14pt;
	font-style: normal;
}

#homeannounce {
	float:left;
	margin-left: -240px;
	margin-top: 25px;
	width: 450px;
	font-size: 11px;
	line-height: 16px;
	font-style: normal;
	color:#dddddd;
	
}
.homeannounce-title {
	font-size: 14pt;
	font-weight:bold;
	color: #fac55b;
}
.homeannounce-emphasis {
	font-weight:bold;
	color: #fac55b;
}
#homeannounce a {
	font-weight:bold;
	font-style:italic;
	color: inherit;
}
#homeannounce a:hover {
	color: #fac55b;
}



.linkcontainer { /* div container for each link on the Links page */
	margin-bottom: 15px;
	line-height: 17pt;
}


/************************** Artists subnavigation ******************/
.nav-artistlist  a {
	text-decoration: none;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #fac55b;
}
.nav-artistlist a.hilite { color: #ffffff;}
.nav-artistlist a:hover {color: #ffffff;}


.artistitemname {
	font-weight: bold;
	color: #ffffff;
}
.artistitemdetail {
	color: #fac55b;
}

/********************** Contact form ******************/
.inputtext {
	font-family: Arial,Helvetica,Sans;
	background-color: #908b86;
	color: #ffffff;
	font-size: 12pt;
	border-width: 0px;
	padding: 5px;
}
.thankyoutitle {
	font-size: 14pt;
	color: #fac55b;
	font-weight: bold;
}
.inputbutton {
	background-color:#808080;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #000000;
	display:inline-block;
	color:#ebebeb;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:6px 41px;
	text-decoration:none;
	text-shadow:1px 1px 0px #000000;
}.inputbutton:hover {
	background-color:#545454;
}.inputbutton:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */


/************ Gallery image credit **************/
.galleryCredit {
	color: #ffffff;
	font-size: 9pt;
	margin-left: 50px;
	line-height: normal;
}
	
