@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFC;
	background-color: #600;
}
#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	text-align: left;
}
#mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	text-align: left;
}
#mainContent p {
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	letter-spacing: 0.05em;
	word-spacing: 0.05em;
}


.oneColLiqCtrHdr #container {
	width: 850px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
}
.oneColLiqCtrHdr #header {
	padding: 0 1px 5px 1px;
	height: 120px;
	background-image:url(images/logo3.jpg);
	background-repeat: no-repeat;
	background-position: -40px;
}
.oneColLiqCtrHdr #mainContent {
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 10px;
	padding-left: 1px;
	height: auto;
}
.oneColLiqCtrHdr #footer {
	padding: 0 0 10px 0;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFC;
	border-right-color: #FFC;
	border-bottom-color: #FFC;
	border-left-color: #FFC;
}

#headerText {
	color: #FFC;
	width:300px;
	font-family:"Times New Roman", Times, serif;
	font-size:0.9em;
	}
#logo {
	color: #FFC;
	left:160px;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}

#imgStartContainer{
	z-index:1;
	vertical-align: middle;
}
#thumbContainer {
	width:800px;
	height:auto;
	z-index:1;
	text-align: center;
}

img.thumbs {
	cursor: pointer;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 16px;
	margin-left: 8px;
	max-height: 100px;
	max-width: 150px;
}
#details{
	z-index:2;
	width:850px;
	height:430px;
	visibility: hidden;
	text-align: left;
	top: 170px;
	position: absolute;
	margin-top: 10px;
}
#detailsText{
	width:400px;
	padding-top:5px;
	position:relative;
}
#detailsClick{
	width:400px;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 0.3em;
	font-size: 0.8em;
	float:left;
	font-style: normal;
}
img.painting{
	cursor: pointer;
	border: 5px solid #FFC;
	text-align: left;
	margin-right:10px;
	float:left;
	text-align: left;
}
#detailsArtist{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#detailsTitle{
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.1em;
}
#detailsMediumAndSize{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#detailsDetails{
	font-family:"Times New Roman", Times, serif
}

input.buttonPrevNext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color: #600;
	background-color: #FFC;
	cursor:pointer;
	padding: 0px;
}
#NaviContainer{
	top: -40px;
	left: 200px;
	position: relative;
}
#naviText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
}
a:link
{
	text-decoration: underline;
	color: #FFC;
}
a:active
{
	outline: none;
	color: #000;
	text-decoration: underline;
}
a
{
  outline: none;
}

img.inTextImage{
	text-align: right;
	margin-left:40px;
	float:right;
}

#artistAbout{
/*	font-family:"Times New Roman", Times, serif;*/
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	font-size: 0.9em;
}
