body {
	background-color: #ffffff;
	margin: 0px;
	color: #000000;
}
#page {
	margin-bottom: 20px;
}
html {
	min-height: 100%;
	margin-bottom: 1px;
}
#footer {
	font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	margin-top: 15px;
	margin-bottom: 10px;
}
a:visited {
	font-weight: bold;
	color: #999999;	text-decoration: none;
}
a:link {
	font-weight: bold;
	color: #999999;
	text-decoration: none;	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #999999;	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #999999;	text-decoration: none;
}
#header {
	margin-top: 20px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 25px;
}
#content {
	margin-top: 15px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 25px;
}
#header h1 {
	font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #666666;
	margin-bottom: 5px;
}
#content p {
	font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #666666;
}
#content h2 {
	font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
	color: #666666;
}
#content h3 {
	font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-bottom: 2px;
	font-weight: bold;
	color: #666666;
}
#sidebar {
	margin-top: 20px;
	margin-right: 25px;
}
#sidebar h1 {
	font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #666666;
}
#sidebar p {
	font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	color: #666666;
}
#sidebar h2 {
	font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #666666;
}
#sidebar h3 {
	font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-bottom: 2px;
	font-weight: bold;
	color: #666666;
}
#sidebar h4 {
	font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #666666;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-top: 5px;
}
#footer p {
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}
.galleryThumb {
	border: 1px solid #999999;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.galleryPhoto {
	border: 1px solid #999999;
}
#thumbnails {
	margin-top: 0px;
	margin-right: 25px;
}
/* General */
#container{
	background: #fff;
	overflow: hidden;
	width: 452px;
	margin: 2em auto 0;
	padding: 2em 1em 4em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 1px 1px 10px #000;
	-webkit-box-shadow: 1px 1px 5px #000;
}

.navigation-controls {
	position: relative;
	background: #000;
	padding: 5px 0px;
	z-index: 1001;
	margin-left: 190px;
	background-color: #ffffff;
}

/* Picture slides */
.picture-slides-disabled {
	color: #eee;
}

.picture-slides-container {
	margin-bottom: 2em;
}

.picture-slides-dimmed-background .navigation-controls {
	-moz-border-radius : 0 0 5px 5px;
	-webkit-border-top-left-radius : 0;
	-webkit-border-top-right-radius : 0;
	-webkit-border-bottom-left-radius : 5px;
	-webkit-border-bottom-right-radius : 5px;
}

.picture-slides-dimmed-background .picture-slides-image-text {
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius : 5px;
	-webkit-border-top-right-radius : 5px;
	-webkit-border-bottom-left-radius : 0;
	-webkit-border-bottom-right-radius : 0;
}

.picture-slides-fade-container {
	position: relative;
	overflow: hidden;
	z-index: 1002;
	height: 390px;
	width: 585px;
}

.picture-slides-fade-container a {
	display: block;
	height: 387px;
	text-align: left;
	margin-bottom: 10px;
}

.picture-slides-fade-container img {
	padding: 0px;
	border: 1px solid #999999;
}

.picture-slides-image-load-fail {
	display: none;
}

.picture-slides-image-text {
	position: relative;
	background: #fff;
	text-align: center;
	padding: 5px 0 10px;
	z-index: 1001;
}

.picture-slides-previous-image, 
.picture-slides-next-image, 
.picture-slides-start-slideshow, 
.picture-slides-stop-slideshow {
	display: none;
}

.picture-slides-previous-image, 
.picture-slides-next-image, 
.picture-slides-start-slideshow, 
.picture-slides-stop-slideshow {
	cursor: pointer;
}

.picture-slides-thumbnails {
	float: right;
	list-style: none;
	margin-top: 0em;
	overflow: hidden;
}

.picture-slides-thumbnails li {
	width: 225px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.picture-slides-thumbnails li img {
	width: 100px;
	margin-top: 0px;
	margin-right: 10px;
	border: 1px solid #a09a6a;
}

.picture-slides-thumbnails a {
	outline: none;
}

.picture-slides-thumbnails li .picture-slides-selected-thumbnail img {
	width: 100px;
	padding: 0px;
	border: 1px solid #999999;
}
.picture-slides-thumbnail-container {
	float: right;
	width: 225px;
	margin: 0px;
	position: relative;
}
.picture-slides-dim-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 (and 9, 10, 11?). Don't miss the added quotes */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	z-index: 1000;
	display: none;
}
.inverse {
	color: #000000;
	background-color: #999999;
	padding: 2px;
}
.galleryTeaser {
	border: 1px solid #999999;
	margin-top: 10px;
}
.galleryShaded {
	color: #000000;
	background-color: #3B3927;
	padding: 2px;
	margin-right: 5px;
}
/* Hides from IE5-mac \*/
* html .buggybox {height: 1%;}
/* End hide from IE5-mac */ 
.underline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 2px;
}
.progressPhoto {
	border: 1px solid #999999;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
#content p.vitruvius {
	font-size: 16px;
	margin-right: 50px;
	margin-left: 50px;
	line-height: 24px;
}
.comPhoto {
	border: 1px solid #999999;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}
#testimonial {
	border: 1px solid #999999;
	padding: 30px;
}
#testimonial p {
	font-size: 13px;
	line-height: 18px;
}
.bookThumb {
	border: 1px solid #999999;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}
#pasteboard {
	border: 1px solid #000000;
	margin: 30px;
}
.indent {
	margin-left: 20px;
}
#content p.indent {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	background-position: 2px;
}
#header p {
	font-size: 12px;
	font-style: normal;
	font-variant: small-caps;
	margin-top: 0 px;
}
