/* Header rungon mitat ja sijainti */
#header {
	position: absolute;
	width: 742px;
	height: 300px;
	left: 25px;
	top: 40px;
	border-top: 3px solid #605342 ;
	border-bottom: 3px solid #605342;
	z-index: 5;
}

/* Sisältöalueen rajaus ja mitat (reunat, tausta) */
#content {
	position: absolute;
	width: 460px;
	left: 50px;
	top: 70px;
	border-left: 1px solid #605342 ;
	border-right: 1px solid #605342;
	background-color: #817261;
	z-index: 3;
}

/* Sisällön sijainti */
#incontent {
	margin-top: 306px;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 4;
}

/* Galleria -alueen sijainti, mitat, täyttö */
#gallery {
	position: absolute;
	width: 140px;
	height: 580px;
	left: 742px;
	top: 0px;
	border: 1px solid #605342;
	background-color: #817261;
	overflow: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	z-index: 6;
}

/* Navigointia varten tarkoitetun alueen rajaus, sijainti, mitat ja täyttö */
#navigation {
	position: absolute;
	width: 742px;
	height: auto;
	left: 0px;
	top: 15px;
	z-index: 7;
}

/* Logon sisältävän alueen rajaus, sijainti, mitat ja täyttö */
#logo {
	position: absolute;
	width: 400px;
	height: 25px;
	left: 350px;
	top: 30px;
	border: 1px solid #605342;
	background-color: #817261;
	display: inline;
}

#left {
	float: left;
}

#right {
	float: right;
	margin-right: 10px;
}

#contact {
	position: absolute;
	width: 200px;
	height: 100px;
	left: 530px;
	top: 360px;
	z-index: 10;
}

#admin {
	position: fixed;
	width: auto;
	height: auto;
	right: 2px;
	top: 2px;
	z-index: 999;
}