



body, span, div, img, a {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Sans-serif;
}
body {
	background-color: white;
}

div.galleriesContainer {
	background-color: white;
	width: 790px;
	height: 464px;
}
	
div.galleryListContainer {
	background-color: white;
	width: 140px;
	height: 464px;
	float: left;
}

a.galleryLink {
	text-decoration: none;
	color: rgb(100,100,100);
}

div.galleryContainer {
	background-color: white;
	width: 650px;
	height: 464px;
	float: right;
}

div.galleryTitleAndThumbnailsContainer {
	background-color: white;
	width: 266px;
	height: 464px;
	text-align: center;
	NOposition: relative;
	NOleft: 150px;
	float: left;
}

div.galleryTitleContainer {
	background-color: white;
	width: 266px;
	height: 30px;
}

span.galleryTitle {
	font-size:15px;
	color: rgb(100,100,100);
	vertical-align: middle;
	min-width: 266px;
	min-height: 22.5px;
	display: block;
}

div.thumbnailsContainer {
	background-color: white;;
	width: 252px;
	height: 420px;
	padding: 7px;
}

div.thumbnailContainer {
	background-color: white;
	width: 70px;
	height: 70px;
	margin: 7px;
	float: left;
}

img.thumbnail {
	max-width: 70px;
	max-height: 70px;
	background-color: white;
	border: 0px;
}

div.imageAndDescriptionContainer {
	background-color: white;
	NOposition: relative;
	NOtop: -464px;
	NOleft: 312.6px;
	float: right;
	text-align: center;
	width: 350px;
	height: 400px;
	margin: 0px;
}

div.imageContainer {
	background-color: white;
	width: 350px;
	NOposition: relative;
	NOtop: 14px;
}

img.image {
	max-width: 350px;
	max-height: 350px;
	border: 0px;
}


div.imageTitleContainer {
	background-color: white;
	width: 350px;
	height: 30px;
}

span.imageTitle {
	font-size:15px;
	color: rgb(100,100,100);
	vertical-align: middle;
}

span.imageDescription {
	font-size:12px;
	color: rgb(100,100,100);
	NOposition: relative;
	NOtop: 28px;
}

span.sold {
	font-size:12px;
	font-weight: bold;
	color: rgb(250,100,100);
	NOposition: relative;
	NOtop: 28px;
}

span.buy {
	font-size:12px;
	color: rgb(250,250,250);
	background-color: rgb(150,150,150);
	padding: 1px 4px 1px 4px;
	NOposition: relative;
	NOtop: 28px;
}

.inquiries {
	font-size:10.8px;
	color: rgb(150,150,150);
	margin-top: 10px;
}


div.menuContainer {
	position: absolute;
	left: 330px;
	top: 30px;
	width: 600px;
}

div.menuDownContainer {
	position: absolute;
	left: 330px;
	top: 60px;
	width: 600px;
}

div.menuSeparator {
	position: absolute;
	left: 300px;
	top: 42px;
	width: 600px;
}

div.menuItemContainer {
	display: inline;
}

a.menuItem:hover {
	color: rgb(180,180,180);
	background-color: "white";
}

a.menuItem {
	text-decoration: none;
	color: rgb(140,140,140);
	width:120px;
	float: left;
	text-align: center;
}

a.selectedMenuItem {
	text-decoration: none;
	color: rgb(40,40,40);
	color: rgb(184,88,5);
	width:120px;
	float: left;
	text-align: center;
}

a.selectedMenuItem:hover {
	color: rgb(184,88,5);
	background-color: "white";
}


div.bannerAndVioleContainer {
	width: 160px;
	height: 400px;
	position: absolute;
	top: 20px;
}

div.logoContainer {
	position: absolute;
	left: 180px;
	top: 0px;
}

img.logo {
	width: 120px;;
}

img.line {
	width: 520px;
	height: 2px;
	NOposition: absolute;
	NOtop: 35px;
	NOleft: 120px;
}

div.violetaBorisonikContainer {
	width: 160px;
	text-align: right;
}

span.violetaBorisonik {
	font-size:19.5px;
	color: rgb(184,88,5);
}

a.violetaBorisonik {
	font-size:19.5px;
	color: rgb(184,88,5);
	text-decoration: none;
}

div.mixedMediaArtistContainer {
	width: 160px;
	text-align: right;
}

span.mixedMediaArtist {
	font-size:13.5px;
	color: rgb(100,100,100);
}

a.mixedMediaArtist {
	font-size:13.5px;
	color: rgb(100,100,100);
	text-decoration: none;
}

div.welcome {
	position: fixed;
	left:40px;
	top: 40px;	
}

a.welcome {
	font-size:13.5px;
	color: rgb(100,100,100);
	text-decoration: none;
	background-color: rgb(240,240,240);
	padding: 5px;
}


div.pageContents {
	position:absolute;
	left: 40px;
	top: 140px;
	width: 600px;
}


div.eventListContainer {
	NOposition: relative;
	position: absolute;
	left: 100px;
}

div.eventContainer {
	height: 130px;
	width:  550px;
}

div.venueContainer {
	width:  196px;
	float: left;
}


img.venueImage {
	width: 70px;
	height: 70px;
	border: 0px;	
}

div.venueName {
	font-size:11.2px;
	color: rgb(100,100,100);
}

div.venueAddress {
	font-size:9.1px;
	color: rgb(100,100,100);
}

div.eventDetailsContainer {
	NOposition: relative;
	NOtop: -98px;
	NOleft: 196px;
	height: 98
}

div.eventTitle {
	font-size:12.6px;
	color: rgb(50, 50, 50);
}

div.eventSubtitle {
	font-size:9.1px;
	color: rgb(150, 150, 150);
}

div.opening {
	font-size:10.5px;
	color: rgb(120, 120, 120);
	padding-top: 5px;
}

div.open {
	font-size:11.2px;
	color: rgb(80, 80, 80);
	padding-top: 10px;
}

img.eventSeparator {
	width: 600px;
	height: 1px;
	NOposition: relative;
	NOtop: -58.8px;
	NOleft: 0px;
}


div.newsListContainer {

}

div.newsContainer {
}

div.newsDetailsContainer {
}

div.newsTitle {
	font-size:14px;
	color: rgb(50, 50, 50);	
	margin-bottom:2px;
}

a.newsTitle {
	color: rgb(184,88,5);
}	

div.newsSubtitle {
	font-size:11.2px;
	color: rgb(130, 130, 130);
}

img.newsSeparator {
	width: 400px;
	height: 1px;
	margin-bottom:3px;
}


div.bioText {
	margin-left: 150px;}

p.contentsText {
	font-size:12.6px;
	color: rgb(100,100,100);
	padding-top: 10px;
	width: 450px;
}

a {text-decoration: none; color: rgb(100,100,100) }
a:hover {color: rgb(200,200,200) }
a.pdf { background: url(resources/pdficon.gif) 100% 60% no-repeat; padding-right:20px; }


div.videos {
	margin-left: 150px;
	padding-bottom: 30px;
}


div.footer {
	margin-top:30px;
	width: 790px;
	display: block;
}

.footer .copyright {
	font-size:10.8px;
	color: rgb(100,100,100);
	float: left;
}
.footer .email {
	font-size:10.8px;
	color: rgb(100,100,100);
	float: right;
}




