body,
td,
th
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	width: 100%;
	margin: 0;
	padding : 0;
}
body
{
	background-color: #333333;
}
.wrapper
{
	height: 100%;
	width: 1000px;
}
.header
{
	background-color: black;
	width: 100%;
	height: 100px;
}
.clear
{
	clear: both;
}
#logo
{
	float: left;
	margin: 10px;
}
#main
{
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
}
#header
{
	float: left;
	margin-top: 35px;
	margin-left: 125px;
}
.menu
{
	background-color: #000000;
	width: 100%;
	height: 35px;
}
.menu table
{
	width: 100%;
	height: 100%;
	background-color: #E5E5E5;
}
.menu td
{
	width: auto;
	font-size: 14px;	
}
.menu .selected
{
	background-color: #FFFFFF;
	font-weight: bold;
}
.menu td:hover
{
	background-color: #FFFFFF;
	cursor: pointer;
}
.menu table tr td a:link,
.menu  table tr td a:visited,
#artists a:link,
#artists a:visited,
#exhibitions table tr td a:link,
#exhibitions table tr td a:visited
{
    color: #000000;
    text-decoration: none;
}
.submenu table tr td a:link,
.submenu  table tr td a:visited 
{
    color:#007FC6;
    text-decoration: none;
}
.submenu table tr td a:hover,
.submenu td.selected a
{
    color:#000000;
    text-decoration: none;
}

.submenu
{
	height: 35px;
	width:100%;
}
.submenu table
{
	height: 100%;
}
.submenu td
{
	width: auto;
	font-size: 13px;
	padding-left: 15px;
	padding-right: 15px;
	color: #007FC6;
	border-bottom: 1px solid #007FC6;
}
.submenu td:hover
{
	color: #000000;
	cursor: pointer;
}

.submenu .selected
{
	color: black;
	font-weight: bold;
}
#content
{
	margin: 0;
	padding: 10px;
	padding-bottom: 25px;
	text-align: justify;
}
#content p
{
	margin: 0;
	padding: 0;
	text-align: justify;
	margin-top: 10px;
}
#languages
{
	float: right;
	margin: 10px;
}
#languages img
{
	border: 0;
	margin-right: 5px;
}
#exhibition
{
	padding: 20px;
}
#content h1,
#content h2
{
	margin: 0;
	padding: 0;
}
#content h1
{
	font-size: 16px;
}
#content h2
{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 13px;
	font-style: italic;
}
#exhibitions td,
#exhibitions th,
#artists td,
#artists th
{
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}
#exhibitions .alt
{
	background-color: #E5E5E5;
}
#exhibitions tr:hover,
#artists .hover_td:hover
{
	background-color : #E5E5E5;
}
#artist
{
	margin: 0;
	padding: 20px;
	width: 800px;
	border: 1px solid #E5E5E5;
}
#artist #details,
#artist #pictures
{
	float: left;
}
#artist #details
{
	width:540px;
	text-align: justify;
	line-height: 22px;
}
#artist #details h1,
#artist #details h2
{
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	margin-top: 5px;
}
#artist #details h2
{
	font-size: 13px;
}
#artist #pictures
{
	width: 260px;
	height: 500px;
	overflow-x: hidden;
	overflow-y: scroll;
}
#artist #pictures img
{
	margin-bottom: 20px;
	border: 1px solid #333333;
}
#form_contact table
{
	width: 400px;
}
#form_contact table th
{
	text-align: left;
	vertical-align: top;
}
.contact_field
{
	width: 250px;
}
.errors
{
	background-color: #FFCCCC;
	border: 2px solid  #C40109;
    list-style-type: none;
	margin: 2px;
	padding: 2px;
}

.messages
{
	text-align: center;
	padding: 5px;
	width: 380px;  
	background-color: #0580c6;
    border: 2px solid blue;
    color: #000044;
}
.errors ul, .errors li
{
    font-weight: normal;
    text-align: center;
}
a:link,a:visited
{
    color: #007FC6;
}
a:hover
{
    color: #0281c8;
}
#newsletter
{
    margin: 10px;
    padding: 10px;
    float: right;
    border: 1px solid #333333;
    background: #E5E5E5;
    width: 275px;
}
#newsletter table {
	margin: 9px 0;
}
#newsletter #captcha {
    background: #FFFFFF;
}
#newsletter .lbl
{
    text-align: left;
    padding-left: 10px;
    font-weight: bold;
}
.thumbnail{
    position: relative;
    z-index: 0;
}

.thumbnail:hover{
    background-color: transparent;
    z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
    position: absolute;
    background-color: lightyellow;
    padding: 2px;
    left: -1000px;
    border: 1px solid gray;
    visibility: hidden;
    color: black;
    text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
    border-width: 0;
    padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
    visibility: visible;
    top: 15px;
    left: 60px; /*position where enlarged image should offset horizontally */
}

