html, body {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	font-family: 'Times New Roman';
	font-size: 12px;
	color: #343433;
}

html {
	height: 101%;
}

p {
	margin-top: 0;
}

img, a {
	border: 0 none;
}

.clear {
	clear: both;
}

.invisible {
	display: none;
}

header, aside, section, figure, footer, article {
	display: block;
}

/* ** ** HEADER ** ** */
header {
	width: 830px;
	margin: auto;
	margin-top: 25px;
}

header figure {
	display: block;
	margin: 0px;
	border-bottom: 1px solid #9C9D9E;
	color: #E96073;
}

header figure span {
	text-transform: uppercase;
	margin-left: 369px;
	font-size: 14px;
	position: relative;
	bottom: 10px;
}

header nav.main {
	float: left;
	margin-top: 7px;
}

header nav.aside {
	float: right;
	margin-top: 10px;
}

header nav ol {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

header nav ol li {
	display: inline-block;
	float: left;
	color: #E96073;
	padding-right: 8px;
	font-size: 16px;
}

*:first-child+html header nav ol li {
	display: block;
}

header nav ol li.last {
	padding-right: 0px;
}

header nav > ol > li:first-child a {
	padding-left: 0px;
	border: 0px;
}

header nav ol li a {
	display: block;
	color: #565655;
	text-decoration: none;
	border-left: 1px solid #656565;
	padding-left: 8px;
}

header nav.aside ol li a {
	font-size: 11px;
}

header nav ol ol {
	position: absolute;
	display: inline-block;
	height: 0px;
	overflow: hidden;
	z-index: 1000;
}

*:first-child+html header nav ol ol {
	position: static;
	display: block;
	width: 0px;
}

header nav li:hover ol {
	position: absolute;
	height: auto;
	width: auto;
	background: url("../images/navigation.png");
	padding-left: 3px;
	padding-top: 5px;
	padding-bottom: 10px;
}

*:first-child+html header nav li:hover ol {
	position: absolute;
	width: auto;
	background: url("../images/navigation.png");
}

*:first-child+html header nav li:hover ol li {
	filter: none;
}

header nav li li {
	display: block;
	clear: both;
	height: 20px;
	line-height: 20px;
	min-width: 200px;
	border-left: 0px none;
	font-size: 12px;
}

header nav li li a {
	border: 0px none;
}

h2 {
	color: #7a7b7a;
	margin-top: 5px;
}

h3 {
	color: #7a7b7a;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
	font-size: 14px;
}

header nav ol li a:hover, header nav ol li.active > a, header nav ol li.trail > a {
	color: #E96073;
}

header nav.aside ol li {
	text-transform: uppercase;
	font-size: 13px;
	font-family: Helvetica, sans-serif;
}

header nav.aside li a {
	border: 0px none;
}

/* ** ** CONTENT ** ** */
section.content {
	width: 830px;
	margin: auto;
	margin-top: 60px;
	font-size: 13px;
}

*:first-child+html section.content {
	position: absolute;
	left: 50%;
	top: 70px;
	margin-left: -415px;
}

section.content h1 {
	font-size: 32px;
	color: #7A7A7A;
	margin-top: 0px;
	font-weight: normal;
}

section.content h4 {
	font-size: 32px;
	color: #7A7A7A;
	margin-top: 0px;
	font-weight: normal;
	margin: 0;
}

section.content a {
	color: #E95F73;
	text-decoration: none;
	font-style: italic;
}

section.content a:hover {
	text-decoration: underline;
}

section.content section.left {
	width: 358px;
	float: left;
}

body.gallery section.content section.left img {
	width: 72px;
	margin-right: 17px;
	margin-bottom: 10px;
}

body.gallery section.content section.left img.eol {
	margin-right: 0px;
}

section.content section.right {
	width: 446px;
	float: right;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: #5a5a5a;
}

section.content section.right.bigfont p {
	font-size: 24px;
	color: #e96073;
}

section.content article.workTeaser {
	float: left;
	width: 164px;
	height: 184px;
	margin-right: 58px;
	margin-bottom: 25px;
	overflow: hidden;
	cursor: pointer;
}

section.content article.workTeaser a {
	font-family: 'Times New Roman', Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-style: normal;
	text-decoration: none;
}

section.content article.workTeaser.eol {
	margin-right: 0px;
}

section.content article.workTeaser p {
	position: relative;
	margin: 0px;
	height: 40px;
	top: -40px;
	background: url("../images/navigation.png");
	background: rgba(255, 255, 255, 0.7);
	line-height: 16px;
	padding-top: 3px;
	padding-left: 6px;
	padding-right: 6px;
	color: #343433;
}

section.content article.galleryPhoto img {
	width: 446px;
}
