/* CSS Document */

*{
margin:0px;
}

body {
background-image:url("../images/interface/bg_artist.gif");
	background-repeat:repeat-y;
	background-color:#B0B0B0;
	font-size:11px;
	font-family:"Times New Roman", Times, serif;

}

#wrapper {
height:100%;
}

#base {
height:100%;
}

#piecedetail  {
margin-left: 35px;
}


#piecedetail p {
padding-right:15px;
line-height:1.7em;
color: #464646;

}

#artworkformhide {

}

#showform {
padding-top: 10px;
margin-top: 30px;
border-top:1px;
border-top-style:solid;
border-top-color:#666666;
}

#artworkform{

}

#showform a {
text-decoration: none;
color: #FFFFFF;
font-weight: bold;
}

#piecedetail img{
float:left;
}

#piecetext {
float: left;
width: 155px;
}



#piecetextmargin{
width: 155px;
margin-left: 15px;
}

#piecedetail .title {
font-style:italic;
}

#details {

padding-right:10px;
float:left;
width:550px;


}

.formclass{
color: #464646;
font-size: 11px;
}


#work {
padding-top:20px;
float:left;
width:225px; 
position:absolute;
left:600px;
height:100%;
}








