@charset "UTF-8";
body  {
	font: 16px 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;
	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: #222E26;
	letter-spacing: .1em;
	background-image: url(images/bgdark.jpg);
	background-position: center center;
}
.title {
	font-size: 16px;
	color: #67413D;
	font-weight: bold;
}
.big {
	color: #67413D;
	font-size: 15px;
	font-variant: small-caps;
}
.footnote {
	font-size: 0.8em;
	color: #DDDBD5;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.footnote a:link, a:visited {
	color: #DDDBD5;
	text-decoration: none;
}
.footnote a:hover, a:active, a:focus {
	color: #FEA198;
	text-decoration: none;
}
a:link, a:visited {
	color: #7B6749;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #BA9A6C;
	text-decoration: none;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#container {
	width: 900px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border: 1px solid #000000;
}
#container #headerhome {
	height: 215px;
	background-image: url(images/headerchiesa.jpg);
}
#container #headergallery {
	height: 215px;
	background-image: url(images/headergiardino.jpg);
}
#container #headergallerysg {
	height: 215px;
	background-image: url(images/headermidsummer.jpg);
}
#container #headergallerymc {
	height: 215px;
	background-image: url(images/headereternalspring.jpg);
}
#container #headergalleryce {
	height: 215px;
	background-image: url(images/headertempest.jpg);
}
#container #headergallerycoll {
	height: 215px;
	background-image: url(images/headeradamandeve.jpg);
}
#container #headerbiography {
	height: 215px;
	background-image: url(images/headerwinterstale.jpg);
}
#container #headercontact {
	height: 215px;
	background-image: url(images/headermacbeth.jpg);
}
#container #headerlinks {
	height: 215px;
	background-image: url(images/headerlion.jpg);
}
#headertop {
	margin: 0px;
	height: 165px;
}
#navbar {
	margin: 0px;
	vertical-align: 0%;
	padding: 0px;
	height: 50px;
}
#navbar ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#navbar li {
	display: inline;
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#navbar a {
	color: #222E26;
	display: block;
	padding: 0px;
	margin: 15px 5px 15px 15px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	font-weight: bold;
	font-size: 16px;
}
#navbar a:visited {
	color: #222E26;
}
#navbar a:hover,
#navbar a:active,
#navbar a:focus {
	color: #666633;
}
#navbar li a.highlight, li a.highlight:visited {
	color: #DB241C;
	text-decoration: none;
	font-style: italic;
}
#navbar li a.highlight:hover, li a.highlight:active, li a.highlight:focus {
	color: #7B6749;
	text-decoration: none;
	font-style: italic;
}
#container #main {
	width: 900px;
	background-color: #FFFFFF;
	overflow: hidden;
	z-index: -1;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: normal;
	font-size: 15px;
	background-image: url(images/bg.jpg);
	background-position: center center;
	background-repeat: repeat-y;
}
#container #main #mainphoto {
	position: relative;
	left: 110px;
}
#container #main #button {
	position: relative;
	z-index: 2;
	top: -450px;
	left: 670px;
	
}
#container #main #mainleft {
	float: left;
	width: 180px;
	padding-top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: normal;
	font-size: 15px;
	padding-left: 15px;
}
#container #main #mainright {
	float: right;
	width: 675px;
	padding-top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: normal;
	font-size: 15px;
	padding-right: 15px;
	padding-left: 10px;
}
#container #footerhome {
	background-color: #222E26;
	height: 25px;
}
#container #footergallery {
	background-color: #2F463D;
	height: 25px;
}
#container #footergallerysg {
	background-color: #303F58;
	height: 25px;
}
#container #footergallerymc {
	background-color: #222E26;
	height: 25px;
}
#container #footergalleryce {
	background-color: #222E26;
	height: 25px;
}
#container #footergallerycoll {
	background-color: #222E26;
	height: 25px;
}
#container #footerbiography {
	background-color: #38302C;
	height: 25px;
}
#container #footercontact {
	background-color: #253A58;
	height: 25px;
}
#container #footerlinks {
	background-color: #333D38;
	height: 25px;
}
