html,body
{
	position: absolute;
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	min-width: 100%;
	min-height: 100%;
	background-color: #cccccc;
}

#container
{
	margin-left: auto;
	margin-right: auto;
	width: 775px;
	height: 100%;
	clear: both;
	/* To fix IE behavior */
	text-align: left;
}

#bottomContainer
{
	position: absolute;
	top: 350px;
	margin-left: auto;
	margin-right: auto;
	width: 775px;
	/* To fix IE behavior */
	text-align: left;
}

#bottomContainer div.leftContent
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 500px;
	float: left;
	min-height: 450px;
	text-align: left;
	padding-top: 10px;
	padding-left: 20px;
	z-index: 1;
	/*background-color: #cffccc;*/
}

#bottomContainer div.rightContent
{
	position: absolute;
	top: 0px;
	left: 518px;
	width: 257px;
	min-height: 450px;
	text-align: left;
	padding-top: 10px;
	padding-left: 20px;
	z-index: 1;
	/*background-color: #cccccc;*/
}

#bottomContainer div.content
{
	position: relative;
	top: 0px;
	left: 0px;
	height: 100%;
	min-height: 450px;
	text-align: left;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	z-index: 1;
}

#top
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 70px;
	background-image: url('../kuvat/topbg.jpg');
	background-repeat: repeat-x;
}

#navigaatio
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	top: 0px;
	width: 775px;
	height: 70px;	
	z-index: 1;
}

#navigaatio div.btn1
{
	position: absolute;
	bottom: 0;
	right: 423px;
}

#navigaatio div.btn2
{
	position: absolute;
	bottom: 0;
	right: 303px;
}

#navigaatio div.btn3
{
	position: absolute;
	bottom: 0;
	right: 203px;
}

#navigaatio div.btn4
{
	position: absolute;
	bottom: 0;
	right: 103px;
}

#navigaatio div.btn5
{
	position: absolute;
	bottom: 0;
	right: 0px;
}

#ylanauha
{
	position: absolute;
	top: 70px;
	left: 0px;
	width: 100%;
	height: 10px;
	background-color: #000000;
}

#navidot
{
	position: absolute;
	top: 64px;
	left: 550px;
}

#banneri
{
	position: relative;
	top: 85px;
	left: 0px;
	width: 775px;
	height: 250px;
}

#galleria
{
	position: relative;
	top: 45px;
	left: 0px;
	width: 775px;
	z-index: 1;
}

#alanauha
{
	position: absolute;
	top: 340px;
	left: 0px;
	width: 100%;
	height: 10px;
	background-color: #000000;
}

#bottom
{
	position: fixed;
	bottom: 0;
	left: 0;
	clear: both;
	width: 100%;
	height: 100%;
	/*
	background-color: #ffeeee;
	*/
	
}

#bottombg
{
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 180px;
	background-image: url('../kuvat/bottombg.jpg');
	background-repeat: repeat-x;
}

#bottom div.ornamentLeft
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 380px;
	height: 245px;
	min-height: 245px;
	text-align: left;
	/* background-image: url('../kuvat/ornamentti.png'); */
}

#bottom div.ornamentRight
{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 380px;
	height: 245px;
	min-height: 245px;
	text-align: right;
	/* background-image: url('../kuvat/ornamentti2.png'); */
}

#menu
{
	position: absolute;
	top: 70px;
	left: 720px;
	width: 250px;
	height: auto;
	text-align: left;
	background-color: #cccccc;
	border: 2px solid #666666;
	z-index: 10;
	display: none;
}

dl
{
	position: relative;
	margin: 0;
	padding: 0;
}

.dropmenu
{
	position: relative;
}

.dropmenu dt
{
	position: relative;
	font-family: "Arial", Times, Serif;
	font-size: 12px;
	color: #000000;
	cursor: pointer;
	padding: 8px;
	background-image: url('../kuvat/valikkohdr.gif');
	background-repeat: repeat-x;
	border-bottom: 2px solid #999999;
}

.dropmenu dt:hover
{
	position: relative;
	background-image: url('../kuvat/valikkohdr_over.gif');
	background-repeat: repeat-x;
}

.dropmenu dd
{
	position: absolute;
	top: 0px;
	font-family: "Arial", Times, Serif;
	font-size: 12px;
	background-color: #cccccc;
	color: #000000;
	display: none;
	width: 210px;
}

.dropmenu dd
{
	position: absolute;
	top: 0px;
	font-family: "Arial", Times, Serif;
	font-size: 12px;
	background-color: #cccccc;
	color: #000000;
	display: none;
	width: 210px;
}

.dropmenu ul
{
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	border: 2px solid #666666;
}

.dropmenu li
{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}

.dropmenu li:hover
{
	background-color: #999999;
}

.dropmenu a, .dropmenu a:active, .dropmenu a:visited 
{
	padding: 8px;
	display: block;
	text-decoration: none;
	font-family: "Arial", Times, Serif;
	font-size: 12px;
	color: #000000;
}

.dropmenu a:hover
{
	background-color: #999999;
}

.dropmenu .bottomborder
{
	border-bottom: 1px solid #999999;
}

.text
{
	font-family: "Arial", Times, Serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.header
{
	font-family: "Arial", Times, Serif;
	font-size: 12px;
	color: #666666;
}

.menyheader
{
	font-family: "Arial", Times, Serif;
	font-size: 14px;
	color: #666666;
}

