body {
	background-color: #E6E6E6;
	background-repeat: repeat;
	font-size: 13.33px;
	font-family: Arial, Helvetica, Verdana;
}

#container {
	width: 812px;
	margin: 5px auto 5px auto;
	font-size: 1em;
	text-align: left;
}

#header {
	clear: both;
	margin: 0;
	padding: 0;
}

#header #logo {
	margin: 0 0 0 6px;
	clear: both;
	height: 250px;
	text-align: center;
}

#header #banner {
	text-align: center;
	margin: 0 0 0 1px;
}

#navi {
	margin: 0 10px 0 11px;
	height: 13px;
	line-height: 36px;
	clear: both;
	font-size: 17.5px;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
}


#navi a:link,
#navi a:visited {
	color: #DB70DB;
	text-decoration: none;
	margin: 0 15px 0 15px;
	font-weight: normal;
}

#navi a:hover {
	color: #9C0063;
}
#navi a.active,
#content_left a.active
{
	color: #9C0063;
}

#footer {
	clear: both;
	padding-top: 40px;
}

#content_left {
	margin: 20px 10px 0 20px;
	width: 120px;
	float: left;
	text-align: left;
	line-height: 1.5em;
	font-size: 14.67px;
}

#content_main {
	margin: 20px 10px 0 10px;
	float: left;
	width: 420px;
	text-align: left;
}

#content_main2 {
	margin: 20px 10px 0 10px;
	float: left;
	width: 260px;
	text-align: left;
}

#content_right {
	margin: 24px 10px 0 50px;
	float: left;
	width: 150px;
	text-align: left;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5em;
	color: #DB70DB;
}

#content_right2 {
	margin: 24px 10px 0 50px;
	float: left;
	width: 250px;
	text-align: left;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5em;
	color: #DB70DB;
}

div#environment {
	margin: 30px 0 20px 0;
}

a:link,
a:visited {
	color: #DB70DB;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	margin: 0;
	padding: 0;
	line-height: 24px;
	clear: both;
	background-image: url(images/li-bg.png);
	background-repeat: repeat-y;
	
}

ul ul {
	background-image: none;
}

ul ul ul {
	margin: 0;
}

li {
	margin: 0 0 0 22px;
	padding: 0;
	max-width: 450px;
}

img {
	border: 0;
}

h1 {
	font-size: 23px;
	font-weight: normal;
	color: #a67c52;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	color: #a67c52;
}


form#contact input {
	width: 300px;
}

form#contact textarea {
	width: 300px;
	height: 100px;
}

form#contact input#submit {
	width: 100px;
}

#forcescroll {
	position: absolute;
	z-index: -1;
	bottom: -1px;
	left: 0px;
}

.stickytooltip {
	box-shadow: 5px 5px 8px #818181; /*shadow for CSS3 capable browsers.*/
	-webkit-box-shadow: 5px 5px 8px #818181;
	-moz-box-shadow: 5px 5px 8px #818181;
	display: none;
	position: absolute;
	border: 0px solid #fff; /*Border around tooltip*/
	background: white;
	z-index: 3000;
}

.stickytooltip .figure {
	width: 230px;
}

.stickytooltip .navi {
	width: 330px;
}
.style1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style4 {font-size: 13px}
.style5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}
.style6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.style7 {color: #333333}

.kuvadiv {
	width: 320px;
	float: center;
	margin: 10px;
	overflow: hidden;
	text-align: center;
}
	.kuvadiv img {
	}
	.kuvadiv a {
		text-decoration: none;
	}
	.kuvadiv .thumbs {
		overflow: hidden;
		margin-bottom: 8px;
	}
		.kuvadiv .thumbs div {
			float: center;
			margin: 4px 4px 0 0;
			width: 60px;
			height: 60px;
			overflow: hidden;
		}
		.kuvadiv .thumbs a {
			text-decoration: none;
		}
			.kuvadiv .thumbs div a img {
				position: relative;
				left: -30px;
				top: -30px;
			}

.thumbnail{
	padding: 3px 3px 3px 3px;
	background-color: #222;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}	

#content_main a img
{
	padding: 5px;
	border: 1px solid #ccc;
	margin: 2px;
			float: center;
			margin: 4px 4px 0 0;
   max-width: 80px;
    max-height: 60px;
		}


#content_main2 a img
{
	padding: 5px;
	border: 1px solid #ccc;
	margin: 2px;
			float: center;
			margin: 4px 4px 0 0;
 			width: 80px;
			height: 60px;
		}
}

#content_main a img:hover
{
	border-color: #06c;
}

