html {
	font-size: 100.01%;
}

html, body {
	height:100%;
}
body {
	font-size: 0.69em;
	background-color:#FFF;
}
.styleBody {
	font-size: 1m;
	color:#666;
}
body, td, p {
	color:#666;
	font-family: Verdana, Geneva, sans-serif;
}
p, form {
	padding: 0px;
	margin: 0px;
}
a {
	color: #000;
	text-decoration: none;	
}
h1, .styleH1 {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: #B10034;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

.distance {
	width:1px;
	height:50%;
	margin-bottom:-310px; /* half of container's height */
	float:left;
}

/*	blocks	***********************************************************/

.container {
	position: relative;
	text-align: left;
	width: 100%;
	height: 490px;
	clear: left;
	background-color: #4b4b4b;
}
.content {
	background-color: #efefef;
	width: 100%;
	height: 300px;
	left: 0px;
	top: 160px;
	position: absolute;
	z-index: 9;
}
.logo {
	margin-left: 73px;
	height: 142px;
}
.image {
	height: 300px;
	width: 480px;
	\width: 640px;
	w\idth: 480px;
	padding-left:160px;
	background-color: #4b4b4b;
	/*left: 0px;
	top: 0px;
	position: absolute;*/
	float:left;
}
.text {
	width: 320px;
	height: 300px;
	background-color: #efefef;
	/*left: 480px;
	top: 0px;
	position: absolute;*/
	float:left;
}
.jscroll {
	overflow: auto;
	width: 300px;
	height: 260px;
	/*height: 284px;
	padding-right: 10px;*/
}
.imgnavigation {
	width: 100%;
	height: 40px;
	clear: left;
	padding-top: 3px;
	/*left: 0px;
	top: 300px;
	position: absolute;*/
	background-color: #a59791;
	background-image: url(../imgs/body_imgnavigation.jpg);
	background-repeat: repeat-x;
}
.imgnavigation p {
	margin-left: 160px;
}
.imgnavigation a.selected, .imgnavigation a:hover {
	color: #FFF;
}
.imgnavigation a, .imgnavigation span {
	color: #4b4b4b;
	text-decoration: none;
	padding: 0px 3px 0px 0px;
}
.footer {
	color: #a59791;
	width: 100%;
	height: 40px;
	left: 0px;
	bottom: 0px;
	/*background-color: #FFF;*/
	z-index: 9;
	position: absolute;
}
.footer p {
	color: #4b4b4b;
	margin-left: 160px;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
/*	navigation	***********************************************************/
.navigation {
	width: 800px;
	height: 20px;
	left: 160px;
	top: 140px;
	background-color: #4b4b4b;
	position: absolute;
	z-index: 10;
}

.clearer {
	clear: both;	
}
.inner {
	padding: 20px;
}