﻿body
{
	font-family: Verdana;
	background-image: url(images/background1.gif);
}

a
{
	text-decoration: none;
	color: black;
}

a:hover
{
	text-decoration: underline;
}

p
{
	font-size: 12px;
}

h1
{
	font-weight: normal;
	font-size: 20px;
}

h5
{
	margin-bottom: 5px;
}

h6
{
	font-size: 14px;
	margin-bottom: 0px;
	margin-top: 5px;
}

.breadcrum
{
	font-size: 12px;
}

#main
{
	position: relative;
	top: 20px;
	width: 1000px;
	height: 600px;
	background: #f1f2df;
	margin-left: auto;
	margin-right: auto;
}

#columnA
{
	position: relative;
	width: 250px;
	height: 600px; /*background: orange;*/
	float: left;
}

#logo
{
	position: relative;
	top: 30px;
	left: 10px;
	height: 250px; /*background: black;*/
}

#artist_content
{
	width: 530px;
	margin: 5px;
}

#references_content
{
	width: 530px;
	margin: 5px;
}

#images_content
{
	width: 530px;
	margin: 5px;
}

#authorsPart
{
	text-align: right;
	font-size: 12px;
	margin-top: -63px;
	margin-right: 10px;
}

#authorsPart a:hover
{
	color: Gray;
}

#exibitionsPart
{
	position: relative;
	top: 20px;
	width: 230px;
	height: 230px;
	padding: 10px; /*background: darkgray;*/
	text-align: right;
}

#exibitionsPart a
{
	color: Black;
	font-size: 12px;
}

#exibitionsPart a:hover
{
	color: Gray;
}

#exibitions
{
	height:530px;
	margin: 5px;
}

#exibitions p
{
	margin: 0px;
}

#exibitions a
{
	font-size: 12px;
	color: Gray;
}

#exibitions a:hover
{
	color: Black;
}

.exibition
{
	margin-bottom: 15px;
}

#exibition_description
{
	height: 320px;
	width: 540px;
	margin: 5px;
}

#exibition_images
{
	
}

#paging
{
	color:Black;
}

#menu
{
	position: relative;
	width: 150px;
	height: 600px; /*background: blue;*/
	float: left;
}

#menu ul
{
	list-style: none;
	margin: 10px;
	padding: 0px;
}

#menuArtist
{
	position: relative;
	top: 200px;
	width: 150px;
}

#menuDefault
{
	position: relative;
	top: 20px;
	width: 150px;
}

#menu a
{
	font-size: 12px;
	color: Black;
	text-decoration: none;
}

#content
{
	position: relative;
	width: 580px;
	height: 580px; /*background: lightblue;*/
	float: left;
	padding: 10px;
}

.imagelist
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.imagelist li
{
	float: left;
	margin: 5px;
}

.back
{
	font-size: 12px;
	color: Black;
	text-decoration: none;
}

