body {
	margin: 0;
	padding: 0;
	/*font: 11px "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	background: #0057A1 url(../images/background.jpg) repeat-x fixed center top;
	text-align: center;
	
	scrollbar-face-color : #FFFFFF;
	scrollbar-highlight-color : #cce0f9;
	scrollbar-3dlight-color : #FFFFFF;
	scrollbar-darkshadow-color : #FFFFFF;
	scrollbar-arrow-color : #003399;
	scrollbar-shadow-color : #ffffff;
	scrollbar-track-color: #cce0f9;
}

/*redefine*/

::-moz-selection {
	background: #0057A1;
	color: #FFFFFF;
}

::selection {
	background: #0057A1;
	color: #FFFFFF;
}

h1, h2, h3, h4, p, ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}



/*shared*/

span.clr {
	display: block;
	clear: both;
}



/*content*/

#container {
	position: relative;
	/*z-index: 1000;*/
	width: 812px;
	height: 850px;
	padding: 0px;
	margin: auto;
	text-align: left;
}

.title {
	width: 812px;
	height: 120px;
	padding: 0px;
}


.thumbnailContainer {
	width: 812px;
	display: none;
	height: 0px;
	overflow: hidden;
	margin: 0px;
	background-image: url(../images/body_background.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#footer {
	width: 812px;
	padding: 0px;
	text-align: left;
	margin: 0px;
	background-image: url(../images/jura10_footer.png);
	height: 60px;
}

a:link {
	text-decoration: underline;
	font-weight: bold;
	color: #003399;
}

a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #003399;
}

a:active {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

.left {
	float: left;
}

.right {
	float: right;
}

#images {
	display: none;
}
.clipper {
	width: 800px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 430px;
	clip: rect(auto,0px,auto,0px);
	background-color: #FFF;
}
