html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.opacityTest {
	opacity: 0.2;
}
.borderRadiusTest {
	border-radius: 12.0px;
	-moz-border-radius: 12.0px;
	-webkit-border-radius: 12.0px;
}
.boxShadowTest {
	box-shadow: 5.0px 5.0px 5.0px #00ff00;
	-moz-box-shadow: 5.0px 5.0px 5.0px #00ff00;
	-webkit-box-shadow: 5.0px 5.0px 5.0px #00ff00;
}
@font-face {
	font-family: 'Masterplan';
	src: local('MASTERPLAN'), local('MASTERPLAN'), url('../resources/fonts/masterplan.woff') format('woff'), url('../resources/fonts/masterplan.otf') format('opentype'), url('../resources/fonts/masterplan.svg#MASTERPLAN-TRIAL') format('svg');
}
.Content {
	font-family: sans-serif;
	font-size: 12px;
	padding: 1em;
	line-height: 1.5em;
}
.Content h2 {
	font-weight: bold;
}
.Content p {
	margin-top: 1em;
	text-align: justify;
}
.Content strong {
	color: #bb0000;
	font-weight: bold;
}
.Content a {
	color: inherit;
	text-decoration: underline;
}
.Content a:hover {
	color: #bb0000;
}
body {
	color: #222;
}
#MainWrapper {
	background: url(../resources/background.jpg) center top repeat;
	width: 100%;
	padding-bottom: 32px;
	display: inline-block;
}
#MainWrapper:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#Main {
	margin: auto;
	width: 960px;
}
#Header {
	background: url(../resources/header.png) center center no-repeat;
	height: 128px;
	position: relative;
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 940.0px;
}
#Introduction {
	position: relative;
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 220.0px;
}
#Introduction #MyPhoto {
	background: #f0f0f0;
	box-shadow: 2.0px 2.0px 10.0px #000000;
	-moz-box-shadow: 2.0px 2.0px 10.0px #000000;
	-webkit-box-shadow: 2.0px 2.0px 10.0px #000000;
}
#Introduction #MyPhoto img {
	padding: 6px;
	padding-bottom: 3px;
}
#Introduction #Bubble {
	margin-top: 16px;
	background: black;
	/*
		 * -box-shadow: 2px 2px 10px #000000;
	with -opacity: 0.75;
	*/
		box-shadow: 2.0px 2.0px 10.0px #000000;
	-moz-box-shadow: 2.0px 2.0px 10.0px #000000;
	-webkit-box-shadow: 2.0px 2.0px 10.0px #000000;
	opacity: 0.75;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75.0)
				progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=145, Strength=10.0px);
}
#Introduction #Bubble .Content {
	color: #ffffff;
}
#NavigationWrapper {
	margin: auto;
	width: 960px;
}
#Navigation {
	position: relative;
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 940.0px;
}
#Portfolio {
	height: 500px;
	background: #f0f0f0;
	position: relative;
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 700.0px;
	box-shadow: 2.0px 2.0px 10.0px #000000;
	-moz-box-shadow: 2.0px 2.0px 10.0px #000000;
	-webkit-box-shadow: 2.0px 2.0px 10.0px #000000;
}
#Portfolio .Landscape img {
	width: 684px;
	height: 454px;
	display: block;
	margin: auto;
}
#Portfolio .Portrait img {
	width: 302.666666667px;
	height: 454px;
	display: block;
	margin: auto;
}
#Portfolio .Background {
	position: absolute;
	left: 8px;
	right: 8px;
	top: 8px;
	bottom: 8px;
	background-color: black;
	width: 684px;
	height: 454px;
}
#Portfolio .Photo {
	position: absolute;
	left: 8px;
	right: 8px;
	top: 8px;
	bottom: 8px;
}
#Portfolio .Photo .Description {
	margin-top: 2px;
}
#Portfolio .Photo .Description h2 {
	font-size: 30px;
	font-family: 'Masterplan';
	float: left;
}
#Portfolio .Photo .Description .Meta {
	float: right;
	text-align: right;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888;
}
#Portfolio .Photo .Description .Details {
	float: right;
	line-height: 50px;
	font-family: sans-serif;
	font-size: 14px;
	color: #888;
}
#Portfolio .Photo .Navigation {
	display: none;
	font-family: sans-serif;
	font-size: 12px;
	background-color: black;
	position: absolute;
	left: 8px;
	right: 8px;
	top: 0px;
	height: 36px;
	margin: 8px;
	padding: 4px;
	opacity: 0.7;
}
#Portfolio .Photo .Navigation .NextPhoto {
	float: right;
	color: white;
}
#Portfolio .Photo .Navigation .PrevPhoto {
	float: left;
	color: white;
}
#Portfolio .Photo .Navigation .Title {
	text-align: center;
	color: white;
}
