
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

body {
	background: #464f44 url(../pics/bkg.png) repeat-y top center;
	color: #fff;
	font: x-small "Verdana", "Arial", sans-serif;
}

#container {
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 960px;
	left: 50%;
	margin-left: -480px;
}

/* Vasen reuna, valikko: */
#leftside {
	position: absolute;
	left: 6px;
	top: 20px;
	bottom: 20px;
	width: 180px;
	background-color: #464f44;
	background-image: url(../pics/leftside.png);
}

#menu {
	position: absolute;
	/*top: 166px;*/
	top: 200px;
	left: 0px;
	font-weight: bold;
	margin: 0px 1px 0px 1px;
	border-top: 1px solid #666f64;
	z-index: 20;	
}

#menu li {
	display: block;
	width: 178px;
	text-align: center;
	font-size: 1.4em;
	vertical-align: middle;
	border-bottom: 1px solid #666f64;
}

#menu ul li ul li {
	font-size: 0.8em;
	font-weight: normal;
	border: none;
}


#menu .here {
	color: #fff;
	width: 170px;
	background-color: #565f54;
	padding: 4px;
}

#menu a {
	text-decoration: none;
	display: block;
	color: #d6dfd4;
	padding: 4px;
}

#menu a:visited {
	color: #d6dfd4;
}

#menu a:hover {
	color: #fff;
	background-color: #666f64;
}

#info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 160px;
	height: 40px;
	padding: 40px 10px 10px 10px;
	color: #b6bfb4;
	font-size: 9px;
	text-align: center;
	background-image: url(../pics/leftside-bottom.png);
	z-index: 10;
}

#info h2 {
	font-size: 12px; 
	font-weight: normal;
}

/* sisältöalue & banneri */
#page {
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: 200px;
	width: 760px;
}

#banner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 598px;
	height: 159px;
	background-color: #000;
	background-image: url(../pics/banner.png);
	border: 1px solid #868f84;
	overflow: hidden;
}

/* Sisältö: */
#content {
	position: absolute;
	top: 166px;
	bottom: 0px;
	width: 590px;
	background-color: #d6dfd4;
	color: #000;
	padding-top: 20px;
	padding-right: 10px;
	overflow: auto;
	z-index: 50;
	padding-bottom: 40px;
}

.clear	{
	margin-left: 30px;
	margin-right: 20px;
	border-bottom: 1px solid #b6bfb4;
	clear: both;
}

#content h1 {
	margin: 10px 20px 4px 30px;
	font-size: 1.6em;
	color: #262f24;
	border-bottom: 1px solid #262f24;
}

#content h2 {
	margin: 20px 20px 4px 30px;
	font-size: 1.3em;
	color: #262f24;
}

#content p {
	margin: 8px 20px 4px 30px;
/*	text-align: justify;*/
font-size: 1.1em
}

#content img {
	float: right;
	margin: 8px 10px 8px 10px;
	border: 1px solid #324f28;	
}

#content a {
	color: #28454f;
/*	text-decoration: none;*/
}
#content a:visited { color: #28454f; }
#content a:hover { color: #444c4f; }

#content a img { border: 1px solid #444c4f; padding: 1px; background: #b6bfb4;}
#content a:hover img { border: 1px solid #444c4f; padding: 1px; background: #fff;}

#content ul {
	padding-left: 60px;
	font-size: 1.1em;
}

#content form {
	margin: 8px 20px 4px 30px;
}

#content input {
	margin: 2px;
	padding: 2px;
	border: 1px solid #324f28;
}

#content p.ing {
	font-size: 1.3em;
	font-style: italic;
	padding: 8px 0 8px 0;
	color: #324f28;
}

.noborder {
	border: none !important;
}

.box {
	border: 1px solid #324f28;
	padding: 10px;
	margin-left: 25px;
	background-color: #b6bfb4;
	text-align: center;
}

.box2 {
	padding: 10px 80px 10px 80px;
	margin-left: 25px;
	text-align: center;
}

#content .box2 img {
	border: none;
	float: left;
}

table {
	margin: 10px 60px 10px 60px;
}

tr {
	padding: 10px;
	text-align: left;
	vertical-align: top;
}

tr p {
	font-weight: normal;
}

.videoplayer {
	margin: 20px 10px;
}

/* Oikea reuna: */
#rightside-top {
	position: absolute;
	top: 0px;
	height: 240px;
	left: 600px;
	width: 160px;
	background-color: #464f44;
	background-image: url(../pics/rightside-top.png);
	text-align: right;
}

#rightside-top a {
	text-decoration: none;
	padding: 4px;
	color: #868f84;
}

#rightside-top a:visited { color: #868f84; }
#rightside-top a:hover { color: #aaa; }

#rightside {
	position: absolute;
	top: 240px;
	bottom: 0px;
	left: 600px;
	width: 160px;
	background-color: #464f44;
	background-image: url(../pics/rightside.png);
}

#rightside-content {
	position: absolute;
	top: -40px;
	border-bottom: 1px solid #666f64;
	z-index: 40;
}

#rightside img { border: 1px solid #666f64; }

#rightside-content a {
	display: block;
	width: 139px;
	padding: 10px;
	color: #d6dfd4;
	text-align: center;
	text-decoration: none;
	font-size: 0.9em;
	border-top: 1px solid #666f64;
}

#rightside-content a .header {
	font-size: 1.1em; 
	font-weight: bold;
	padding-bottom: 1px;
}

#rightside-content a:hover {
	background-color: #565f54;
	color: #fff;
}

#rightside-bottom {
	position: absolute;
	bottom: 0px;
	height: 80px;
	width: 160px;
	background-color: #464f44;
	background-image: url(../pics/rightside-bottom.png);
	z-index: 39;
}

#footer {
	position: absolute;
	bottom: 5px;
	width: 960px;
	color: #666f64;
	font-size: 8px;
	text-align: center;
}

#footer a {
	color: #868f84;
	text-decoration: none;
}

#footer a:visited { color: #868f84; }
#footer a:hover { color: #aaa; }


