* {
	font-family: Georgia, serif;
	color: gray; 
}
img {
	border: none;
}
body, html {
	height: 100%;
}
body, html, h1, h2, h3, ul, li, p {
	margin: 0;
	padding: 0;
}
#centerCnt {
	width: 900px;
	height: 360px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/bg.png) top left no-repeat white;
}
.padding40 {
	padding: 30px;
}
#contentCnt {
}
#leftCnt {
	width: 50%;
	float: left;
}
#rightCnt {
	width: 50%;
	float: left;
}
#rightCnt .padding40 {
	padding: 0 0 0 15px;
}
#leftCnt .padding40 {
	padding: 0 15px 0 0;
}
#image {
	width: 404px;
	height: 300px;
	overflow: hidden;
}
#image img {
	display: none;
}
#content {
	height: 300px;
	overflow: hidden;
}
#content h1 {
}
#content .textCnt {
	display: none;
	height: 248px;
}
#content .imageProperties,
#content p {
	text-align: justify;
	padding-top: 40px;
}
#content .textCnt .imageScroller {
	margin-top: 40px;
	height: 30px;
	background-color: #f3f3f3;
	overflow: hidden;
}
#content .textCnt .imageScroller ul li {
	width: 202px;
	height: 20px;
	float: left;
	background-color: white;
}
#content .textCnt .imageScroller .marker {
	clear: left;
	height: 10px;
	width: 29px;
}
#content .textCnt span {
	padding-right: 1em;
	visibility: hidden;
}
#content .textCnt span.first {
	visibility: visible;
}
#content em {
	display: block;
	font-style: normal;
}
#content .navigation {
	height: 30px;
	background-color: #f3f3f3;
}
#content ul {
	list-style: none;
}
#content ul li {
	width: 135px;
	height: 20px;
	float: left;
	background-color: white;
}
#content .navigation .marker {
	clear: left;
	height: 10px;
	width: 135px;
}
.marker {
	background-color: #c80a12;
}
#distance {
	width: 1px;
	height: 50%;
	margin-bottom: -190px;
}
.alignLeft {
	text-align: left;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}
