/* RAKENNE */

body {
	margin: 0px;
	background-color: #ffffff;
	background: url(../images/back_body.jpg) repeat-x;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 11px;
	color: #737272;
}

div.container {
	width: 700px;
	background: url(../images/back_container.jpg) no-repeat;
}

	div.head {
		width: 700px;
		height: 85px;
		background: url(../images/back_head.jpg) no-repeat;
	}

	div.left {
		float: left;
		display: inline; /* IE6 bugfix */
		width: 200px;
	}

		div.picture1 {
			width: 200px;
			height: 483px;
			background: url(../images/vehvilainen_left_1.jpg) no-repeat;
		}

		div.picture2 {
			width: 200px;
			height: 483px;
			background: url(../images/vehvilainen_left_2.jpg) no-repeat;
		}

		div.number {
			width: 200px;
			height: 98px;
			background: url(../images/back_279.jpg) no-repeat;
		}

	div.right {
		float: left;
		display: inline; /* IE6 bugfix */
		width: 500px;
	}

		div.caption {
			width: 500px;
			height: 149px;
			background: url(../images/back_caption.jpg) no-repeat;
		}

		div.navi {
			width: 500px;
			height: 39px;
		}

			div.navi a {
				display: block;
				float: left;
				display: inline; /* IE6 bugfix */
				padding: 17px 8px 4px 8px;
				text-decoration: none;
				font-size: 12px;
				color: #a7a7a7;
			}

			div.navi a:hover {
				background-color: #89ba16;
				color: #ffffff;
			}

		div.content {
			width: 500px;
			padding-top: 10px;
		}

			div.keskusta {
				width: 500px;
				height: 40px;
				padding-top: 15px;
				text-align: right;
			}

				div.keskusta img {
					border: 0px;
				}

	div.line {
		width: 100%;
		height: 1px;
		border-top: 1px solid #d1d1d1;
		font-size: 1px;
	}

	div.footer {
		width: 500px;
		margin-left: 200px;
		padding: 40px 0px 55px 0px;
		font-size: 11px;
		color: #727171;
	}

/* YLEINEN ULKOASU */

h1 {
	font-family: 'Trebuchet MS', sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #89ba19;
}

h2 {
	font-family: 'Trebuchet MS', sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #737272;
}


br.clearer {
	clear: both;
}

a {
	text-decoration: underline;
	color: #89ba16;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 6px 0px 6px 0px;
	padding:0px 0px;
	}

/* GALLERIA */

span.gallery_image {
	height: 145px;
	width: 140px;
	margin: 10px;
	float: left;
	text-align: center;
}

span.gallery_image img {
	padding: 0;
	margin: 0 auto;
	float: none;
	border: 0px;
}

span.gallery_image p.image {
	display: block;
	height: 110px;
	width: 140px;
	overflow: hidden;
	background: #89ba16;
}

span.gallery_image p.img a {
	clear: both;
}

span.gallery_image p.description {
	
}











