html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
}

.thumbnails: img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}

.thumbnails:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	border: 3px solid #FFFFFF;
}

.thumbnails:hover{
color: red; /* Dummy definition to overcome IE bug */
}

.thumbnails: img{
filter:alpha(opacity=50);
-moz-opacity:0.5;
opacity:0.5;
}

.thumbnails:hover img  {
filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;
border: 1px;
}




:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
	text-align: right;
	padding-top: 13px;
}

#navlist
{
	padding-left: 0;
	margin-left: 0;
	width: 170px;
	float: right;
}

#navlist li
{
	list-style: none;
	margin: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D9D6C9;
	padding-top: 0.16em;
	padding-right: 12px;
	padding-bottom: 0.16em;
	padding-left: 0.16em;
}

#navlist li a { text-decoration: none; }






h1 { color: #2b1404; }

h2 { }

h3 { }

h3.credit, h3.title { font: normal 14px Georgia, 'Times New Roman', serif; color: #4e3114; font-style: italic; }


p { 	color: #604740; font-size:12px;
 }

a:link {
	color: #604740;
	text-decoration: none;
}
a:visited {
	color: #644740;
	text-decoration: none;
}
a:hover {
	color: #F90;
	text-decoration: none;
}
a:active {
	color: #C00;
	text-decoration: none;
}

body {
	background-repeat: repeat-x;
	background-color: #D9D6CA;

}

.wrapper {
	width: 1000px;
	font-size: 0.9em;
	margin: 0 auto; 
	background-color: #EDEDE4;
	background-repeat: repeat-y;
}
.header {
	height: 162px;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}


#container {
	background-color: #EDEDE4;
	float: left;
	clear: none;
	width: 1000px;
} 
#mainContent {
	background-color: #D9D6C9;
	width: 798px;
	float: right;
	min-height: 435px;
	padding-left: 30px;
} 
#thumbnailsBar{
	padding-left: 172px;
	float: left;
	clear: left;
}
.thumbnails {
	height: 63px;
	width: 63px;
	float: left;
	padding-right: 2px;
	padding-left: 2px;
	clear: right;
}
#painting {
		padding-left: 48px;

}

.footer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #EDEDE4;
}

#logo {
	clear: both;
	float: left;
	padding-left: 115px;
	margin-bottom: 4px;
	height: 91px;
}

#sideBar{
	width: 171px;
	clear: both;
	float: left;
	min-height: 435px;
	background-color: #EDEDE4;
}

.wrapper  #sideBar #navlist #active #current {
	color: #990000;
}

#navlist li a.yes {
       color: #990000;
}