/*  
---------------------------------------------
main structure
---------------------------------------------
*/
#bio {
	width: 598px; 
	height: 700px; 
	float: left; 
	margin:0; 
	padding: 0; 
	margin-left: 35px;
}
#connector {
	width: 12px; 
	float: left; 
	margin: 0; 
	margin-left: 1px; 
	margin-right: 1px; 
	padding: 0px; 
	background-image: url("../pageDesign/layouts/0/artistsPage/connector.gif");
	position: relative;
	top: 133px;
}
#contributions {
	width: 300px; 
	height: 700px; 
	float: right; 
	margin: 0px;
       	padding: 0;
       	margin-right: 41px;
}
/*  
---------------------------------------------
the artists menu
---------------------------------------------
*/
#artistsMenu {
	text-align: left;
	padding-top: 5px;
	/*padding-left: 15px;
	margin-left: 35px;
	margin-right: 41px;*/
	width: 915px;
	background-image: url(../pageDesign/layouts/0/artistsPage/aMenu_bkg.gif);
	height: 83px;
}
#artistsMenu .artistBTN_ank {
	cursor: pointer;	
	padding: 0px 10px;
}
.artistBTN {
	border: solid white .03cm;
}
.artistBTN-selected {
	border: solid black .06cm;
}
#artistIdentifier {
	float: right; 
	background-color: transparent; 
	margin-right: 75px;
       	margin-top: 60px;
       	color: white;
       	font-weight: bold;
       	font-family: arial;
}
/*  
---------------------------------------------
the bio area 
---------------------------------------------
*/
#bioWrapper {
	text-align: left;
	height: auto;
}
#bioMainWrapper {
	background-color: #376B8C;
}
#bioTitle  {
	margin: 0px;
	text-align: center;
	background-image: url('../pageDesign/layouts/0/artistsPage/biotop.gif');
	background-repeat: no-repeat;
	height: 133px;
}
#bioMain {
	background-color: #376B8C;
	color: black;
	padding: 5px 15px;
	width: 568px;
}
#bioMain img {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: solid black .05cm;
	border-bottom: solid black .8cm;
	border-top: solid black .8cm;
}
#bioOffsetMarker {
	background-color: transparent;
}
.artistTitleImg {
 	padding-top: 55px; 
	padding-left: 10px;
}
/*  
---------------------------------------------
the contributions area 
---------------------------------------------
*/
.menu {
	background-color: transparent;
	text-align: left;
	padding-top: 45px;
}
.menu div {
	background-color: transparent;
	cursor: pointer;
}
#contentWrapper {
	width: 300px;
	height: 450px;
	background-color: #376B8C;
	overflow: hidden;
}	
#contributionsContent {
	background: transparent;
	position: relative; /* this is important */
	height: 450px;
	overflow: auto;
	z-index: 3;
	text-align: center;
}
.productsContentBTN {
	width: 97px;
	height: 42px;
	background-image: url(../pageDesign/layouts/0/artistsPage/productsContent.gif);

}
.designsContentBTN {
	width: 81px;
	height: 42px;
	background-image: url(../pageDesign/layouts/0/artistsPage/designsContent.gif);
}
.photosContentBTN {
	width: 83px;
	height: 42px;
	background-image: url(../pageDesign/layouts/0/artistsPage/photosContent.gif);
}
#contributionsContent img {
	padding: 5px;
}

#loadingContent {
	width: 100%;
	z-index: 2;
	position: relative;
	top: -10px;
	visibility: hidden;
	background-color: transparent;
}
#hiddenContent {
	display: none;
}
.contibutionsElement {
	background-color: transparent;
	color: black;
}
/*  
---------------------------------------------
misc
---------------------------------------------
*/
.frame-BottomImg {
	position: relative;
       	bottom: 0px;
}
