/* CSS Document */
body {
    margin:10px 20px 20px;
	background:#FFFFFF;
	color: #999999;
	text-align:center;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*<-------- sets the border colours----------
#container, #leftcolumn,#rightcolumn
{border:1px solid #CCCCCC;
}
#bar,#ftr{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#ftr{
	border-bottom-style: none;
}
/*<-------- end of sets the border colours------------*/
#container{
	text-align:left;
	width:900px;
	margin:auto;
	background-color: #FFFFFF;
	color: #999999;

}
/*<-------- header------------*/
#hdr {
	height:45px;
	background:#FFFFFF;
	color: #B9AAFF;
	font-size: 250%;
	text-align: right;
	padding-top: 15px;
	font-style: normal;
	font-weight: bolder;
	padding-right: 10px;
 }
 

 #h1
{
	margin: 0;
	font-size: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 450px;
	padding-top: 40px;
}


/*styles*/
/*<---------------.style_header_x sets the styles for each word in the header---*/
.style_header_1 {
	color:#339966;
	font-size: 100%;
}
.style_header_2 {
	color:#CC0000;
	font-size: 100%;
	font-weight: bold;
}
.style_header_3 {
	color:#0066FF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 80%;	
}
/*<---------------.style_link sets the styles for links---*/
 /*<-------- defines the word sculpture------------
 #sculpture{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CCCCFF;
	background-color:#FFFFFF;
	padding-left: 5px;
}
/*<-------- contains the navigation------------*/

 #bar {
	color: #333333;
	padding-left: 70px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
 }
/*<-------- contains the two main boxes. sets the framing colour------------*/
#content{
	float: left;
	font-size: 120%;
	background-color: #FFFFFF;
	color: #999999;
}
/*<-------- the two main boxes----------
 
#leftcolumn,#rightcolumn{
	background-color: #FFFFFF;
}*/

#leftcolumn {
	float: left;
	clear: none;
	height: auto;
	background-color: #FFFFFF;
	color: #999999;
	padding-right: 0px;
	width: 440px;
}

#LC_thumbnails{
	padding-top: 100px;
}
#LC_text_box
{
	float: left;
	clear: left;
	color: #999999;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 10px;
	width: 310px;
	padding-top: 5px;
}

.image_text{
	font-size: 10px;
	color: #999999;
	background-color:#FFFFFF;
	text-align: justify;
	padding-right: 5px;
	}
#image_text_bold{
	font-size: 10px;
	color: #999999;
	background-color:#FFFFFF;
	text-align: center;
	font-weight: bold;
	}
#itallic{
	font-style: normal;
	background:#FFFFFF;
	font-size: 75%;
	font-weight: lighter;
}
.itallic2{
	font-style: italic;
}
#artistscomment{
	color: #b9aaff;
	padding-left: 10px;
	background:#FFFFFF;
	
}
#comment{
	color: #b9aaff;
	font-size: 10px;
	font-weight: bold;
	background:#FFFFFF;
	
}
#photocredit{
	font-size: 9px;
	text-align: left;
}
#gallery_title{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	padding-left: 10px;
}
#signature{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	
}
#rightcolumn{
	float: right;
	font-size: 90%;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	width: 450px;
	margin-right: 0px;
	height: 550px;
	clear: both;
	background-color: #FFFFFF;
	color: #999999;
}
#rightcolumnEX{
	float: right;
	font-size: 90%;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	width: 420px;
	margin-right: 0px;
	height: 450px;
	clear: both;
	background-color: #FFFFFF;
	color: #999999;
}
#rightcolumn_intro{
	padding-top: 50px;
	line-height: 20px;
	font-weight: normal;
}
#rightcolumn2{
	
	line-height: 20px;
	font-weight: normal;
}


.rt_col_header{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}
.exhibitions_header{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.artists_comment{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #B9AAFF;
}
.rt_col_work{
	font-size: 75%;
}
/*<-------- footer------------*/
#ftr {
	color: #666666;
	background-color:#FFFFFF;
	margin:0;
	clear: both;
	padding-top: 20px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 80%;
 }
a.artistcomment:link{color:#666666; background-color:#FFFFFF}
a.artistcomment:visited{
	color: #CCCCCC; background-color:#FFFFFF
}
a.artistcomment:hover{
	color: #333333; background-color:#FFFFFF
}
a.artistcomment:active{
	color: #666666; background-color:#FFFFFF
}
