
Body {
	background-color: #808286;
	overflow: auto;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#container {
	width: 820px;
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 0px 0px;
}

#foto {
	float: left;
	display: block;
	overflow: hidden;
	position:relative;
	width: 708px;
	max-width: 706px;
	height: 532px;
	max-height: 530px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #96989C;
}

#right {
	float: left;
	background: #808286 url(logo.gif) center center no-repeat;
	width: 100px;
	height: 532px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#imageContainerFader {
	overflow: hidden;
	width: 706px;
	max-width: 704px;
	height: 530px;
	max-height: 528px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #B6B8BC;
}

#imageContainerFader img {
	width: 704px;
	height: 528px;
	top: 0px;
	left: 0px;
	position: absolute;
	visibility: hidden;
	display: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#content {
	overflow: auto;
	width: 704px;
	height: 528px;
	text-align: left;
	font-family: trebuchet, "ms trebuchet", verdana, arial;
	color: #404246;
	background-color: #A0A2A6;
	letter-spacing: 1px;
	line-height: 130%;
	font-size: 11px;
	font-weight: normal;
	padding: 20px 20px 20px 20px;
}

#content h1 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	font-weight: bold;
}

#content img {
	visibility: visible;
	display: block;
}

#content img.linkedin {
	width: 108px;
	height: 32px;
}

#content a {
	color: #4060C0;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#footer {
	width: 710px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

#footerleft {
	float: left;
	text-align: left;
	width: 200px;
	padding: 7px 0px 0px 0px;
	margin: 0px;
}

#footerright {
	float: left;
	text-align: right;
	width: 500px;
	max-width: 400px;
	padding: 7px 100px 0px 0px;
	margin: 0px;
	font-family: trebuchet, "ms trebuchet", verdana, arial;
	color: #505256;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
}

#footerright a {
	color: #404246;
	text-decoration: none;
}

#footerright a:hover {
	text-decoration: underline;
}


