@charset "UTF-8";
body {
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #898989;
}
#container  {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	position: absolute;
	left: 110px;
	margin: 0;
}
#navigation {
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-top: 10px;
}
#subNavigation {
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 15px;
}
#header {
	text-align: right;
	padding-right: 20px;
	z-index: 1;
	padding-left: 30px;
	margin-bottom: 80px;
	margin-top: 50px;
}
#mainContent  {
	padding: 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.indexPageQuote {
	font-size: 13px
}
.authorOfQuote {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	color: #AA8267;
}
.textTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #898989;
}
.textBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #898989;
	text-align: justify;
}
a:link {
	color: #996633;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #996633;
}
a:hover {
	text-decoration: underline;
	color: #996633;
}
a:active {
	text-decoration: none;
	color: #996633;
}
.thumbnailCaption {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	color: #999999;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #898989;
	text-align: center;
	margin-top: 30px;
}
#bookPhotographsDropdown {
	position:absolute;
	left:180px;
	top:66px;
	width:247px;
	height:128px;
	z-index:2;
	visibility: hidden;
	padding-top: 4px;
}
#photographsBooks {
	position:absolute;
	left:180px;
	top:50px;
	width:247px;
	height:16px;
	z-index:1;
}
#portraits {
	position:absolute;
	left:427px;
	top:50px;
	width:87px;
	height:16px;
	z-index:1;
}
#portraitsDropdown {
	position:absolute;
	left:427px;
	top:66px;
	width:247px;
	height:48px;
	z-index:2;
	visibility: hidden;
	padding-top: 4px;
}
#typologies {
	position:absolute;
	left:515px;
	top:50px;
	width:94px;
	height:16px;
	z-index:1;
}
#typologiesDropdown {
	position:absolute;
	left:515px;
	top:66px;
	width:219px;
	height:34px;
	z-index:3;
	visibility: hidden;
	padding-top: 4px;
}
#titleHeader {
	text-align: right;
	padding-right: 35px;
}
