html * {
	margin:0px;
	padding:0px;
}
html,body {
	height: 100%;
	width: 100%;
	position: relative;
}
body {
	background: #fff;
	font-family: 'Lucida Grande', Arial;
	font-size: 15px;
	background-image: url('../images/LightGradient.png');
	background-repeat: repeat-x;
	background-color:#eee;
}
a {
	color: #aaa;
	font-weight: bold;
	text-decoration: none;
	outline-style:none;
}
#MainContainer {
	height: 100%;
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
	position: relative;	
}
/*#ContentContainer {
	color: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 50;
	overflow: scroll;
}
*/
#MainPicture {
	max-width: 1300px;
	float: center;
	vertical-align: middle;
	margin-top: auto;
}
#MainPicture.imageLandscape {
	height: 100%;
	right: 0px;
	max-width: 1800px;
	position: absolute;
	top: 0px;
}
#MainPicture.imagePortrait {
	height: 100%;
/*	max-height: 1600px;*/
	right: 0px;
	position: absolute;
}
#Navi {
	height: 70px;
	background: url('../images/FineTasteNavi.png') no-repeat 5px 5px;
	position: fixed;
	z-index: 400;
	width: 100%;
/*	filter:alpha(opacity=25);
	opacity: 0.25;
	-moz-opacity:0.25;
*/}
#Navi #Menu {
	border-top: 2px solid #bbb;
	margin-top: 47px;
	width: 218px;
	margin-left: 6px;
}
#Navi.extendedMenu {
/*	background-color: #fff;*/
}
.menuItem {
	display: none;
	float: left;
	margin-left: 2em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding-top: 2px;
/*	text-shadow: #aaa 0px 0px 2px;*/
}
.menuItem a {
	color: #fff;
}
#LayoutGlas {
	width: 100%;
	height: 70px;
	background: #fff;
	position: absolute;
	z-index: 50;
	filter:alpha(opacity=0);
	opacity: 0;
	-moz-opacity:0;
}
#NaviMenu {
	display: none;
	float: right;
}
#NaviMenu a {
	color: #aaa;
	text-decoration: none;
	font-weight: bold;
}
.leftRightControl {
	position: absolute;
	top: 45%;
	height: 10%;
	z-index: 100;
}
a img {
	border: 0px;
}

#Credits {
	position: absolute;
/*	left: 240px;
	top: 50px;
*/	z-index: 310;
	font-size: 13px;
	text-transform: uppercase;
	width: 225px;
	top: 70px;
	text-align: right;
	font-weight: normal;
/*	background-color: red;*/
}
#GoLeft {
	left: 10px;
}
#GoRight {
	right: 20px;
}
#GoLeftContainer {
	left: 0px;
	z-index: 200;
	cursor:pointer;
}
#GoRightContainer {
	right: 0px;
	z-index: 300;
}
#Navi:hover, #GoLeftContainer:hover, #GoRightContainer:hover {
	cursor:pointer;
}
#GoRightContainer, #GoLeftContainer {
	position: absolute;
	width: 15%;
	height: 100%;
}
#Content {
	position: absolute;
	bottom: 0px;
}
#MainPicture {
	display: none;
}
.imageContent {
	position: absolute;
	top: 5%;
	right: 4%;
	left: 5%;
	bottom: 5%;
}
.imageContentLeftRight {
	right: auto;
	bottom: auto;
}
.imageContentTopRight {
	left: auto;
	bottom: auto;
}
.imageContentBottomRight {
	left: auto;
	top: auto;
}
.imageContentBottomLeft {
	right: auto;
	top: auto;
}
.imageContentCenter {
	width: 120%;
	text-align: center;
	top: 45%;
	left: auto;
	right: auto;
}
/*Editorial*/
#EditorialOverview ul {
	border-bottom: 1px solid #ddd;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 300px;
	max-width: 600px;
}
#EditorialOverview ul h1 {
	text-transform: uppercase;
}
#EditorialOverview ul h3 {
	padding-left: 3em;
}
#EditorialOverview .editorialPicture {
	float: right;
	max-height: 300px;
}
.editorialSummary {
	margin-top: 1em;
	font-size:0.8em;
}
#PhotographerProfile img {
	float: right;
	border: 2px solid #aaa;
	margin-left: 20px;
	margin-bottom: 20px;
}
#PhotographerProfile .portfolioText {
	margin-top: 2em;
	margin-bottom: 3em;
	font-size:0.9em;
}
#CopyrightFooter {
	position: absolute;
	bottom: 0px;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: -0.1em;
	left: 1em;
	bottom: 1em;
	background-color: white;
}